Shades of Emerald #5ED17D
Tints of Emerald #5ED17D
RGB
CMYK
RGB Variations
Color information
#5ED17D (or 0x5ED17D) is known color: Emerald. HEX triplet: 5E, D1 and 7D. RGB value is (94,209,125). Sum of RGB (Red+Green+Blue) = 94+209+125=428 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.96% from 428); Green value is 209 (82.03% from 255 or 48.83% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 209 - color contains mainly: green. Hex color #5ED17D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED17D is #A12E82. Grayscale: #A5A5A5. Windows color (decimal): -10563203 or 8245598. OLE color: 8245598.
HSL color Cylindrical-coordinate representation of color #5ED17D: hue angle of 136.17º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ED17D is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 94 | 209 | 125 | - |
| CMYK | 0.55 | 0 | 0.40 | 0.18 |
| HSL | 136.17º | 0.56% | 0.59% | - |
| HSV(B) | 136.17º | 0.55% | 0.82% | - |
| XYZ | 31.12 | 49.46 | 27.31 | - |
| YUV | 165.04 | 105.4 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 209 | 125 | 0.55 | 0 | 0.40 | 0.18 | 136.17 | 0.56 | 0.59 |
| Hex | 5E | D1 | 7D | 37 | 0 | 28 | 12 | 88 | 38 | 3B |
| Octal | 136 | 321 | 175 | 67 | 0 | 50 | 22 | 210 | 70 | 73 |
| Binary | 1011110 | 11010001 | 1111101 | 110111 | 0 | 101000 | 10010 | 10001000 | 111000 | 111011 |
Color Harmonies of #5ED17D
Complementary color
Monochromatic Colors of #5ED17D
Black with #5ED17D
Text Example
Text Example
White with #5ED17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED17D; }
p { color: rgb(94,209,125); }
H1.HeaderClassName
{
color: #5ED17D;
}
.AnyTagClassName
{
color: #5ED17D;
}
</style>
background-color css
<style>
a { background-color: #5ED17D; }
a { background-color: rgb(94,209,125); }
div.DivClassName
{
background-color: #5ED17D;
}
.BgClassName
{
background-color: #5ED17D;
}
</style>
border-color css
<style>
span { border-color: #5ED17D; }
span { border-color: rgb(94,209,125); }
td.TdClassName
{
border-color: #5ED17D;
}
.TagClassName
{
border-color: #5ED17D;
}
</style>