Shades of Emerald #64D985
Tints of Emerald #64D985
RGB
CMYK
RGB Variations
Color information
#64D985 (or 0x64D985) is known color: Emerald. HEX triplet: 64, D9 and 85. RGB value is (100,217,133). Sum of RGB (Red+Green+Blue) = 100+217+133=450 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.22% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 217 - color contains mainly: green. Hex color #64D985 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D985 is #9B267A. Grayscale: #ACACAC. Windows color (decimal): -10167931 or 8771940. OLE color: 8771940.
HSL color Cylindrical-coordinate representation of color #64D985: hue angle of 136.92º 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 #64D985 is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 217 | 133 | - |
| CMYK | 0.54 | 0 | 0.39 | 0.15 |
| HSL | 136.92º | 0.61% | 0.62% | - |
| HSV(B) | 136.92º | 0.54% | 0.85% | - |
| XYZ | 34.3 | 54.03 | 30.81 | - |
| YUV | 172.44 | 105.74 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 217 | 133 | 0.54 | 0 | 0.39 | 0.15 | 136.92 | 0.61 | 0.62 |
| Hex | 64 | D9 | 85 | 36 | 0 | 27 | F | 89 | 3D | 3E |
| Octal | 144 | 331 | 205 | 66 | 0 | 47 | 17 | 211 | 75 | 76 |
| Binary | 1100100 | 11011001 | 10000101 | 110110 | 0 | 100111 | 1111 | 10001001 | 111101 | 111110 |
Color Harmonies of #64D985
Complementary color
Monochromatic Colors of #64D985
Black with #64D985
Text Example
Text Example
White with #64D985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D985; }
p { color: rgb(100,217,133); }
H1.HeaderClassName
{
color: #64D985;
}
.AnyTagClassName
{
color: #64D985;
}
</style>
background-color css
<style>
a { background-color: #64D985; }
a { background-color: rgb(100,217,133); }
div.DivClassName
{
background-color: #64D985;
}
.BgClassName
{
background-color: #64D985;
}
</style>
border-color css
<style>
span { border-color: #64D985; }
span { border-color: rgb(100,217,133); }
td.TdClassName
{
border-color: #64D985;
}
.TagClassName
{
border-color: #64D985;
}
</style>