Shades of Emerald #4EC08A
Tints of Emerald #4EC08A
RGB
CMYK
RGB Variations
Color information
#4EC08A (or 0x4EC08A) is known color: Emerald. HEX triplet: 4E, C0 and 8A. RGB value is (78,192,138). Sum of RGB (Red+Green+Blue) = 78+192+138=408 (54% of max value = 765). Red value is 78 (30.86% from 255 or 19.12% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 192 - color contains mainly: green. Hex color #4EC08A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC08A is #B13F75. Grayscale: #979797. Windows color (decimal): -11616118 or 9093198. OLE color: 9093198.
HSL color Cylindrical-coordinate representation of color #4EC08A: hue angle of 151.58º 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 #4EC08A is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 192 | 138 | - |
| CMYK | 0.59 | 0 | 0.28 | 0.25 |
| HSL | 151.58º | 0.48% | 0.53% | - |
| HSV(B) | 151.58º | 0.59% | 0.75% | - |
| XYZ | 26.58 | 41.15 | 30.59 | - |
| YUV | 151.76 | 120.23 | 75.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 192 | 138 | 0.59 | 0 | 0.28 | 0.25 | 151.58 | 0.48 | 0.53 |
| Hex | 4E | C0 | 8A | 3B | 0 | 1C | 19 | 98 | 30 | 35 |
| Octal | 116 | 300 | 212 | 73 | 0 | 34 | 31 | 230 | 60 | 65 |
| Binary | 1001110 | 11000000 | 10001010 | 111011 | 0 | 11100 | 11001 | 10011000 | 110000 | 110101 |
Color Harmonies of #4EC08A
Complementary color
Monochromatic Colors of #4EC08A
Black with #4EC08A
Text Example
Text Example
White with #4EC08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC08A; }
p { color: rgb(78,192,138); }
H1.HeaderClassName
{
color: #4EC08A;
}
.AnyTagClassName
{
color: #4EC08A;
}
</style>
background-color css
<style>
a { background-color: #4EC08A; }
a { background-color: rgb(78,192,138); }
div.DivClassName
{
background-color: #4EC08A;
}
.BgClassName
{
background-color: #4EC08A;
}
</style>
border-color css
<style>
span { border-color: #4EC08A; }
span { border-color: rgb(78,192,138); }
td.TdClassName
{
border-color: #4EC08A;
}
.TagClassName
{
border-color: #4EC08A;
}
</style>