Shades of Emerald #5EC47C
Tints of Emerald #5EC47C
RGB
CMYK
RGB Variations
Color information
#5EC47C (or 0x5EC47C) is known color: Emerald. HEX triplet: 5E, C4 and 7C. RGB value is (94,196,124). Sum of RGB (Red+Green+Blue) = 94+196+124=414 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.71% from 414); Green value is 196 (76.95% from 255 or 47.34% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 196 - color contains mainly: green. Hex color #5EC47C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC47C is #A13B83. Grayscale: #9D9D9D. Windows color (decimal): -10566532 or 8176734. OLE color: 8176734.
HSL color Cylindrical-coordinate representation of color #5EC47C: hue angle of 137.65º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5EC47C is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 94 | 196 | 124 | - |
| CMYK | 0.52 | 0 | 0.37 | 0.23 |
| HSL | 137.65º | 0.46% | 0.57% | - |
| HSV(B) | 137.65º | 0.52% | 0.77% | - |
| XYZ | 27.99 | 43.31 | 25.95 | - |
| YUV | 157.29 | 109.21 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 196 | 124 | 0.52 | 0 | 0.37 | 0.23 | 137.65 | 0.46 | 0.57 |
| Hex | 5E | C4 | 7C | 34 | 0 | 25 | 17 | 8A | 2E | 39 |
| Octal | 136 | 304 | 174 | 64 | 0 | 45 | 27 | 212 | 56 | 71 |
| Binary | 1011110 | 11000100 | 1111100 | 110100 | 0 | 100101 | 10111 | 10001010 | 101110 | 111001 |
Color Harmonies of #5EC47C
Complementary color
Monochromatic Colors of #5EC47C
Black with #5EC47C
Text Example
Text Example
White with #5EC47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC47C; }
p { color: rgb(94,196,124); }
H1.HeaderClassName
{
color: #5EC47C;
}
.AnyTagClassName
{
color: #5EC47C;
}
</style>
background-color css
<style>
a { background-color: #5EC47C; }
a { background-color: rgb(94,196,124); }
div.DivClassName
{
background-color: #5EC47C;
}
.BgClassName
{
background-color: #5EC47C;
}
</style>
border-color css
<style>
span { border-color: #5EC47C; }
span { border-color: rgb(94,196,124); }
td.TdClassName
{
border-color: #5EC47C;
}
.TagClassName
{
border-color: #5EC47C;
}
</style>