Shades of Emerald #5ED87A
Tints of Emerald #5ED87A
RGB
CMYK
RGB Variations
Color information
#5ED87A (or 0x5ED87A) is known color: Emerald. HEX triplet: 5E, D8 and 7A. RGB value is (94,216,122). Sum of RGB (Red+Green+Blue) = 94+216+122=432 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.76% from 432); Green value is 216 (84.77% from 255 or 50% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 216 - color contains mainly: green. Hex color #5ED87A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED87A is #A12785. Grayscale: #A9A9A9. Windows color (decimal): -10561414 or 8050782. OLE color: 8050782.
HSL color Cylindrical-coordinate representation of color #5ED87A: hue angle of 133.77º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ED87A is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 216 | 122 | - |
| CMYK | 0.56 | 0 | 0.44 | 0.15 |
| HSL | 133.77º | 0.61% | 0.61% | - |
| HSV(B) | 133.77º | 0.56% | 0.85% | - |
| XYZ | 32.68 | 52.9 | 26.9 | - |
| YUV | 168.81 | 101.58 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 216 | 122 | 0.56 | 0 | 0.44 | 0.15 | 133.77 | 0.61 | 0.61 |
| Hex | 5E | D8 | 7A | 38 | 0 | 2C | F | 86 | 3D | 3D |
| Octal | 136 | 330 | 172 | 70 | 0 | 54 | 17 | 206 | 75 | 75 |
| Binary | 1011110 | 11011000 | 1111010 | 111000 | 0 | 101100 | 1111 | 10000110 | 111101 | 111101 |
Color Harmonies of #5ED87A
Complementary color
Monochromatic Colors of #5ED87A
Black with #5ED87A
Text Example
Text Example
White with #5ED87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED87A; }
p { color: rgb(94,216,122); }
H1.HeaderClassName
{
color: #5ED87A;
}
.AnyTagClassName
{
color: #5ED87A;
}
</style>
background-color css
<style>
a { background-color: #5ED87A; }
a { background-color: rgb(94,216,122); }
div.DivClassName
{
background-color: #5ED87A;
}
.BgClassName
{
background-color: #5ED87A;
}
</style>
border-color css
<style>
span { border-color: #5ED87A; }
span { border-color: rgb(94,216,122); }
td.TdClassName
{
border-color: #5ED87A;
}
.TagClassName
{
border-color: #5ED87A;
}
</style>