Shades of Emerald #4EDB90
Tints of Emerald #4EDB90
RGB
CMYK
RGB Variations
Color information
#4EDB90 (or 0x4EDB90) is known color: Emerald. HEX triplet: 4E, DB and 90. RGB value is (78,219,144). Sum of RGB (Red+Green+Blue) = 78+219+144=441 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.69% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 219 - color contains mainly: green. Hex color #4EDB90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDB90 is #B1246F. Grayscale: #A8A8A8. Windows color (decimal): -11609200 or 9493326. OLE color: 9493326.
HSL color Cylindrical-coordinate representation of color #4EDB90: hue angle of 148.09º 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 #4EDB90 is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 219 | 144 | - |
| CMYK | 0.64 | 0 | 0.34 | 0.14 |
| HSL | 148.09º | 0.66% | 0.58% | - |
| HSV(B) | 148.09º | 0.64% | 0.86% | - |
| XYZ | 33.51 | 54.3 | 35.1 | - |
| YUV | 168.29 | 114.29 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 219 | 144 | 0.64 | 0 | 0.34 | 0.14 | 148.09 | 0.66 | 0.58 |
| Hex | 4E | DB | 90 | 40 | 0 | 22 | E | 94 | 42 | 3A |
| Octal | 116 | 333 | 220 | 100 | 0 | 42 | 16 | 224 | 102 | 72 |
| Binary | 1001110 | 11011011 | 10010000 | 1000000 | 0 | 100010 | 1110 | 10010100 | 1000010 | 111010 |
Color Harmonies of #4EDB90
Complementary color
Monochromatic Colors of #4EDB90
Black with #4EDB90
Text Example
Text Example
White with #4EDB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDB90; }
p { color: rgb(78,219,144); }
H1.HeaderClassName
{
color: #4EDB90;
}
.AnyTagClassName
{
color: #4EDB90;
}
</style>
background-color css
<style>
a { background-color: #4EDB90; }
a { background-color: rgb(78,219,144); }
div.DivClassName
{
background-color: #4EDB90;
}
.BgClassName
{
background-color: #4EDB90;
}
</style>
border-color css
<style>
span { border-color: #4EDB90; }
span { border-color: rgb(78,219,144); }
td.TdClassName
{
border-color: #4EDB90;
}
.TagClassName
{
border-color: #4EDB90;
}
</style>