Shades of Emerald #4EBC72
Tints of Emerald #4EBC72
RGB
CMYK
RGB Variations
Color information
#4EBC72 (or 0x4EBC72) is known color: Emerald. HEX triplet: 4E, BC and 72. RGB value is (78,188,114). Sum of RGB (Red+Green+Blue) = 78+188+114=380 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.53% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #4EBC72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EBC72 is #B1438D. Grayscale: #929292. Windows color (decimal): -11617166 or 7519310. OLE color: 7519310.
HSL color Cylindrical-coordinate representation of color #4EBC72: hue angle of 139.64º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EBC72 is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 188 | 114 | - |
| CMYK | 0.59 | 0 | 0.39 | 0.26 |
| HSL | 139.64º | 0.45% | 0.52% | - |
| HSV(B) | 139.64º | 0.59% | 0.74% | - |
| XYZ | 24.16 | 38.8 | 22.14 | - |
| YUV | 146.67 | 109.56 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 188 | 114 | 0.59 | 0 | 0.39 | 0.26 | 139.64 | 0.45 | 0.52 |
| Hex | 4E | BC | 72 | 3B | 0 | 27 | 1A | 8C | 2D | 34 |
| Octal | 116 | 274 | 162 | 73 | 0 | 47 | 32 | 214 | 55 | 64 |
| Binary | 1001110 | 10111100 | 1110010 | 111011 | 0 | 100111 | 11010 | 10001100 | 101101 | 110100 |
Color Harmonies of #4EBC72
Complementary color
Monochromatic Colors of #4EBC72
Black with #4EBC72
Text Example
Text Example
White with #4EBC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBC72; }
p { color: rgb(78,188,114); }
H1.HeaderClassName
{
color: #4EBC72;
}
.AnyTagClassName
{
color: #4EBC72;
}
</style>
background-color css
<style>
a { background-color: #4EBC72; }
a { background-color: rgb(78,188,114); }
div.DivClassName
{
background-color: #4EBC72;
}
.BgClassName
{
background-color: #4EBC72;
}
</style>
border-color css
<style>
span { border-color: #4EBC72; }
span { border-color: rgb(78,188,114); }
td.TdClassName
{
border-color: #4EBC72;
}
.TagClassName
{
border-color: #4EBC72;
}
</style>