Shades of Emerald #64D27E
Tints of Emerald #64D27E
RGB
CMYK
RGB Variations
Color information
#64D27E (or 0x64D27E) is known color: Emerald. HEX triplet: 64, D2 and 7E. RGB value is (100,210,126). Sum of RGB (Red+Green+Blue) = 100+210+126=436 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.94% from 436); Green value is 210 (82.42% from 255 or 48.17% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 210 - color contains mainly: green. Hex color #64D27E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D27E is #9B2D81. Grayscale: #A7A7A7. Windows color (decimal): -10169730 or 8311396. OLE color: 8311396.
HSL color Cylindrical-coordinate representation of color #64D27E: hue angle of 134.18º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64D27E is Cyan = 0.52, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 210 | 126 | - |
| CMYK | 0.52 | 0 | 0.4 | 0.18 |
| HSL | 134.18º | 0.55% | 0.61% | - |
| HSV(B) | 134.18º | 0.52% | 0.82% | - |
| XYZ | 32.07 | 50.31 | 27.76 | - |
| YUV | 167.53 | 104.56 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 210 | 126 | 0.52 | 0 | 0.4 | 0.18 | 134.18 | 0.55 | 0.61 |
| Hex | 64 | D2 | 7E | 34 | 0 | 28 | 12 | 86 | 37 | 3D |
| Octal | 144 | 322 | 176 | 64 | 0 | 50 | 22 | 206 | 67 | 75 |
| Binary | 1100100 | 11010010 | 1111110 | 110100 | 0 | 101000 | 10010 | 10000110 | 110111 | 111101 |
Color Harmonies of #64D27E
Complementary color
Monochromatic Colors of #64D27E
Black with #64D27E
Text Example
Text Example
White with #64D27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D27E; }
p { color: rgb(100,210,126); }
H1.HeaderClassName
{
color: #64D27E;
}
.AnyTagClassName
{
color: #64D27E;
}
</style>
background-color css
<style>
a { background-color: #64D27E; }
a { background-color: rgb(100,210,126); }
div.DivClassName
{
background-color: #64D27E;
}
.BgClassName
{
background-color: #64D27E;
}
</style>
border-color css
<style>
span { border-color: #64D27E; }
span { border-color: rgb(100,210,126); }
td.TdClassName
{
border-color: #64D27E;
}
.TagClassName
{
border-color: #64D27E;
}
</style>