Shades of Emerald #4EEC7D
Tints of Emerald #4EEC7D
RGB
CMYK
RGB Variations
Color information
#4EEC7D (or 0x4EEC7D) is known color: Emerald. HEX triplet: 4E, EC and 7D. RGB value is (78,236,125). Sum of RGB (Red+Green+Blue) = 78+236+125=439 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.77% from 439); Green value is 236 (92.58% from 255 or 53.76% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 236 - color contains mainly: green. Hex color #4EEC7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #4EEC7D is #B11382. Grayscale: #B0B0B0. Windows color (decimal): -11604867 or 8252494. OLE color: 8252494.
HSL color Cylindrical-coordinate representation of color #4EEC7D: hue angle of 137.85º 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 #4EEC7D is Cyan = 0.67, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 236 | 125 | - |
| CMYK | 0.67 | 0 | 0.47 | 0.07 |
| HSL | 137.85º | 0.81% | 0.62% | - |
| HSV(B) | 137.85º | 0.67% | 0.93% | - |
| XYZ | 36.84 | 63.09 | 29.64 | - |
| YUV | 176.1 | 99.15 | 58.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 236 | 125 | 0.67 | 0 | 0.47 | 0.07 | 137.85 | 0.81 | 0.62 |
| Hex | 4E | EC | 7D | 43 | 0 | 2F | 7 | 8A | 51 | 3E |
| Octal | 116 | 354 | 175 | 103 | 0 | 57 | 7 | 212 | 121 | 76 |
| Binary | 1001110 | 11101100 | 1111101 | 1000011 | 0 | 101111 | 111 | 10001010 | 1010001 | 111110 |
Color Harmonies of #4EEC7D
Complementary color
Monochromatic Colors of #4EEC7D
Black with #4EEC7D
Text Example
Text Example
White with #4EEC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEC7D; }
p { color: rgb(78,236,125); }
H1.HeaderClassName
{
color: #4EEC7D;
}
.AnyTagClassName
{
color: #4EEC7D;
}
</style>
background-color css
<style>
a { background-color: #4EEC7D; }
a { background-color: rgb(78,236,125); }
div.DivClassName
{
background-color: #4EEC7D;
}
.BgClassName
{
background-color: #4EEC7D;
}
</style>
border-color css
<style>
span { border-color: #4EEC7D; }
span { border-color: rgb(78,236,125); }
td.TdClassName
{
border-color: #4EEC7D;
}
.TagClassName
{
border-color: #4EEC7D;
}
</style>