Shades of Emerald #64CE79
Tints of Emerald #64CE79
RGB
CMYK
RGB Variations
Color information
#64CE79 (or 0x64CE79) is known color: Emerald. HEX triplet: 64, CE and 79. RGB value is (100,206,121). Sum of RGB (Red+Green+Blue) = 100+206+121=427 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.42% from 427); Green value is 206 (80.86% from 255 or 48.24% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 206 - color contains mainly: green. Hex color #64CE79 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CE79 is #9B3186. Grayscale: #A4A4A4. Windows color (decimal): -10170759 or 7982692. OLE color: 7982692.
HSL color Cylindrical-coordinate representation of color #64CE79: hue angle of 131.89º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CE79 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 206 | 121 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.19 |
| HSL | 131.89º | 0.52% | 0.6% | - |
| HSV(B) | 131.89º | 0.51% | 0.81% | - |
| XYZ | 30.78 | 48.23 | 25.78 | - |
| YUV | 164.62 | 103.38 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 206 | 121 | 0.51 | 0 | 0.41 | 0.19 | 131.89 | 0.52 | 0.6 |
| Hex | 64 | CE | 79 | 33 | 0 | 29 | 13 | 84 | 34 | 3C |
| Octal | 144 | 316 | 171 | 63 | 0 | 51 | 23 | 204 | 64 | 74 |
| Binary | 1100100 | 11001110 | 1111001 | 110011 | 0 | 101001 | 10011 | 10000100 | 110100 | 111100 |
Color Harmonies of #64CE79
Complementary color
Monochromatic Colors of #64CE79
Black with #64CE79
Text Example
Text Example
White with #64CE79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CE79; }
p { color: rgb(100,206,121); }
H1.HeaderClassName
{
color: #64CE79;
}
.AnyTagClassName
{
color: #64CE79;
}
</style>
background-color css
<style>
a { background-color: #64CE79; }
a { background-color: rgb(100,206,121); }
div.DivClassName
{
background-color: #64CE79;
}
.BgClassName
{
background-color: #64CE79;
}
</style>
border-color css
<style>
span { border-color: #64CE79; }
span { border-color: rgb(100,206,121); }
td.TdClassName
{
border-color: #64CE79;
}
.TagClassName
{
border-color: #64CE79;
}
</style>