Shades of Emerald #4EEA7D
Tints of Emerald #4EEA7D
RGB
CMYK
RGB Variations
Color information
#4EEA7D (or 0x4EEA7D) is known color: Emerald. HEX triplet: 4E, EA and 7D. RGB value is (78,234,125). Sum of RGB (Red+Green+Blue) = 78+234+125=437 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.85% from 437); Green value is 234 (91.80% from 255 or 53.55% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 234 - color contains mainly: green. Hex color #4EEA7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #4EEA7D is #B11582. Grayscale: #AFAFAF. Windows color (decimal): -11605379 or 8251982. OLE color: 8251982.
HSL color Cylindrical-coordinate representation of color #4EEA7D: hue angle of 138.08º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEA7D is Cyan = 0.67, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 78 | 234 | 125 | - |
| CMYK | 0.67 | 0 | 0.47 | 0.08 |
| HSL | 138.08º | 0.79% | 0.61% | - |
| HSV(B) | 138.08º | 0.67% | 0.92% | - |
| XYZ | 36.27 | 61.95 | 29.45 | - |
| YUV | 174.93 | 99.82 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 234 | 125 | 0.67 | 0 | 0.47 | 0.08 | 138.08 | 0.79 | 0.61 |
| Hex | 4E | EA | 7D | 43 | 0 | 2F | 8 | 8A | 4F | 3D |
| Octal | 116 | 352 | 175 | 103 | 0 | 57 | 10 | 212 | 117 | 75 |
| Binary | 1001110 | 11101010 | 1111101 | 1000011 | 0 | 101111 | 1000 | 10001010 | 1001111 | 111101 |
Color Harmonies of #4EEA7D
Complementary color
Monochromatic Colors of #4EEA7D
Black with #4EEA7D
Text Example
Text Example
White with #4EEA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEA7D; }
p { color: rgb(78,234,125); }
H1.HeaderClassName
{
color: #4EEA7D;
}
.AnyTagClassName
{
color: #4EEA7D;
}
</style>
background-color css
<style>
a { background-color: #4EEA7D; }
a { background-color: rgb(78,234,125); }
div.DivClassName
{
background-color: #4EEA7D;
}
.BgClassName
{
background-color: #4EEA7D;
}
</style>
border-color css
<style>
span { border-color: #4EEA7D; }
span { border-color: rgb(78,234,125); }
td.TdClassName
{
border-color: #4EEA7D;
}
.TagClassName
{
border-color: #4EEA7D;
}
</style>