Shades of Emerald #4EC464
Tints of Emerald #4EC464
RGB
CMYK
RGB Variations
Color information
#4EC464 (or 0x4EC464) is known color: Emerald. HEX triplet: 4E, C4 and 64. RGB value is (78,196,100). Sum of RGB (Red+Green+Blue) = 78+196+100=374 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.86% from 374); Green value is 196 (76.95% from 255 or 52.41% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 196 - color contains mainly: green. Hex color #4EC464 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EC464 is #B13B9B. Grayscale: #969696. Windows color (decimal): -11615132 or 6603854. OLE color: 6603854.
HSL color Cylindrical-coordinate representation of color #4EC464: hue angle of 131.19º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EC464 is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 78 | 196 | 100 | - |
| CMYK | 0.60 | 0 | 0.49 | 0.23 |
| HSL | 131.19º | 0.5% | 0.54% | - |
| HSV(B) | 131.19º | 0.6% | 0.77% | - |
| XYZ | 25.18 | 42.02 | 18.84 | - |
| YUV | 149.77 | 99.91 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 196 | 100 | 0.60 | 0 | 0.49 | 0.23 | 131.19 | 0.5 | 0.54 |
| Hex | 4E | C4 | 64 | 3C | 0 | 31 | 17 | 83 | 32 | 36 |
| Octal | 116 | 304 | 144 | 74 | 0 | 61 | 27 | 203 | 62 | 66 |
| Binary | 1001110 | 11000100 | 1100100 | 111100 | 0 | 110001 | 10111 | 10000011 | 110010 | 110110 |
Color Harmonies of #4EC464
Complementary color
Monochromatic Colors of #4EC464
Black with #4EC464
Text Example
Text Example
White with #4EC464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC464; }
p { color: rgb(78,196,100); }
H1.HeaderClassName
{
color: #4EC464;
}
.AnyTagClassName
{
color: #4EC464;
}
</style>
background-color css
<style>
a { background-color: #4EC464; }
a { background-color: rgb(78,196,100); }
div.DivClassName
{
background-color: #4EC464;
}
.BgClassName
{
background-color: #4EC464;
}
</style>
border-color css
<style>
span { border-color: #4EC464; }
span { border-color: rgb(78,196,100); }
td.TdClassName
{
border-color: #4EC464;
}
.TagClassName
{
border-color: #4EC464;
}
</style>