Shades of Emerald #4EC076
Tints of Emerald #4EC076
RGB
CMYK
RGB Variations
Color information
#4EC076 (or 0x4EC076) is known color: Emerald. HEX triplet: 4E, C0 and 76. RGB value is (78,192,118). Sum of RGB (Red+Green+Blue) = 78+192+118=388 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.10% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 192 - color contains mainly: green. Hex color #4EC076 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EC076 is #B13F89. Grayscale: #959595. Windows color (decimal): -11616138 or 7782478. OLE color: 7782478.
HSL color Cylindrical-coordinate representation of color #4EC076: hue angle of 141.05º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EC076 is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 192 | 118 | - |
| CMYK | 0.59 | 0 | 0.39 | 0.25 |
| HSL | 141.05º | 0.48% | 0.53% | - |
| HSV(B) | 141.05º | 0.59% | 0.75% | - |
| XYZ | 25.26 | 40.63 | 23.65 | - |
| YUV | 149.48 | 110.23 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 192 | 118 | 0.59 | 0 | 0.39 | 0.25 | 141.05 | 0.48 | 0.53 |
| Hex | 4E | C0 | 76 | 3B | 0 | 27 | 19 | 8D | 30 | 35 |
| Octal | 116 | 300 | 166 | 73 | 0 | 47 | 31 | 215 | 60 | 65 |
| Binary | 1001110 | 11000000 | 1110110 | 111011 | 0 | 100111 | 11001 | 10001101 | 110000 | 110101 |
Color Harmonies of #4EC076
Complementary color
Monochromatic Colors of #4EC076
Black with #4EC076
Text Example
Text Example
White with #4EC076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC076; }
p { color: rgb(78,192,118); }
H1.HeaderClassName
{
color: #4EC076;
}
.AnyTagClassName
{
color: #4EC076;
}
</style>
background-color css
<style>
a { background-color: #4EC076; }
a { background-color: rgb(78,192,118); }
div.DivClassName
{
background-color: #4EC076;
}
.BgClassName
{
background-color: #4EC076;
}
</style>
border-color css
<style>
span { border-color: #4EC076; }
span { border-color: rgb(78,192,118); }
td.TdClassName
{
border-color: #4EC076;
}
.TagClassName
{
border-color: #4EC076;
}
</style>