Shades of Emerald #64D586
Tints of Emerald #64D586
RGB
CMYK
RGB Variations
Color information
#64D586 (or 0x64D586) is known color: Emerald. HEX triplet: 64, D5 and 86. RGB value is (100,213,134). Sum of RGB (Red+Green+Blue) = 100+213+134=447 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.37% from 447); Green value is 213 (83.59% from 255 or 47.65% from 447); Blue value is 134 (52.73% from 255 or 29.98% from 447); Max value from RGB is 213 - color contains mainly: green. Hex color #64D586 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D586 is #9B2A79. Grayscale: #AAAAAA. Windows color (decimal): -10168954 or 8836452. OLE color: 8836452.
HSL color Cylindrical-coordinate representation of color #64D586: hue angle of 138.05º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D586 is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 213 | 134 | - |
| CMYK | 0.53 | 0 | 0.37 | 0.16 |
| HSL | 138.05º | 0.57% | 0.61% | - |
| HSV(B) | 138.05º | 0.53% | 0.84% | - |
| XYZ | 33.35 | 52.02 | 30.84 | - |
| YUV | 170.21 | 107.56 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 213 | 134 | 0.53 | 0 | 0.37 | 0.16 | 138.05 | 0.57 | 0.61 |
| Hex | 64 | D5 | 86 | 35 | 0 | 25 | 10 | 8A | 39 | 3D |
| Octal | 144 | 325 | 206 | 65 | 0 | 45 | 20 | 212 | 71 | 75 |
| Binary | 1100100 | 11010101 | 10000110 | 110101 | 0 | 100101 | 10000 | 10001010 | 111001 | 111101 |
Color Harmonies of #64D586
Complementary color
Monochromatic Colors of #64D586
Black with #64D586
Text Example
Text Example
White with #64D586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D586; }
p { color: rgb(100,213,134); }
H1.HeaderClassName
{
color: #64D586;
}
.AnyTagClassName
{
color: #64D586;
}
</style>
background-color css
<style>
a { background-color: #64D586; }
a { background-color: rgb(100,213,134); }
div.DivClassName
{
background-color: #64D586;
}
.BgClassName
{
background-color: #64D586;
}
</style>
border-color css
<style>
span { border-color: #64D586; }
span { border-color: rgb(100,213,134); }
td.TdClassName
{
border-color: #64D586;
}
.TagClassName
{
border-color: #64D586;
}
</style>