Shades of Emerald #64DD86
Tints of Emerald #64DD86
RGB
CMYK
RGB Variations
Color information
#64DD86 (or 0x64DD86) is known color: Emerald. HEX triplet: 64, DD and 86. RGB value is (100,221,134). Sum of RGB (Red+Green+Blue) = 100+221+134=455 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.98% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 221 - color contains mainly: green. Hex color #64DD86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DD86 is #9B2279. Grayscale: #AFAFAF. Windows color (decimal): -10166906 or 8838500. OLE color: 8838500.
HSL color Cylindrical-coordinate representation of color #64DD86: hue angle of 136.86º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DD86 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 221 | 134 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.13 |
| HSL | 136.86º | 0.64% | 0.63% | - |
| HSV(B) | 136.86º | 0.55% | 0.87% | - |
| XYZ | 35.42 | 56.14 | 31.52 | - |
| YUV | 174.9 | 104.91 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 221 | 134 | 0.55 | 0 | 0.39 | 0.13 | 136.86 | 0.64 | 0.63 |
| Hex | 64 | DD | 86 | 37 | 0 | 27 | D | 89 | 40 | 3F |
| Octal | 144 | 335 | 206 | 67 | 0 | 47 | 15 | 211 | 100 | 77 |
| Binary | 1100100 | 11011101 | 10000110 | 110111 | 0 | 100111 | 1101 | 10001001 | 1000000 | 111111 |
Color Harmonies of #64DD86
Complementary color
Monochromatic Colors of #64DD86
Black with #64DD86
Text Example
Text Example
White with #64DD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DD86; }
p { color: rgb(100,221,134); }
H1.HeaderClassName
{
color: #64DD86;
}
.AnyTagClassName
{
color: #64DD86;
}
</style>
background-color css
<style>
a { background-color: #64DD86; }
a { background-color: rgb(100,221,134); }
div.DivClassName
{
background-color: #64DD86;
}
.BgClassName
{
background-color: #64DD86;
}
</style>
border-color css
<style>
span { border-color: #64DD86; }
span { border-color: rgb(100,221,134); }
td.TdClassName
{
border-color: #64DD86;
}
.TagClassName
{
border-color: #64DD86;
}
</style>