Shades of Emerald #4EC082
Tints of Emerald #4EC082
RGB
CMYK
RGB Variations
Color information
#4EC082 (or 0x4EC082) is known color: Emerald. HEX triplet: 4E, C0 and 82. RGB value is (78,192,130). Sum of RGB (Red+Green+Blue) = 78+192+130=400 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.5% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 192 - color contains mainly: green. Hex color #4EC082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC082 is #B13F7D. Grayscale: #969696. Windows color (decimal): -11616126 or 8568910. OLE color: 8568910.
HSL color Cylindrical-coordinate representation of color #4EC082: hue angle of 147.37º 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 #4EC082 is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 192 | 130 | - |
| CMYK | 0.59 | 0 | 0.32 | 0.25 |
| HSL | 147.37º | 0.48% | 0.53% | - |
| HSV(B) | 147.37º | 0.59% | 0.75% | - |
| XYZ | 26.02 | 40.93 | 27.65 | - |
| YUV | 150.85 | 116.23 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 192 | 130 | 0.59 | 0 | 0.32 | 0.25 | 147.37 | 0.48 | 0.53 |
| Hex | 4E | C0 | 82 | 3B | 0 | 20 | 19 | 93 | 30 | 35 |
| Octal | 116 | 300 | 202 | 73 | 0 | 40 | 31 | 223 | 60 | 65 |
| Binary | 1001110 | 11000000 | 10000010 | 111011 | 0 | 100000 | 11001 | 10010011 | 110000 | 110101 |
Color Harmonies of #4EC082
Complementary color
Monochromatic Colors of #4EC082
Black with #4EC082
Text Example
Text Example
White with #4EC082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC082; }
p { color: rgb(78,192,130); }
H1.HeaderClassName
{
color: #4EC082;
}
.AnyTagClassName
{
color: #4EC082;
}
</style>
background-color css
<style>
a { background-color: #4EC082; }
a { background-color: rgb(78,192,130); }
div.DivClassName
{
background-color: #4EC082;
}
.BgClassName
{
background-color: #4EC082;
}
</style>
border-color css
<style>
span { border-color: #4EC082; }
span { border-color: rgb(78,192,130); }
td.TdClassName
{
border-color: #4EC082;
}
.TagClassName
{
border-color: #4EC082;
}
</style>