Shades of Emerald #64CD80
Tints of Emerald #64CD80
RGB
CMYK
RGB Variations
Color information
#64CD80 (or 0x64CD80) is known color: Emerald. HEX triplet: 64, CD and 80. RGB value is (100,205,128). Sum of RGB (Red+Green+Blue) = 100+205+128=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 205 (80.47% from 255 or 47.34% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 205 - color contains mainly: green. Hex color #64CD80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CD80 is #9B327F. Grayscale: #A5A5A5. Windows color (decimal): -10171008 or 8441188. OLE color: 8441188.
HSL color Cylindrical-coordinate representation of color #64CD80: hue angle of 136º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CD80 is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 205 | 128 | - |
| CMYK | 0.51 | 0 | 0.38 | 0.20 |
| HSL | 136º | 0.51% | 0.6% | - |
| HSV(B) | 136º | 0.51% | 0.8% | - |
| XYZ | 30.98 | 47.93 | 28.04 | - |
| YUV | 164.83 | 107.21 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 205 | 128 | 0.51 | 0 | 0.38 | 0.20 | 136 | 0.51 | 0.6 |
| Hex | 64 | CD | 80 | 33 | 0 | 26 | 14 | 88 | 33 | 3C |
| Octal | 144 | 315 | 200 | 63 | 0 | 46 | 24 | 210 | 63 | 74 |
| Binary | 1100100 | 11001101 | 10000000 | 110011 | 0 | 100110 | 10100 | 10001000 | 110011 | 111100 |
Color Harmonies of #64CD80
Complementary color
Monochromatic Colors of #64CD80
Black with #64CD80
Text Example
Text Example
White with #64CD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CD80; }
p { color: rgb(100,205,128); }
H1.HeaderClassName
{
color: #64CD80;
}
.AnyTagClassName
{
color: #64CD80;
}
</style>
background-color css
<style>
a { background-color: #64CD80; }
a { background-color: rgb(100,205,128); }
div.DivClassName
{
background-color: #64CD80;
}
.BgClassName
{
background-color: #64CD80;
}
</style>
border-color css
<style>
span { border-color: #64CD80; }
span { border-color: rgb(100,205,128); }
td.TdClassName
{
border-color: #64CD80;
}
.TagClassName
{
border-color: #64CD80;
}
</style>