Shades of Emerald #4EEA72
Tints of Emerald #4EEA72
RGB
CMYK
RGB Variations
Color information
#4EEA72 (or 0x4EEA72) is known color: Emerald. HEX triplet: 4E, EA and 72. RGB value is (78,234,114). Sum of RGB (Red+Green+Blue) = 78+234+114=426 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.31% from 426); Green value is 234 (91.80% from 255 or 54.93% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 234 - color contains mainly: green. Hex color #4EEA72 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #4EEA72 is #B1158D. Grayscale: #AEAEAE. Windows color (decimal): -11605390 or 7531086. OLE color: 7531086.
HSL color Cylindrical-coordinate representation of color #4EEA72: hue angle of 133.85º 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 #4EEA72 is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 78 | 234 | 114 | - |
| CMYK | 0.67 | 0 | 0.51 | 0.08 |
| HSL | 133.85º | 0.79% | 0.61% | - |
| HSV(B) | 133.85º | 0.67% | 0.92% | - |
| XYZ | 35.6 | 61.68 | 25.95 | - |
| YUV | 173.68 | 94.32 | 59.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 234 | 114 | 0.67 | 0 | 0.51 | 0.08 | 133.85 | 0.79 | 0.61 |
| Hex | 4E | EA | 72 | 43 | 0 | 33 | 8 | 86 | 4F | 3D |
| Octal | 116 | 352 | 162 | 103 | 0 | 63 | 10 | 206 | 117 | 75 |
| Binary | 1001110 | 11101010 | 1110010 | 1000011 | 0 | 110011 | 1000 | 10000110 | 1001111 | 111101 |
Color Harmonies of #4EEA72
Complementary color
Monochromatic Colors of #4EEA72
Black with #4EEA72
Text Example
Text Example
White with #4EEA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEA72; }
p { color: rgb(78,234,114); }
H1.HeaderClassName
{
color: #4EEA72;
}
.AnyTagClassName
{
color: #4EEA72;
}
</style>
background-color css
<style>
a { background-color: #4EEA72; }
a { background-color: rgb(78,234,114); }
div.DivClassName
{
background-color: #4EEA72;
}
.BgClassName
{
background-color: #4EEA72;
}
</style>
border-color css
<style>
span { border-color: #4EEA72; }
span { border-color: rgb(78,234,114); }
td.TdClassName
{
border-color: #4EEA72;
}
.TagClassName
{
border-color: #4EEA72;
}
</style>