Shades of Emerald #4EC080
Tints of Emerald #4EC080
RGB
CMYK
RGB Variations
Color information
#4EC080 (or 0x4EC080) is known color: Emerald. HEX triplet: 4E, C0 and 80. RGB value is (78,192,128). Sum of RGB (Red+Green+Blue) = 78+192+128=398 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.60% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 192 - color contains mainly: green. Hex color #4EC080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC080 is #B13F7F. Grayscale: #969696. Windows color (decimal): -11616128 or 8437838. OLE color: 8437838.
HSL color Cylindrical-coordinate representation of color #4EC080: hue angle of 146.32º 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 #4EC080 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 192 | 128 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.25 |
| HSL | 146.32º | 0.48% | 0.53% | - |
| HSV(B) | 146.32º | 0.59% | 0.75% | - |
| XYZ | 25.89 | 40.88 | 26.95 | - |
| YUV | 150.62 | 115.23 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 192 | 128 | 0.59 | 0 | 0.33 | 0.25 | 146.32 | 0.48 | 0.53 |
| Hex | 4E | C0 | 80 | 3B | 0 | 21 | 19 | 92 | 30 | 35 |
| Octal | 116 | 300 | 200 | 73 | 0 | 41 | 31 | 222 | 60 | 65 |
| Binary | 1001110 | 11000000 | 10000000 | 111011 | 0 | 100001 | 11001 | 10010010 | 110000 | 110101 |
Color Harmonies of #4EC080
Complementary color
Monochromatic Colors of #4EC080
Black with #4EC080
Text Example
Text Example
White with #4EC080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC080; }
p { color: rgb(78,192,128); }
H1.HeaderClassName
{
color: #4EC080;
}
.AnyTagClassName
{
color: #4EC080;
}
</style>
background-color css
<style>
a { background-color: #4EC080; }
a { background-color: rgb(78,192,128); }
div.DivClassName
{
background-color: #4EC080;
}
.BgClassName
{
background-color: #4EC080;
}
</style>
border-color css
<style>
span { border-color: #4EC080; }
span { border-color: rgb(78,192,128); }
td.TdClassName
{
border-color: #4EC080;
}
.TagClassName
{
border-color: #4EC080;
}
</style>