Shades of Emerald #5ED07F
Tints of Emerald #5ED07F
RGB
CMYK
RGB Variations
Color information
#5ED07F (or 0x5ED07F) is known color: Emerald. HEX triplet: 5E, D0 and 7F. RGB value is (94,208,127). Sum of RGB (Red+Green+Blue) = 94+208+127=429 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.91% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 208 - color contains mainly: green. Hex color #5ED07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED07F is #A12F80. Grayscale: #A4A4A4. Windows color (decimal): -10563457 or 8376414. OLE color: 8376414.
HSL color Cylindrical-coordinate representation of color #5ED07F: hue angle of 137.37º degrees, saturation: 0.55, 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 #5ED07F is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 94 | 208 | 127 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.18 |
| HSL | 137.37º | 0.55% | 0.59% | - |
| HSV(B) | 137.37º | 0.55% | 0.82% | - |
| XYZ | 31 | 49.02 | 27.91 | - |
| YUV | 164.68 | 106.73 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 208 | 127 | 0.55 | 0 | 0.39 | 0.18 | 137.37 | 0.55 | 0.59 |
| Hex | 5E | D0 | 7F | 37 | 0 | 27 | 12 | 89 | 37 | 3B |
| Octal | 136 | 320 | 177 | 67 | 0 | 47 | 22 | 211 | 67 | 73 |
| Binary | 1011110 | 11010000 | 1111111 | 110111 | 0 | 100111 | 10010 | 10001001 | 110111 | 111011 |
Color Harmonies of #5ED07F
Complementary color
Monochromatic Colors of #5ED07F
Black with #5ED07F
Text Example
Text Example
White with #5ED07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED07F; }
p { color: rgb(94,208,127); }
H1.HeaderClassName
{
color: #5ED07F;
}
.AnyTagClassName
{
color: #5ED07F;
}
</style>
background-color css
<style>
a { background-color: #5ED07F; }
a { background-color: rgb(94,208,127); }
div.DivClassName
{
background-color: #5ED07F;
}
.BgClassName
{
background-color: #5ED07F;
}
</style>
border-color css
<style>
span { border-color: #5ED07F; }
span { border-color: rgb(94,208,127); }
td.TdClassName
{
border-color: #5ED07F;
}
.TagClassName
{
border-color: #5ED07F;
}
</style>