Shades of Emerald #4EBB78
Tints of Emerald #4EBB78
RGB
CMYK
RGB Variations
Color information
#4EBB78 (or 0x4EBB78) is known color: Emerald. HEX triplet: 4E, BB and 78. RGB value is (78,187,120). Sum of RGB (Red+Green+Blue) = 78+187+120=385 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.26% from 385); Green value is 187 (73.44% from 255 or 48.57% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 187 - color contains mainly: green. Hex color #4EBB78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EBB78 is #B14487. Grayscale: #929292. Windows color (decimal): -11617416 or 7912270. OLE color: 7912270.
HSL color Cylindrical-coordinate representation of color #4EBB78: hue angle of 143.12º 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 #4EBB78 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 187 | 120 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.27 |
| HSL | 143.12º | 0.44% | 0.52% | - |
| HSV(B) | 143.12º | 0.58% | 0.73% | - |
| XYZ | 24.3 | 38.52 | 23.92 | - |
| YUV | 146.77 | 112.89 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 187 | 120 | 0.58 | 0 | 0.36 | 0.27 | 143.12 | 0.44 | 0.52 |
| Hex | 4E | BB | 78 | 3A | 0 | 24 | 1B | 8F | 2C | 34 |
| Octal | 116 | 273 | 170 | 72 | 0 | 44 | 33 | 217 | 54 | 64 |
| Binary | 1001110 | 10111011 | 1111000 | 111010 | 0 | 100100 | 11011 | 10001111 | 101100 | 110100 |
Color Harmonies of #4EBB78
Complementary color
Monochromatic Colors of #4EBB78
Black with #4EBB78
Text Example
Text Example
White with #4EBB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBB78; }
p { color: rgb(78,187,120); }
H1.HeaderClassName
{
color: #4EBB78;
}
.AnyTagClassName
{
color: #4EBB78;
}
</style>
background-color css
<style>
a { background-color: #4EBB78; }
a { background-color: rgb(78,187,120); }
div.DivClassName
{
background-color: #4EBB78;
}
.BgClassName
{
background-color: #4EBB78;
}
</style>
border-color css
<style>
span { border-color: #4EBB78; }
span { border-color: rgb(78,187,120); }
td.TdClassName
{
border-color: #4EBB78;
}
.TagClassName
{
border-color: #4EBB78;
}
</style>