Color spaces of #5aef4d
RGB | 90 | 239 | 77 |
---|---|---|---|
HSL | 0.32 | 0.84 | 0.62 |
HSV | 115° | 68° | 94° |
CMYK | 0.62 | 0.00 | 0.68 0.06 |
XYZ | 36.4225 | 64.4425 | 17.5402 |
Yxy | 64.4425 | 0.3076 | 0.5443 |
Hunter Lab | 80.2761 | -59.4949 | 43.2385 |
CIE-Lab | 84.1956 | -68.7045 | 63.9279 |
#5aef4d color RGB value is (90,239,77).
#5aef4d hex color red value is 90, green value is 239 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #5aef4d hue: 0.32 , saturation: 0.84 and the lightness value of 5aef4d is 0.62.
The process color (four color CMYK) of #5aef4d color hex is 0.62, 0.00, 0.68, 0.06. Web safe color of #5aef4d is #66ff66. Color #5aef4d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011010 | 11101111 | 01001101 |
Octal | 132 | 357 | 115 |
Decimal | 90 | 239 | 77 |
Hex | 5A | EF | 4D |
Shades of #5aef4d
Tints of #5aef4d
RGB Percentages of Color #5aef4d
CMYK Percentages of Color #5aef4d
Complementary Color
#5aef4d | #e24def |
#5aef4d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5aef4d Color Preview on White Background
Lorem ipsum dolor sit amet.
#5aef4d Color CSS Codes
.mybgcolor {background-color:#5aef4d; } .myforecolor {color:#5aef4d; } .mybordercolor {border:3px solid #5aef4d; }
#5aef4d Text Font Color
<p style="color:#5aef4d">Text here</p>
This sample text font color is #5aef4d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#5aef4d Background Color
<div style="background-color:#5aef4d">
Div content here</div>
This div background color is #5aef4d
#5aef4d Border Color
<div style="border:3px solid #5aef4d">
Div here</div>
This div border color is #5aef4d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(90,239,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5aef4d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5aef4d; -webkit-box-shadow: 1px 1px 3px 2px #5aef4d; box-shadow: 1px 1px 3px 2px #5aef4d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(90,239,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5aef4d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5aef4d; -webkit-box-shadow: 1px 1px 3px 2px #5aef4d; box-shadow: 1px 1px 3px 2px #5aef4d;">
Div content here</div>
This div box has shadow with color #5aef4d
Comments
No comments written yet.
Please login to write comment.