Shades of Emerald #64D986
Tints of Emerald #64D986
RGB
CMYK
RGB Variations
Color information
#64D986 (or 0x64D986) is known color: Emerald. HEX triplet: 64, D9 and 86. RGB value is (100,217,134). Sum of RGB (Red+Green+Blue) = 100+217+134=451 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.17% from 451); Green value is 217 (85.16% from 255 or 48.12% from 451); Blue value is 134 (52.73% from 255 or 29.71% from 451); Max value from RGB is 217 - color contains mainly: green. Hex color #64D986 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D986 is #9B2679. Grayscale: #ACACAC. Windows color (decimal): -10167930 or 8837476. OLE color: 8837476.
HSL color Cylindrical-coordinate representation of color #64D986: hue angle of 137.44º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64D986 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 217 | 134 | - |
| CMYK | 0.54 | 0 | 0.38 | 0.15 |
| HSL | 137.44º | 0.61% | 0.62% | - |
| HSV(B) | 137.44º | 0.54% | 0.85% | - |
| XYZ | 34.37 | 54.06 | 31.18 | - |
| YUV | 172.56 | 106.24 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 217 | 134 | 0.54 | 0 | 0.38 | 0.15 | 137.44 | 0.61 | 0.62 |
| Hex | 64 | D9 | 86 | 36 | 0 | 26 | F | 89 | 3D | 3E |
| Octal | 144 | 331 | 206 | 66 | 0 | 46 | 17 | 211 | 75 | 76 |
| Binary | 1100100 | 11011001 | 10000110 | 110110 | 0 | 100110 | 1111 | 10001001 | 111101 | 111110 |
Color Harmonies of #64D986
Complementary color
Monochromatic Colors of #64D986
Black with #64D986
Text Example
Text Example
White with #64D986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D986; }
p { color: rgb(100,217,134); }
H1.HeaderClassName
{
color: #64D986;
}
.AnyTagClassName
{
color: #64D986;
}
</style>
background-color css
<style>
a { background-color: #64D986; }
a { background-color: rgb(100,217,134); }
div.DivClassName
{
background-color: #64D986;
}
.BgClassName
{
background-color: #64D986;
}
</style>
border-color css
<style>
span { border-color: #64D986; }
span { border-color: rgb(100,217,134); }
td.TdClassName
{
border-color: #64D986;
}
.TagClassName
{
border-color: #64D986;
}
</style>