Color spaces of #64e49a
RGB | 100 | 228 | 154 |
---|---|---|---|
HSL | 0.40 | 0.70 | 0.64 |
HSV | 145° | 56° | 89° |
CMYK | 0.56 | 0.00 | 0.32 0.11 |
XYZ | 38.8317 | 60.5292 | 40.2085 |
Yxy | 60.5292 | 0.2782 | 0.4337 |
Hunter Lab | 77.8005 | -47.0582 | 23.8184 |
CIE-Lab | 82.1250 | -51.9422 | 25.6929 |
#64e49a color RGB value is (100,228,154).
#64e49a hex color red value is 100, green value is 228 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #64e49a hue: 0.40 , saturation: 0.70 and the lightness value of 64e49a is 0.64.
The process color (four color CMYK) of #64e49a color hex is 0.56, 0.00, 0.32, 0.11. Web safe color of #64e49a is #66cc99. Color #64e49a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100100 | 11100100 | 10011010 |
Octal | 144 | 344 | 232 |
Decimal | 100 | 228 | 154 |
Hex | 64 | E4 | 9A |
Shades of #64e49a
Tints of #64e49a
RGB Percentages of Color #64e49a
CMYK Percentages of Color #64e49a
Complementary Color
#64e49a | #e464ae |
#64e49a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#64e49a Color Preview on White Background
Lorem ipsum dolor sit amet.
#64e49a Color CSS Codes
.mybgcolor {background-color:#64e49a; } .myforecolor {color:#64e49a; } .mybordercolor {border:3px solid #64e49a; }
#64e49a Text Font Color
<p style="color:#64e49a">Text here</p>
This sample text font color is #64e49a
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.
#64e49a Background Color
<div style="background-color:#64e49a">
Div content here</div>
This div background color is #64e49a
#64e49a Border Color
<div style="border:3px solid #64e49a">
Div here</div>
This div border color is #64e49a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(100,228,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #64e49a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #64e49a; -webkit-box-shadow: 1px 1px 3px 2px #64e49a; box-shadow: 1px 1px 3px 2px #64e49a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(100,228,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #64e49a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #64e49a; -webkit-box-shadow: 1px 1px 3px 2px #64e49a; box-shadow: 1px 1px 3px 2px #64e49a;">
Div content here</div>
This div box has shadow with color #64e49a
Comments
No comments written yet.
Please login to write comment.