Shades of Emerald #4EDB7F
Tints of Emerald #4EDB7F
RGB
CMYK
RGB Variations
Color information
#4EDB7F (or 0x4EDB7F) is known color: Emerald. HEX triplet: 4E, DB and 7F. RGB value is (78,219,127). Sum of RGB (Red+Green+Blue) = 78+219+127=424 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.40% from 424); Green value is 219 (85.94% from 255 or 51.65% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 219 - color contains mainly: green. Hex color #4EDB7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EDB7F is #B12480. Grayscale: #A6A6A6. Windows color (decimal): -11609217 or 8379214. OLE color: 8379214.
HSL color Cylindrical-coordinate representation of color #4EDB7F: hue angle of 140.85º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EDB7F is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 219 | 127 | - |
| CMYK | 0.64 | 0 | 0.42 | 0.14 |
| HSL | 140.85º | 0.66% | 0.58% | - |
| HSV(B) | 140.85º | 0.64% | 0.86% | - |
| XYZ | 32.3 | 53.82 | 28.76 | - |
| YUV | 166.35 | 105.79 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 219 | 127 | 0.64 | 0 | 0.42 | 0.14 | 140.85 | 0.66 | 0.58 |
| Hex | 4E | DB | 7F | 40 | 0 | 2A | E | 8D | 42 | 3A |
| Octal | 116 | 333 | 177 | 100 | 0 | 52 | 16 | 215 | 102 | 72 |
| Binary | 1001110 | 11011011 | 1111111 | 1000000 | 0 | 101010 | 1110 | 10001101 | 1000010 | 111010 |
Color Harmonies of #4EDB7F
Complementary color
Monochromatic Colors of #4EDB7F
Black with #4EDB7F
Text Example
Text Example
White with #4EDB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDB7F; }
p { color: rgb(78,219,127); }
H1.HeaderClassName
{
color: #4EDB7F;
}
.AnyTagClassName
{
color: #4EDB7F;
}
</style>
background-color css
<style>
a { background-color: #4EDB7F; }
a { background-color: rgb(78,219,127); }
div.DivClassName
{
background-color: #4EDB7F;
}
.BgClassName
{
background-color: #4EDB7F;
}
</style>
border-color css
<style>
span { border-color: #4EDB7F; }
span { border-color: rgb(78,219,127); }
td.TdClassName
{
border-color: #4EDB7F;
}
.TagClassName
{
border-color: #4EDB7F;
}
</style>