Shades of Emerald #64CD7C
Tints of Emerald #64CD7C
RGB
CMYK
RGB Variations
Color information
#64CD7C (or 0x64CD7C) is known color: Emerald. HEX triplet: 64, CD and 7C. RGB value is (100,205,124). Sum of RGB (Red+Green+Blue) = 100+205+124=429 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.31% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 205 - color contains mainly: green. Hex color #64CD7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CD7C is #9B3283. Grayscale: #A4A4A4. Windows color (decimal): -10171012 or 8179044. OLE color: 8179044.
HSL color Cylindrical-coordinate representation of color #64CD7C: hue angle of 133.71º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CD7C is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 205 | 124 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.20 |
| HSL | 133.71º | 0.51% | 0.6% | - |
| HSV(B) | 133.71º | 0.51% | 0.8% | - |
| XYZ | 30.72 | 47.83 | 26.68 | - |
| YUV | 164.37 | 105.21 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 205 | 124 | 0.51 | 0 | 0.40 | 0.20 | 133.71 | 0.51 | 0.6 |
| Hex | 64 | CD | 7C | 33 | 0 | 28 | 14 | 86 | 33 | 3C |
| Octal | 144 | 315 | 174 | 63 | 0 | 50 | 24 | 206 | 63 | 74 |
| Binary | 1100100 | 11001101 | 1111100 | 110011 | 0 | 101000 | 10100 | 10000110 | 110011 | 111100 |
Color Harmonies of #64CD7C
Complementary color
Monochromatic Colors of #64CD7C
Black with #64CD7C
Text Example
Text Example
White with #64CD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CD7C; }
p { color: rgb(100,205,124); }
H1.HeaderClassName
{
color: #64CD7C;
}
.AnyTagClassName
{
color: #64CD7C;
}
</style>
background-color css
<style>
a { background-color: #64CD7C; }
a { background-color: rgb(100,205,124); }
div.DivClassName
{
background-color: #64CD7C;
}
.BgClassName
{
background-color: #64CD7C;
}
</style>
border-color css
<style>
span { border-color: #64CD7C; }
span { border-color: rgb(100,205,124); }
td.TdClassName
{
border-color: #64CD7C;
}
.TagClassName
{
border-color: #64CD7C;
}
</style>