Shades of Emerald #4EC282
Tints of Emerald #4EC282
RGB
CMYK
RGB Variations
Color information
#4EC282 (or 0x4EC282) is known color: Emerald. HEX triplet: 4E, C2 and 82. RGB value is (78,194,130). Sum of RGB (Red+Green+Blue) = 78+194+130=402 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.40% from 402); Green value is 194 (76.17% from 255 or 48.26% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 194 - color contains mainly: green. Hex color #4EC282 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC282 is #B13D7D. Grayscale: #989898. Windows color (decimal): -11615614 or 8569422. OLE color: 8569422.
HSL color Cylindrical-coordinate representation of color #4EC282: hue angle of 146.9º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EC282 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 194 | 130 | - |
| CMYK | 0.60 | 0 | 0.33 | 0.24 |
| HSL | 146.9º | 0.49% | 0.53% | - |
| HSV(B) | 146.9º | 0.6% | 0.76% | - |
| XYZ | 26.46 | 41.81 | 27.8 | - |
| YUV | 152.02 | 115.57 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 194 | 130 | 0.60 | 0 | 0.33 | 0.24 | 146.9 | 0.49 | 0.53 |
| Hex | 4E | C2 | 82 | 3C | 0 | 21 | 18 | 93 | 31 | 35 |
| Octal | 116 | 302 | 202 | 74 | 0 | 41 | 30 | 223 | 61 | 65 |
| Binary | 1001110 | 11000010 | 10000010 | 111100 | 0 | 100001 | 11000 | 10010011 | 110001 | 110101 |
Color Harmonies of #4EC282
Complementary color
Monochromatic Colors of #4EC282
Black with #4EC282
Text Example
Text Example
White with #4EC282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC282; }
p { color: rgb(78,194,130); }
H1.HeaderClassName
{
color: #4EC282;
}
.AnyTagClassName
{
color: #4EC282;
}
</style>
background-color css
<style>
a { background-color: #4EC282; }
a { background-color: rgb(78,194,130); }
div.DivClassName
{
background-color: #4EC282;
}
.BgClassName
{
background-color: #4EC282;
}
</style>
border-color css
<style>
span { border-color: #4EC282; }
span { border-color: rgb(78,194,130); }
td.TdClassName
{
border-color: #4EC282;
}
.TagClassName
{
border-color: #4EC282;
}
</style>