Shades of Emerald #64C47C
Tints of Emerald #64C47C
RGB
CMYK
RGB Variations
Color information
#64C47C (or 0x64C47C) is known color: Emerald. HEX triplet: 64, C4 and 7C. RGB value is (100,196,124). Sum of RGB (Red+Green+Blue) = 100+196+124=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 196 (76.95% from 255 or 46.67% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 196 - color contains mainly: green. Hex color #64C47C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C47C is #9B3B83. Grayscale: #9F9F9F. Windows color (decimal): -10173316 or 8176740. OLE color: 8176740.
HSL color Cylindrical-coordinate representation of color #64C47C: hue angle of 135º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C47C is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 196 | 124 | - |
| CMYK | 0.49 | 0 | 0.37 | 0.23 |
| HSL | 135º | 0.45% | 0.58% | - |
| HSV(B) | 135º | 0.49% | 0.77% | - |
| XYZ | 28.63 | 43.64 | 25.98 | - |
| YUV | 159.09 | 108.2 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 196 | 124 | 0.49 | 0 | 0.37 | 0.23 | 135 | 0.45 | 0.58 |
| Hex | 64 | C4 | 7C | 31 | 0 | 25 | 17 | 87 | 2D | 3A |
| Octal | 144 | 304 | 174 | 61 | 0 | 45 | 27 | 207 | 55 | 72 |
| Binary | 1100100 | 11000100 | 1111100 | 110001 | 0 | 100101 | 10111 | 10000111 | 101101 | 111010 |
Color Harmonies of #64C47C
Complementary color
Monochromatic Colors of #64C47C
Black with #64C47C
Text Example
Text Example
White with #64C47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C47C; }
p { color: rgb(100,196,124); }
H1.HeaderClassName
{
color: #64C47C;
}
.AnyTagClassName
{
color: #64C47C;
}
</style>
background-color css
<style>
a { background-color: #64C47C; }
a { background-color: rgb(100,196,124); }
div.DivClassName
{
background-color: #64C47C;
}
.BgClassName
{
background-color: #64C47C;
}
</style>
border-color css
<style>
span { border-color: #64C47C; }
span { border-color: rgb(100,196,124); }
td.TdClassName
{
border-color: #64C47C;
}
.TagClassName
{
border-color: #64C47C;
}
</style>