Shades of Emerald #5EC87D
Tints of Emerald #5EC87D
RGB
CMYK
RGB Variations
Color information
#5EC87D (or 0x5EC87D) is known color: Emerald. HEX triplet: 5E, C8 and 7D. RGB value is (94,200,125). Sum of RGB (Red+Green+Blue) = 94+200+125=419 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.43% from 419); Green value is 200 (78.52% from 255 or 47.73% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 200 - color contains mainly: green. Hex color #5EC87D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC87D is #A13782. Grayscale: #9F9F9F. Windows color (decimal): -10565507 or 8243294. OLE color: 8243294.
HSL color Cylindrical-coordinate representation of color #5EC87D: hue angle of 137.55º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5EC87D is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 94 | 200 | 125 | - |
| CMYK | 0.53 | 0 | 0.38 | 0.22 |
| HSL | 137.55º | 0.49% | 0.58% | - |
| HSV(B) | 137.55º | 0.53% | 0.78% | - |
| XYZ | 28.97 | 45.17 | 26.59 | - |
| YUV | 159.76 | 108.38 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 200 | 125 | 0.53 | 0 | 0.38 | 0.22 | 137.55 | 0.49 | 0.58 |
| Hex | 5E | C8 | 7D | 35 | 0 | 26 | 16 | 8A | 31 | 3A |
| Octal | 136 | 310 | 175 | 65 | 0 | 46 | 26 | 212 | 61 | 72 |
| Binary | 1011110 | 11001000 | 1111101 | 110101 | 0 | 100110 | 10110 | 10001010 | 110001 | 111010 |
Color Harmonies of #5EC87D
Complementary color
Monochromatic Colors of #5EC87D
Black with #5EC87D
Text Example
Text Example
White with #5EC87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC87D; }
p { color: rgb(94,200,125); }
H1.HeaderClassName
{
color: #5EC87D;
}
.AnyTagClassName
{
color: #5EC87D;
}
</style>
background-color css
<style>
a { background-color: #5EC87D; }
a { background-color: rgb(94,200,125); }
div.DivClassName
{
background-color: #5EC87D;
}
.BgClassName
{
background-color: #5EC87D;
}
</style>
border-color css
<style>
span { border-color: #5EC87D; }
span { border-color: rgb(94,200,125); }
td.TdClassName
{
border-color: #5EC87D;
}
.TagClassName
{
border-color: #5EC87D;
}
</style>