Shades of Emerald #5ED875
Tints of Emerald #5ED875
RGB
CMYK
RGB Variations
Color information
#5ED875 (or 0x5ED875) is known color: Emerald. HEX triplet: 5E, D8 and 75. RGB value is (94,216,117). Sum of RGB (Red+Green+Blue) = 94+216+117=427 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.01% from 427); Green value is 216 (84.77% from 255 or 50.59% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 216 - color contains mainly: green. Hex color #5ED875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED875 is #A1278A. Grayscale: #A8A8A8. Windows color (decimal): -10561419 or 7723102. OLE color: 7723102.
HSL color Cylindrical-coordinate representation of color #5ED875: hue angle of 131.31º 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 #5ED875 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 216 | 117 | - |
| CMYK | 0.56 | 0 | 0.46 | 0.15 |
| HSL | 131.31º | 0.61% | 0.61% | - |
| HSV(B) | 131.31º | 0.56% | 0.85% | - |
| XYZ | 32.38 | 52.78 | 25.31 | - |
| YUV | 168.24 | 99.08 | 75.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 216 | 117 | 0.56 | 0 | 0.46 | 0.15 | 131.31 | 0.61 | 0.61 |
| Hex | 5E | D8 | 75 | 38 | 0 | 2E | F | 83 | 3D | 3D |
| Octal | 136 | 330 | 165 | 70 | 0 | 56 | 17 | 203 | 75 | 75 |
| Binary | 1011110 | 11011000 | 1110101 | 111000 | 0 | 101110 | 1111 | 10000011 | 111101 | 111101 |
Color Harmonies of #5ED875
Complementary color
Monochromatic Colors of #5ED875
Black with #5ED875
Text Example
Text Example
White with #5ED875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED875; }
p { color: rgb(94,216,117); }
H1.HeaderClassName
{
color: #5ED875;
}
.AnyTagClassName
{
color: #5ED875;
}
</style>
background-color css
<style>
a { background-color: #5ED875; }
a { background-color: rgb(94,216,117); }
div.DivClassName
{
background-color: #5ED875;
}
.BgClassName
{
background-color: #5ED875;
}
</style>
border-color css
<style>
span { border-color: #5ED875; }
span { border-color: rgb(94,216,117); }
td.TdClassName
{
border-color: #5ED875;
}
.TagClassName
{
border-color: #5ED875;
}
</style>