Shades of Emerald #64DB82
Tints of Emerald #64DB82
RGB
CMYK
RGB Variations
Color information
#64DB82 (or 0x64DB82) is known color: Emerald. HEX triplet: 64, DB and 82. RGB value is (100,219,130). Sum of RGB (Red+Green+Blue) = 100+219+130=449 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.27% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #64DB82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DB82 is #9B247D. Grayscale: #ADADAD. Windows color (decimal): -10167422 or 8575844. OLE color: 8575844.
HSL color Cylindrical-coordinate representation of color #64DB82: hue angle of 135.13º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64DB82 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 219 | 130 | - |
| CMYK | 0.54 | 0 | 0.41 | 0.14 |
| HSL | 135.13º | 0.62% | 0.63% | - |
| HSV(B) | 135.13º | 0.54% | 0.86% | - |
| XYZ | 34.62 | 54.98 | 29.91 | - |
| YUV | 173.27 | 103.58 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 130 | 0.54 | 0 | 0.41 | 0.14 | 135.13 | 0.62 | 0.63 |
| Hex | 64 | DB | 82 | 36 | 0 | 29 | E | 87 | 3E | 3F |
| Octal | 144 | 333 | 202 | 66 | 0 | 51 | 16 | 207 | 76 | 77 |
| Binary | 1100100 | 11011011 | 10000010 | 110110 | 0 | 101001 | 1110 | 10000111 | 111110 | 111111 |
Color Harmonies of #64DB82
Complementary color
Monochromatic Colors of #64DB82
Black with #64DB82
Text Example
Text Example
White with #64DB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DB82; }
p { color: rgb(100,219,130); }
H1.HeaderClassName
{
color: #64DB82;
}
.AnyTagClassName
{
color: #64DB82;
}
</style>
background-color css
<style>
a { background-color: #64DB82; }
a { background-color: rgb(100,219,130); }
div.DivClassName
{
background-color: #64DB82;
}
.BgClassName
{
background-color: #64DB82;
}
</style>
border-color css
<style>
span { border-color: #64DB82; }
span { border-color: rgb(100,219,130); }
td.TdClassName
{
border-color: #64DB82;
}
.TagClassName
{
border-color: #64DB82;
}
</style>