Shades of Emerald #4EBA7B
Tints of Emerald #4EBA7B
RGB
CMYK
RGB Variations
Color information
#4EBA7B (or 0x4EBA7B) is known color: Emerald. HEX triplet: 4E, BA and 7B. RGB value is (78,186,123). Sum of RGB (Red+Green+Blue) = 78+186+123=387 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.16% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 186 - color contains mainly: green. Hex color #4EBA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EBA7B is #B14584. Grayscale: #929292. Windows color (decimal): -11617669 or 8108622. OLE color: 8108622.
HSL color Cylindrical-coordinate representation of color #4EBA7B: hue angle of 145º 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 #4EBA7B is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 186 | 123 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.27 |
| HSL | 145º | 0.44% | 0.52% | - |
| HSV(B) | 145º | 0.58% | 0.73% | - |
| XYZ | 24.28 | 38.17 | 24.83 | - |
| YUV | 146.53 | 114.72 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 186 | 123 | 0.58 | 0 | 0.34 | 0.27 | 145 | 0.44 | 0.52 |
| Hex | 4E | BA | 7B | 3A | 0 | 22 | 1B | 91 | 2C | 34 |
| Octal | 116 | 272 | 173 | 72 | 0 | 42 | 33 | 221 | 54 | 64 |
| Binary | 1001110 | 10111010 | 1111011 | 111010 | 0 | 100010 | 11011 | 10010001 | 101100 | 110100 |
Color Harmonies of #4EBA7B
Complementary color
Monochromatic Colors of #4EBA7B
Black with #4EBA7B
Text Example
Text Example
White with #4EBA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBA7B; }
p { color: rgb(78,186,123); }
H1.HeaderClassName
{
color: #4EBA7B;
}
.AnyTagClassName
{
color: #4EBA7B;
}
</style>
background-color css
<style>
a { background-color: #4EBA7B; }
a { background-color: rgb(78,186,123); }
div.DivClassName
{
background-color: #4EBA7B;
}
.BgClassName
{
background-color: #4EBA7B;
}
</style>
border-color css
<style>
span { border-color: #4EBA7B; }
span { border-color: rgb(78,186,123); }
td.TdClassName
{
border-color: #4EBA7B;
}
.TagClassName
{
border-color: #4EBA7B;
}
</style>