Shades of Emerald #4EBA80
Tints of Emerald #4EBA80
RGB
CMYK
RGB Variations
Color information
#4EBA80 (or 0x4EBA80) is known color: Emerald. HEX triplet: 4E, BA and 80. RGB value is (78,186,128). Sum of RGB (Red+Green+Blue) = 78+186+128=392 (51% of max value = 765). Red value is 78 (30.86% from 255 or 19.90% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #4EBA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBA80 is #B1457F. Grayscale: #939393. Windows color (decimal): -11617664 or 8436302. OLE color: 8436302.
HSL color Cylindrical-coordinate representation of color #4EBA80: hue angle of 147.78º 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 #4EBA80 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 186 | 128 | - |
| CMYK | 0.58 | 0 | 0.31 | 0.27 |
| HSL | 147.78º | 0.44% | 0.52% | - |
| HSV(B) | 147.78º | 0.58% | 0.73% | - |
| XYZ | 24.6 | 38.3 | 26.52 | - |
| YUV | 147.1 | 117.22 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 186 | 128 | 0.58 | 0 | 0.31 | 0.27 | 147.78 | 0.44 | 0.52 |
| Hex | 4E | BA | 80 | 3A | 0 | 1F | 1B | 94 | 2C | 34 |
| Octal | 116 | 272 | 200 | 72 | 0 | 37 | 33 | 224 | 54 | 64 |
| Binary | 1001110 | 10111010 | 10000000 | 111010 | 0 | 11111 | 11011 | 10010100 | 101100 | 110100 |
Color Harmonies of #4EBA80
Complementary color
Monochromatic Colors of #4EBA80
Black with #4EBA80
Text Example
Text Example
White with #4EBA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBA80; }
p { color: rgb(78,186,128); }
H1.HeaderClassName
{
color: #4EBA80;
}
.AnyTagClassName
{
color: #4EBA80;
}
</style>
background-color css
<style>
a { background-color: #4EBA80; }
a { background-color: rgb(78,186,128); }
div.DivClassName
{
background-color: #4EBA80;
}
.BgClassName
{
background-color: #4EBA80;
}
</style>
border-color css
<style>
span { border-color: #4EBA80; }
span { border-color: rgb(78,186,128); }
td.TdClassName
{
border-color: #4EBA80;
}
.TagClassName
{
border-color: #4EBA80;
}
</style>