Shades of Emerald #64CE7D
Tints of Emerald #64CE7D
RGB
CMYK
RGB Variations
Color information
#64CE7D (or 0x64CE7D) is known color: Emerald. HEX triplet: 64, CE and 7D. RGB value is (100,206,125). Sum of RGB (Red+Green+Blue) = 100+206+125=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 206 - color contains mainly: green. Hex color #64CE7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CE7D is #9B3182. Grayscale: #A5A5A5. Windows color (decimal): -10170755 or 8244836. OLE color: 8244836.
HSL color Cylindrical-coordinate representation of color #64CE7D: hue angle of 134.15º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CE7D is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 206 | 125 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.19 |
| HSL | 134.15º | 0.52% | 0.6% | - |
| HSV(B) | 134.15º | 0.51% | 0.81% | - |
| XYZ | 31.03 | 48.33 | 27.1 | - |
| YUV | 165.07 | 105.38 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 206 | 125 | 0.51 | 0 | 0.39 | 0.19 | 134.15 | 0.52 | 0.6 |
| Hex | 64 | CE | 7D | 33 | 0 | 27 | 13 | 86 | 34 | 3C |
| Octal | 144 | 316 | 175 | 63 | 0 | 47 | 23 | 206 | 64 | 74 |
| Binary | 1100100 | 11001110 | 1111101 | 110011 | 0 | 100111 | 10011 | 10000110 | 110100 | 111100 |
Color Harmonies of #64CE7D
Complementary color
Monochromatic Colors of #64CE7D
Black with #64CE7D
Text Example
Text Example
White with #64CE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CE7D; }
p { color: rgb(100,206,125); }
H1.HeaderClassName
{
color: #64CE7D;
}
.AnyTagClassName
{
color: #64CE7D;
}
</style>
background-color css
<style>
a { background-color: #64CE7D; }
a { background-color: rgb(100,206,125); }
div.DivClassName
{
background-color: #64CE7D;
}
.BgClassName
{
background-color: #64CE7D;
}
</style>
border-color css
<style>
span { border-color: #64CE7D; }
span { border-color: rgb(100,206,125); }
td.TdClassName
{
border-color: #64CE7D;
}
.TagClassName
{
border-color: #64CE7D;
}
</style>