Shades of Emerald #5ED17F
Tints of Emerald #5ED17F
RGB
CMYK
RGB Variations
Color information
#5ED17F (or 0x5ED17F) is known color: Emerald. HEX triplet: 5E, D1 and 7F. RGB value is (94,209,127). Sum of RGB (Red+Green+Blue) = 94+209+127=430 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.86% from 430); Green value is 209 (82.03% from 255 or 48.60% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 209 - color contains mainly: green. Hex color #5ED17F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED17F is #A12E80. Grayscale: #A5A5A5. Windows color (decimal): -10563201 or 8376670. OLE color: 8376670.
HSL color Cylindrical-coordinate representation of color #5ED17F: hue angle of 137.22º 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 #5ED17F is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 94 | 209 | 127 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.18 |
| HSL | 137.22º | 0.56% | 0.59% | - |
| HSV(B) | 137.22º | 0.55% | 0.82% | - |
| XYZ | 31.25 | 49.51 | 27.99 | - |
| YUV | 165.27 | 106.4 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 209 | 127 | 0.55 | 0 | 0.39 | 0.18 | 137.22 | 0.56 | 0.59 |
| Hex | 5E | D1 | 7F | 37 | 0 | 27 | 12 | 89 | 38 | 3B |
| Octal | 136 | 321 | 177 | 67 | 0 | 47 | 22 | 211 | 70 | 73 |
| Binary | 1011110 | 11010001 | 1111111 | 110111 | 0 | 100111 | 10010 | 10001001 | 111000 | 111011 |
Color Harmonies of #5ED17F
Complementary color
Monochromatic Colors of #5ED17F
Black with #5ED17F
Text Example
Text Example
White with #5ED17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED17F; }
p { color: rgb(94,209,127); }
H1.HeaderClassName
{
color: #5ED17F;
}
.AnyTagClassName
{
color: #5ED17F;
}
</style>
background-color css
<style>
a { background-color: #5ED17F; }
a { background-color: rgb(94,209,127); }
div.DivClassName
{
background-color: #5ED17F;
}
.BgClassName
{
background-color: #5ED17F;
}
</style>
border-color css
<style>
span { border-color: #5ED17F; }
span { border-color: rgb(94,209,127); }
td.TdClassName
{
border-color: #5ED17F;
}
.TagClassName
{
border-color: #5ED17F;
}
</style>