Shades of Emerald #4ED85B
Tints of Emerald #4ED85B
RGB
CMYK
RGB Variations
Color information
#4ED85B (or 0x4ED85B) is known color: Emerald. HEX triplet: 4E, D8 and 5B. RGB value is (78,216,91). Sum of RGB (Red+Green+Blue) = 78+216+91=385 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.26% from 385); Green value is 216 (84.77% from 255 or 56.10% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 216 - color contains mainly: green. Hex color #4ED85B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4ED85B is #B127A4. Grayscale: #A0A0A0. Windows color (decimal): -11610021 or 6019150. OLE color: 6019150.
HSL color Cylindrical-coordinate representation of color #4ED85B: hue angle of 125.65º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ED85B is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 216 | 91 | - |
| CMYK | 0.64 | 0 | 0.58 | 0.15 |
| HSL | 125.65º | 0.64% | 0.58% | - |
| HSV(B) | 125.65º | 0.64% | 0.85% | - |
| XYZ | 29.59 | 51.49 | 18.28 | - |
| YUV | 160.49 | 88.78 | 69.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 216 | 91 | 0.64 | 0 | 0.58 | 0.15 | 125.65 | 0.64 | 0.58 |
| Hex | 4E | D8 | 5B | 40 | 0 | 3A | F | 7E | 40 | 3A |
| Octal | 116 | 330 | 133 | 100 | 0 | 72 | 17 | 176 | 100 | 72 |
| Binary | 1001110 | 11011000 | 1011011 | 1000000 | 0 | 111010 | 1111 | 1111110 | 1000000 | 111010 |
Color Harmonies of #4ED85B
Complementary color
Monochromatic Colors of #4ED85B
Black with #4ED85B
Text Example
Text Example
White with #4ED85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED85B; }
p { color: rgb(78,216,91); }
H1.HeaderClassName
{
color: #4ED85B;
}
.AnyTagClassName
{
color: #4ED85B;
}
</style>
background-color css
<style>
a { background-color: #4ED85B; }
a { background-color: rgb(78,216,91); }
div.DivClassName
{
background-color: #4ED85B;
}
.BgClassName
{
background-color: #4ED85B;
}
</style>
border-color css
<style>
span { border-color: #4ED85B; }
span { border-color: rgb(78,216,91); }
td.TdClassName
{
border-color: #4ED85B;
}
.TagClassName
{
border-color: #4ED85B;
}
</style>