Shades of Emerald #64D687
Tints of Emerald #64D687
RGB
CMYK
RGB Variations
Color information
#64D687 (or 0x64D687) is known color: Emerald. HEX triplet: 64, D6 and 87. RGB value is (100,214,135). Sum of RGB (Red+Green+Blue) = 100+214+135=449 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.27% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 214 - color contains mainly: green. Hex color #64D687 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D687 is #9B2978. Grayscale: #ABABAB. Windows color (decimal): -10168697 or 8902244. OLE color: 8902244.
HSL color Cylindrical-coordinate representation of color #64D687: hue angle of 138.42º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D687 is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 214 | 135 | - |
| CMYK | 0.53 | 0 | 0.37 | 0.16 |
| HSL | 138.42º | 0.58% | 0.62% | - |
| HSV(B) | 138.42º | 0.53% | 0.84% | - |
| XYZ | 33.68 | 52.55 | 31.29 | - |
| YUV | 170.91 | 107.73 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 214 | 135 | 0.53 | 0 | 0.37 | 0.16 | 138.42 | 0.58 | 0.62 |
| Hex | 64 | D6 | 87 | 35 | 0 | 25 | 10 | 8A | 3A | 3E |
| Octal | 144 | 326 | 207 | 65 | 0 | 45 | 20 | 212 | 72 | 76 |
| Binary | 1100100 | 11010110 | 10000111 | 110101 | 0 | 100101 | 10000 | 10001010 | 111010 | 111110 |
Color Harmonies of #64D687
Complementary color
Monochromatic Colors of #64D687
Black with #64D687
Text Example
Text Example
White with #64D687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D687; }
p { color: rgb(100,214,135); }
H1.HeaderClassName
{
color: #64D687;
}
.AnyTagClassName
{
color: #64D687;
}
</style>
background-color css
<style>
a { background-color: #64D687; }
a { background-color: rgb(100,214,135); }
div.DivClassName
{
background-color: #64D687;
}
.BgClassName
{
background-color: #64D687;
}
</style>
border-color css
<style>
span { border-color: #64D687; }
span { border-color: rgb(100,214,135); }
td.TdClassName
{
border-color: #64D687;
}
.TagClassName
{
border-color: #64D687;
}
</style>