Shades of Emerald #4EDC90
Tints of Emerald #4EDC90
RGB
CMYK
RGB Variations
Color information
#4EDC90 (or 0x4EDC90) is known color: Emerald. HEX triplet: 4E, DC and 90. RGB value is (78,220,144). Sum of RGB (Red+Green+Blue) = 78+220+144=442 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.65% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDC90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDC90 is #B1236F. Grayscale: #A9A9A9. Windows color (decimal): -11608944 or 9493582. OLE color: 9493582.
HSL color Cylindrical-coordinate representation of color #4EDC90: hue angle of 147.89º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EDC90 is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 220 | 144 | - |
| CMYK | 0.65 | 0 | 0.35 | 0.14 |
| HSL | 147.89º | 0.67% | 0.58% | - |
| HSV(B) | 147.89º | 0.65% | 0.86% | - |
| XYZ | 33.77 | 54.82 | 35.19 | - |
| YUV | 168.88 | 113.96 | 63.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 220 | 144 | 0.65 | 0 | 0.35 | 0.14 | 147.89 | 0.67 | 0.58 |
| Hex | 4E | DC | 90 | 41 | 0 | 23 | E | 94 | 43 | 3A |
| Octal | 116 | 334 | 220 | 101 | 0 | 43 | 16 | 224 | 103 | 72 |
| Binary | 1001110 | 11011100 | 10010000 | 1000001 | 0 | 100011 | 1110 | 10010100 | 1000011 | 111010 |
Color Harmonies of #4EDC90
Complementary color
Monochromatic Colors of #4EDC90
Black with #4EDC90
Text Example
Text Example
White with #4EDC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDC90; }
p { color: rgb(78,220,144); }
H1.HeaderClassName
{
color: #4EDC90;
}
.AnyTagClassName
{
color: #4EDC90;
}
</style>
background-color css
<style>
a { background-color: #4EDC90; }
a { background-color: rgb(78,220,144); }
div.DivClassName
{
background-color: #4EDC90;
}
.BgClassName
{
background-color: #4EDC90;
}
</style>
border-color css
<style>
span { border-color: #4EDC90; }
span { border-color: rgb(78,220,144); }
td.TdClassName
{
border-color: #4EDC90;
}
.TagClassName
{
border-color: #4EDC90;
}
</style>