Shades of Emerald #4EBD7C
Tints of Emerald #4EBD7C
RGB
CMYK
RGB Variations
Color information
#4EBD7C (or 0x4EBD7C) is known color: Emerald. HEX triplet: 4E, BD and 7C. RGB value is (78,189,124). Sum of RGB (Red+Green+Blue) = 78+189+124=391 (51% of max value = 765). Red value is 78 (30.86% from 255 or 19.95% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #4EBD7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EBD7C is #B14283. Grayscale: #949494. Windows color (decimal): -11616900 or 8174926. OLE color: 8174926.
HSL color Cylindrical-coordinate representation of color #4EBD7C: hue angle of 144.86º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EBD7C is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 189 | 124 | - |
| CMYK | 0.59 | 0 | 0.34 | 0.26 |
| HSL | 144.86º | 0.46% | 0.52% | - |
| HSV(B) | 144.86º | 0.59% | 0.74% | - |
| XYZ | 24.98 | 39.47 | 25.37 | - |
| YUV | 148.4 | 114.23 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 189 | 124 | 0.59 | 0 | 0.34 | 0.26 | 144.86 | 0.46 | 0.52 |
| Hex | 4E | BD | 7C | 3B | 0 | 22 | 1A | 91 | 2E | 34 |
| Octal | 116 | 275 | 174 | 73 | 0 | 42 | 32 | 221 | 56 | 64 |
| Binary | 1001110 | 10111101 | 1111100 | 111011 | 0 | 100010 | 11010 | 10010001 | 101110 | 110100 |
Color Harmonies of #4EBD7C
Complementary color
Monochromatic Colors of #4EBD7C
Black with #4EBD7C
Text Example
Text Example
White with #4EBD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBD7C; }
p { color: rgb(78,189,124); }
H1.HeaderClassName
{
color: #4EBD7C;
}
.AnyTagClassName
{
color: #4EBD7C;
}
</style>
background-color css
<style>
a { background-color: #4EBD7C; }
a { background-color: rgb(78,189,124); }
div.DivClassName
{
background-color: #4EBD7C;
}
.BgClassName
{
background-color: #4EBD7C;
}
</style>
border-color css
<style>
span { border-color: #4EBD7C; }
span { border-color: rgb(78,189,124); }
td.TdClassName
{
border-color: #4EBD7C;
}
.TagClassName
{
border-color: #4EBD7C;
}
</style>