Shades of Emerald #4EDB8F
Tints of Emerald #4EDB8F
RGB
CMYK
RGB Variations
Color information
#4EDB8F (or 0x4EDB8F) is known color: Emerald. HEX triplet: 4E, DB and 8F. RGB value is (78,219,143). Sum of RGB (Red+Green+Blue) = 78+219+143=440 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.73% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #4EDB8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDB8F is #B12470. Grayscale: #A8A8A8. Windows color (decimal): -11609201 or 9427790. OLE color: 9427790.
HSL color Cylindrical-coordinate representation of color #4EDB8F: hue angle of 147.66º 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 #4EDB8F is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 219 | 143 | - |
| CMYK | 0.64 | 0 | 0.35 | 0.14 |
| HSL | 147.66º | 0.66% | 0.58% | - |
| HSV(B) | 147.66º | 0.64% | 0.86% | - |
| XYZ | 33.43 | 54.27 | 34.7 | - |
| YUV | 168.18 | 113.79 | 63.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 219 | 143 | 0.64 | 0 | 0.35 | 0.14 | 147.66 | 0.66 | 0.58 |
| Hex | 4E | DB | 8F | 40 | 0 | 23 | E | 94 | 42 | 3A |
| Octal | 116 | 333 | 217 | 100 | 0 | 43 | 16 | 224 | 102 | 72 |
| Binary | 1001110 | 11011011 | 10001111 | 1000000 | 0 | 100011 | 1110 | 10010100 | 1000010 | 111010 |
Color Harmonies of #4EDB8F
Complementary color
Monochromatic Colors of #4EDB8F
Black with #4EDB8F
Text Example
Text Example
White with #4EDB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDB8F; }
p { color: rgb(78,219,143); }
H1.HeaderClassName
{
color: #4EDB8F;
}
.AnyTagClassName
{
color: #4EDB8F;
}
</style>
background-color css
<style>
a { background-color: #4EDB8F; }
a { background-color: rgb(78,219,143); }
div.DivClassName
{
background-color: #4EDB8F;
}
.BgClassName
{
background-color: #4EDB8F;
}
</style>
border-color css
<style>
span { border-color: #4EDB8F; }
span { border-color: rgb(78,219,143); }
td.TdClassName
{
border-color: #4EDB8F;
}
.TagClassName
{
border-color: #4EDB8F;
}
</style>