Shades of Emerald #5EC475
Tints of Emerald #5EC475
RGB
CMYK
RGB Variations
Color information
#5EC475 (or 0x5EC475) is known color: Emerald. HEX triplet: 5E, C4 and 75. RGB value is (94,196,117). Sum of RGB (Red+Green+Blue) = 94+196+117=407 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.10% from 407); Green value is 196 (76.95% from 255 or 48.16% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 196 - color contains mainly: green. Hex color #5EC475 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC475 is #A13B8A. Grayscale: #9C9C9C. Windows color (decimal): -10566539 or 7717982. OLE color: 7717982.
HSL color Cylindrical-coordinate representation of color #5EC475: hue angle of 133.53º 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 #5EC475 is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 94 | 196 | 117 | - |
| CMYK | 0.52 | 0 | 0.40 | 0.23 |
| HSL | 133.53º | 0.46% | 0.57% | - |
| HSV(B) | 133.53º | 0.52% | 0.77% | - |
| XYZ | 27.57 | 43.14 | 23.7 | - |
| YUV | 156.5 | 105.71 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 196 | 117 | 0.52 | 0 | 0.40 | 0.23 | 133.53 | 0.46 | 0.57 |
| Hex | 5E | C4 | 75 | 34 | 0 | 28 | 17 | 86 | 2E | 39 |
| Octal | 136 | 304 | 165 | 64 | 0 | 50 | 27 | 206 | 56 | 71 |
| Binary | 1011110 | 11000100 | 1110101 | 110100 | 0 | 101000 | 10111 | 10000110 | 101110 | 111001 |
Color Harmonies of #5EC475
Complementary color
Monochromatic Colors of #5EC475
Black with #5EC475
Text Example
Text Example
White with #5EC475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC475; }
p { color: rgb(94,196,117); }
H1.HeaderClassName
{
color: #5EC475;
}
.AnyTagClassName
{
color: #5EC475;
}
</style>
background-color css
<style>
a { background-color: #5EC475; }
a { background-color: rgb(94,196,117); }
div.DivClassName
{
background-color: #5EC475;
}
.BgClassName
{
background-color: #5EC475;
}
</style>
border-color css
<style>
span { border-color: #5EC475; }
span { border-color: rgb(94,196,117); }
td.TdClassName
{
border-color: #5EC475;
}
.TagClassName
{
border-color: #5EC475;
}
</style>