Shades of Emerald #64CA80
Tints of Emerald #64CA80
RGB
CMYK
RGB Variations
Color information
#64CA80 (or 0x64CA80) is known color: Emerald. HEX triplet: 64, CA and 80. RGB value is (100,202,128). Sum of RGB (Red+Green+Blue) = 100+202+128=430 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.26% from 430); Green value is 202 (79.30% from 255 or 46.98% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 202 - color contains mainly: green. Hex color #64CA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CA80 is #9B357F. Grayscale: #A3A3A3. Windows color (decimal): -10171776 or 8440420. OLE color: 8440420.
HSL color Cylindrical-coordinate representation of color #64CA80: hue angle of 136.47º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64CA80 is Cyan = 0.50, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 202 | 128 | - |
| CMYK | 0.50 | 0 | 0.37 | 0.21 |
| HSL | 136.47º | 0.49% | 0.59% | - |
| HSV(B) | 136.47º | 0.5% | 0.79% | - |
| XYZ | 30.27 | 46.51 | 27.8 | - |
| YUV | 163.07 | 108.21 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 202 | 128 | 0.50 | 0 | 0.37 | 0.21 | 136.47 | 0.49 | 0.59 |
| Hex | 64 | CA | 80 | 32 | 0 | 25 | 15 | 88 | 31 | 3B |
| Octal | 144 | 312 | 200 | 62 | 0 | 45 | 25 | 210 | 61 | 73 |
| Binary | 1100100 | 11001010 | 10000000 | 110010 | 0 | 100101 | 10101 | 10001000 | 110001 | 111011 |
Color Harmonies of #64CA80
Complementary color
Monochromatic Colors of #64CA80
Black with #64CA80
Text Example
Text Example
White with #64CA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CA80; }
p { color: rgb(100,202,128); }
H1.HeaderClassName
{
color: #64CA80;
}
.AnyTagClassName
{
color: #64CA80;
}
</style>
background-color css
<style>
a { background-color: #64CA80; }
a { background-color: rgb(100,202,128); }
div.DivClassName
{
background-color: #64CA80;
}
.BgClassName
{
background-color: #64CA80;
}
</style>
border-color css
<style>
span { border-color: #64CA80; }
span { border-color: rgb(100,202,128); }
td.TdClassName
{
border-color: #64CA80;
}
.TagClassName
{
border-color: #64CA80;
}
</style>