Shades of Emerald #4EBA84
Tints of Emerald #4EBA84
RGB
CMYK
RGB Variations
Color information
#4EBA84 (or 0x4EBA84) is known color: Emerald. HEX triplet: 4E, BA and 84. RGB value is (78,186,132). Sum of RGB (Red+Green+Blue) = 78+186+132=396 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.70% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #4EBA84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBA84 is #B1457B. Grayscale: #939393. Windows color (decimal): -11617660 or 8698446. OLE color: 8698446.
HSL color Cylindrical-coordinate representation of color #4EBA84: hue angle of 150º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4EBA84 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 186 | 132 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.27 |
| HSL | 150º | 0.44% | 0.52% | - |
| HSV(B) | 150º | 0.58% | 0.73% | - |
| XYZ | 24.87 | 38.4 | 27.93 | - |
| YUV | 147.55 | 119.22 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 186 | 132 | 0.58 | 0 | 0.29 | 0.27 | 150 | 0.44 | 0.52 |
| Hex | 4E | BA | 84 | 3A | 0 | 1D | 1B | 96 | 2C | 34 |
| Octal | 116 | 272 | 204 | 72 | 0 | 35 | 33 | 226 | 54 | 64 |
| Binary | 1001110 | 10111010 | 10000100 | 111010 | 0 | 11101 | 11011 | 10010110 | 101100 | 110100 |
Color Harmonies of #4EBA84
Complementary color
Monochromatic Colors of #4EBA84
Black with #4EBA84
Text Example
Text Example
White with #4EBA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBA84; }
p { color: rgb(78,186,132); }
H1.HeaderClassName
{
color: #4EBA84;
}
.AnyTagClassName
{
color: #4EBA84;
}
</style>
background-color css
<style>
a { background-color: #4EBA84; }
a { background-color: rgb(78,186,132); }
div.DivClassName
{
background-color: #4EBA84;
}
.BgClassName
{
background-color: #4EBA84;
}
</style>
border-color css
<style>
span { border-color: #4EBA84; }
span { border-color: rgb(78,186,132); }
td.TdClassName
{
border-color: #4EBA84;
}
.TagClassName
{
border-color: #4EBA84;
}
</style>