Shades of Emerald #4EC078
Tints of Emerald #4EC078
RGB
CMYK
RGB Variations
Color information
#4EC078 (or 0x4EC078) is known color: Emerald. HEX triplet: 4E, C0 and 78. RGB value is (78,192,120). Sum of RGB (Red+Green+Blue) = 78+192+120=390 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #4EC078 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EC078 is #B13F87. Grayscale: #959595. Windows color (decimal): -11616136 or 7913550. OLE color: 7913550.
HSL color Cylindrical-coordinate representation of color #4EC078: hue angle of 142.11º 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 #4EC078 is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 192 | 120 | - |
| CMYK | 0.59 | 0 | 0.38 | 0.25 |
| HSL | 142.11º | 0.48% | 0.53% | - |
| HSV(B) | 142.11º | 0.59% | 0.75% | - |
| XYZ | 25.38 | 40.68 | 24.28 | - |
| YUV | 149.71 | 111.23 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 192 | 120 | 0.59 | 0 | 0.38 | 0.25 | 142.11 | 0.48 | 0.53 |
| Hex | 4E | C0 | 78 | 3B | 0 | 26 | 19 | 8E | 30 | 35 |
| Octal | 116 | 300 | 170 | 73 | 0 | 46 | 31 | 216 | 60 | 65 |
| Binary | 1001110 | 11000000 | 1111000 | 111011 | 0 | 100110 | 11001 | 10001110 | 110000 | 110101 |
Color Harmonies of #4EC078
Complementary color
Monochromatic Colors of #4EC078
Black with #4EC078
Text Example
Text Example
White with #4EC078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC078; }
p { color: rgb(78,192,120); }
H1.HeaderClassName
{
color: #4EC078;
}
.AnyTagClassName
{
color: #4EC078;
}
</style>
background-color css
<style>
a { background-color: #4EC078; }
a { background-color: rgb(78,192,120); }
div.DivClassName
{
background-color: #4EC078;
}
.BgClassName
{
background-color: #4EC078;
}
</style>
border-color css
<style>
span { border-color: #4EC078; }
span { border-color: rgb(78,192,120); }
td.TdClassName
{
border-color: #4EC078;
}
.TagClassName
{
border-color: #4EC078;
}
</style>