Shades of Emerald #4EDB55
Tints of Emerald #4EDB55
RGB
CMYK
RGB Variations
Color information
#4EDB55 (or 0x4EDB55) is known color: Emerald. HEX triplet: 4E, DB and 55. RGB value is (78,219,85). Sum of RGB (Red+Green+Blue) = 78+219+85=382 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.42% from 382); Green value is 219 (85.94% from 255 or 57.33% from 382); Blue value is 85 (33.59% from 255 or 22.25% from 382); Max value from RGB is 219 - color contains mainly: green. Hex color #4EDB55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EDB55 is #B124AA. Grayscale: #A1A1A1. Windows color (decimal): -11609259 or 5626702. OLE color: 5626702.
HSL color Cylindrical-coordinate representation of color #4EDB55: hue angle of 122.98º 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 #4EDB55 is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 219 | 85 | - |
| CMYK | 0.64 | 0 | 0.61 | 0.14 |
| HSL | 122.98º | 0.66% | 0.58% | - |
| HSV(B) | 122.98º | 0.64% | 0.86% | - |
| XYZ | 30.11 | 52.94 | 17.23 | - |
| YUV | 161.57 | 84.79 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 219 | 85 | 0.64 | 0 | 0.61 | 0.14 | 122.98 | 0.66 | 0.58 |
| Hex | 4E | DB | 55 | 40 | 0 | 3D | E | 7B | 42 | 3A |
| Octal | 116 | 333 | 125 | 100 | 0 | 75 | 16 | 173 | 102 | 72 |
| Binary | 1001110 | 11011011 | 1010101 | 1000000 | 0 | 111101 | 1110 | 1111011 | 1000010 | 111010 |
Color Harmonies of #4EDB55
Complementary color
Monochromatic Colors of #4EDB55
Black with #4EDB55
Text Example
Text Example
White with #4EDB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDB55; }
p { color: rgb(78,219,85); }
H1.HeaderClassName
{
color: #4EDB55;
}
.AnyTagClassName
{
color: #4EDB55;
}
</style>
background-color css
<style>
a { background-color: #4EDB55; }
a { background-color: rgb(78,219,85); }
div.DivClassName
{
background-color: #4EDB55;
}
.BgClassName
{
background-color: #4EDB55;
}
</style>
border-color css
<style>
span { border-color: #4EDB55; }
span { border-color: rgb(78,219,85); }
td.TdClassName
{
border-color: #4EDB55;
}
.TagClassName
{
border-color: #4EDB55;
}
</style>