Shades of Emerald #4EEC80
Tints of Emerald #4EEC80
RGB
CMYK
RGB Variations
Color information
#4EEC80 (or 0x4EEC80) is known color: Emerald. HEX triplet: 4E, EC and 80. RGB value is (78,236,128). Sum of RGB (Red+Green+Blue) = 78+236+128=442 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.65% from 442); Green value is 236 (92.58% from 255 or 53.39% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 236 - color contains mainly: green. Hex color #4EEC80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4EEC80 is #B1137F. Grayscale: #B0B0B0. Windows color (decimal): -11604864 or 8449102. OLE color: 8449102.
HSL color Cylindrical-coordinate representation of color #4EEC80: hue angle of 138.99º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEC80 is Cyan = 0.67, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 236 | 128 | - |
| CMYK | 0.67 | 0 | 0.46 | 0.07 |
| HSL | 138.99º | 0.81% | 0.62% | - |
| HSV(B) | 138.99º | 0.67% | 0.93% | - |
| XYZ | 37.03 | 63.17 | 30.66 | - |
| YUV | 176.45 | 100.65 | 57.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 236 | 128 | 0.67 | 0 | 0.46 | 0.07 | 138.99 | 0.81 | 0.62 |
| Hex | 4E | EC | 80 | 43 | 0 | 2E | 7 | 8B | 51 | 3E |
| Octal | 116 | 354 | 200 | 103 | 0 | 56 | 7 | 213 | 121 | 76 |
| Binary | 1001110 | 11101100 | 10000000 | 1000011 | 0 | 101110 | 111 | 10001011 | 1010001 | 111110 |
Color Harmonies of #4EEC80
Complementary color
Monochromatic Colors of #4EEC80
Black with #4EEC80
Text Example
Text Example
White with #4EEC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEC80; }
p { color: rgb(78,236,128); }
H1.HeaderClassName
{
color: #4EEC80;
}
.AnyTagClassName
{
color: #4EEC80;
}
</style>
background-color css
<style>
a { background-color: #4EEC80; }
a { background-color: rgb(78,236,128); }
div.DivClassName
{
background-color: #4EEC80;
}
.BgClassName
{
background-color: #4EEC80;
}
</style>
border-color css
<style>
span { border-color: #4EEC80; }
span { border-color: rgb(78,236,128); }
td.TdClassName
{
border-color: #4EEC80;
}
.TagClassName
{
border-color: #4EEC80;
}
</style>