Shades of Emerald #64DB88
Tints of Emerald #64DB88
RGB
CMYK
RGB Variations
Color information
#64DB88 (or 0x64DB88) is known color: Emerald. HEX triplet: 64, DB and 88. RGB value is (100,219,136). Sum of RGB (Red+Green+Blue) = 100+219+136=455 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.98% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 219 - color contains mainly: green. Hex color #64DB88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DB88 is #9B2477. Grayscale: #AEAEAE. Windows color (decimal): -10167416 or 8969060. OLE color: 8969060.
HSL color Cylindrical-coordinate representation of color #64DB88: hue angle of 138.15º 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 #64DB88 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 219 | 136 | - |
| CMYK | 0.54 | 0 | 0.38 | 0.14 |
| HSL | 138.15º | 0.62% | 0.63% | - |
| HSV(B) | 138.15º | 0.54% | 0.86% | - |
| XYZ | 35.03 | 55.15 | 32.09 | - |
| YUV | 173.96 | 106.58 | 75.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 136 | 0.54 | 0 | 0.38 | 0.14 | 138.15 | 0.62 | 0.63 |
| Hex | 64 | DB | 88 | 36 | 0 | 26 | E | 8A | 3E | 3F |
| Octal | 144 | 333 | 210 | 66 | 0 | 46 | 16 | 212 | 76 | 77 |
| Binary | 1100100 | 11011011 | 10001000 | 110110 | 0 | 100110 | 1110 | 10001010 | 111110 | 111111 |
Color Harmonies of #64DB88
Complementary color
Monochromatic Colors of #64DB88
Black with #64DB88
Text Example
Text Example
White with #64DB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DB88; }
p { color: rgb(100,219,136); }
H1.HeaderClassName
{
color: #64DB88;
}
.AnyTagClassName
{
color: #64DB88;
}
</style>
background-color css
<style>
a { background-color: #64DB88; }
a { background-color: rgb(100,219,136); }
div.DivClassName
{
background-color: #64DB88;
}
.BgClassName
{
background-color: #64DB88;
}
</style>
border-color css
<style>
span { border-color: #64DB88; }
span { border-color: rgb(100,219,136); }
td.TdClassName
{
border-color: #64DB88;
}
.TagClassName
{
border-color: #64DB88;
}
</style>