Shades of Emerald #64DB84
Tints of Emerald #64DB84
RGB
CMYK
RGB Variations
Color information
#64DB84 (or 0x64DB84) is known color: Emerald. HEX triplet: 64, DB and 84. RGB value is (100,219,132). Sum of RGB (Red+Green+Blue) = 100+219+132=451 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.17% from 451); Green value is 219 (85.94% from 255 or 48.56% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 219 - color contains mainly: green. Hex color #64DB84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DB84 is #9B247B. Grayscale: #ADADAD. Windows color (decimal): -10167420 or 8706916. OLE color: 8706916.
HSL color Cylindrical-coordinate representation of color #64DB84: hue angle of 136.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 #64DB84 is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 219 | 132 | - |
| CMYK | 0.54 | 0 | 0.40 | 0.14 |
| HSL | 136.13º | 0.62% | 0.63% | - |
| HSV(B) | 136.13º | 0.54% | 0.86% | - |
| XYZ | 34.75 | 55.04 | 30.62 | - |
| YUV | 173.5 | 104.58 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 132 | 0.54 | 0 | 0.40 | 0.14 | 136.13 | 0.62 | 0.63 |
| Hex | 64 | DB | 84 | 36 | 0 | 28 | E | 88 | 3E | 3F |
| Octal | 144 | 333 | 204 | 66 | 0 | 50 | 16 | 210 | 76 | 77 |
| Binary | 1100100 | 11011011 | 10000100 | 110110 | 0 | 101000 | 1110 | 10001000 | 111110 | 111111 |
Color Harmonies of #64DB84
Complementary color
Monochromatic Colors of #64DB84
Black with #64DB84
Text Example
Text Example
White with #64DB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DB84; }
p { color: rgb(100,219,132); }
H1.HeaderClassName
{
color: #64DB84;
}
.AnyTagClassName
{
color: #64DB84;
}
</style>
background-color css
<style>
a { background-color: #64DB84; }
a { background-color: rgb(100,219,132); }
div.DivClassName
{
background-color: #64DB84;
}
.BgClassName
{
background-color: #64DB84;
}
</style>
border-color css
<style>
span { border-color: #64DB84; }
span { border-color: rgb(100,219,132); }
td.TdClassName
{
border-color: #64DB84;
}
.TagClassName
{
border-color: #64DB84;
}
</style>