Shades of Emerald #64CF79
Tints of Emerald #64CF79
RGB
CMYK
RGB Variations
Color information
#64CF79 (or 0x64CF79) is known color: Emerald. HEX triplet: 64, CF and 79. RGB value is (100,207,121). Sum of RGB (Red+Green+Blue) = 100+207+121=428 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.36% from 428); Green value is 207 (81.25% from 255 or 48.36% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 207 - color contains mainly: green. Hex color #64CF79 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CF79 is #9B3086. Grayscale: #A5A5A5. Windows color (decimal): -10170503 or 7982948. OLE color: 7982948.
HSL color Cylindrical-coordinate representation of color #64CF79: hue angle of 131.78º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64CF79 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 207 | 121 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.19 |
| HSL | 131.78º | 0.53% | 0.6% | - |
| HSV(B) | 131.78º | 0.52% | 0.81% | - |
| XYZ | 31.02 | 48.72 | 25.86 | - |
| YUV | 165.2 | 103.05 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 207 | 121 | 0.52 | 0 | 0.42 | 0.19 | 131.78 | 0.53 | 0.6 |
| Hex | 64 | CF | 79 | 34 | 0 | 2A | 13 | 84 | 35 | 3C |
| Octal | 144 | 317 | 171 | 64 | 0 | 52 | 23 | 204 | 65 | 74 |
| Binary | 1100100 | 11001111 | 1111001 | 110100 | 0 | 101010 | 10011 | 10000100 | 110101 | 111100 |
Color Harmonies of #64CF79
Complementary color
Monochromatic Colors of #64CF79
Black with #64CF79
Text Example
Text Example
White with #64CF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CF79; }
p { color: rgb(100,207,121); }
H1.HeaderClassName
{
color: #64CF79;
}
.AnyTagClassName
{
color: #64CF79;
}
</style>
background-color css
<style>
a { background-color: #64CF79; }
a { background-color: rgb(100,207,121); }
div.DivClassName
{
background-color: #64CF79;
}
.BgClassName
{
background-color: #64CF79;
}
</style>
border-color css
<style>
span { border-color: #64CF79; }
span { border-color: rgb(100,207,121); }
td.TdClassName
{
border-color: #64CF79;
}
.TagClassName
{
border-color: #64CF79;
}
</style>