Shades of Emerald #4EBA7F
Tints of Emerald #4EBA7F
RGB
CMYK
RGB Variations
Color information
#4EBA7F (or 0x4EBA7F) is known color: Emerald. HEX triplet: 4E, BA and 7F. RGB value is (78,186,127). Sum of RGB (Red+Green+Blue) = 78+186+127=391 (51% of max value = 765). Red value is 78 (30.86% from 255 or 19.95% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 186 - color contains mainly: green. Hex color #4EBA7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EBA7F is #B14580. Grayscale: #939393. Windows color (decimal): -11617665 or 8370766. OLE color: 8370766.
HSL color Cylindrical-coordinate representation of color #4EBA7F: hue angle of 147.22º 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 #4EBA7F is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 186 | 127 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.27 |
| HSL | 147.22º | 0.44% | 0.52% | - |
| HSV(B) | 147.22º | 0.58% | 0.73% | - |
| XYZ | 24.53 | 38.27 | 26.17 | - |
| YUV | 146.98 | 116.72 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 186 | 127 | 0.58 | 0 | 0.32 | 0.27 | 147.22 | 0.44 | 0.52 |
| Hex | 4E | BA | 7F | 3A | 0 | 20 | 1B | 93 | 2C | 34 |
| Octal | 116 | 272 | 177 | 72 | 0 | 40 | 33 | 223 | 54 | 64 |
| Binary | 1001110 | 10111010 | 1111111 | 111010 | 0 | 100000 | 11011 | 10010011 | 101100 | 110100 |
Color Harmonies of #4EBA7F
Complementary color
Monochromatic Colors of #4EBA7F
Black with #4EBA7F
Text Example
Text Example
White with #4EBA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBA7F; }
p { color: rgb(78,186,127); }
H1.HeaderClassName
{
color: #4EBA7F;
}
.AnyTagClassName
{
color: #4EBA7F;
}
</style>
background-color css
<style>
a { background-color: #4EBA7F; }
a { background-color: rgb(78,186,127); }
div.DivClassName
{
background-color: #4EBA7F;
}
.BgClassName
{
background-color: #4EBA7F;
}
</style>
border-color css
<style>
span { border-color: #4EBA7F; }
span { border-color: rgb(78,186,127); }
td.TdClassName
{
border-color: #4EBA7F;
}
.TagClassName
{
border-color: #4EBA7F;
}
</style>