Shades of Emerald #5EC476
Tints of Emerald #5EC476
RGB
CMYK
RGB Variations
Color information
#5EC476 (or 0x5EC476) is known color: Emerald. HEX triplet: 5E, C4 and 76. RGB value is (94,196,118). Sum of RGB (Red+Green+Blue) = 94+196+118=408 (54% of max value = 765). Red value is 94 (37.11% from 255 or 23.04% from 408); Green value is 196 (76.95% from 255 or 48.04% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 196 - color contains mainly: green. Hex color #5EC476 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC476 is #A13B89. Grayscale: #9C9C9C. Windows color (decimal): -10566538 or 7783518. OLE color: 7783518.
HSL color Cylindrical-coordinate representation of color #5EC476: hue angle of 134.12º 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 #5EC476 is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 94 | 196 | 118 | - |
| CMYK | 0.52 | 0 | 0.40 | 0.23 |
| HSL | 134.12º | 0.46% | 0.57% | - |
| HSV(B) | 134.12º | 0.52% | 0.77% | - |
| XYZ | 27.63 | 43.17 | 24.02 | - |
| YUV | 156.61 | 106.21 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 196 | 118 | 0.52 | 0 | 0.40 | 0.23 | 134.12 | 0.46 | 0.57 |
| Hex | 5E | C4 | 76 | 34 | 0 | 28 | 17 | 86 | 2E | 39 |
| Octal | 136 | 304 | 166 | 64 | 0 | 50 | 27 | 206 | 56 | 71 |
| Binary | 1011110 | 11000100 | 1110110 | 110100 | 0 | 101000 | 10111 | 10000110 | 101110 | 111001 |
Color Harmonies of #5EC476
Complementary color
Monochromatic Colors of #5EC476
Black with #5EC476
Text Example
Text Example
White with #5EC476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC476; }
p { color: rgb(94,196,118); }
H1.HeaderClassName
{
color: #5EC476;
}
.AnyTagClassName
{
color: #5EC476;
}
</style>
background-color css
<style>
a { background-color: #5EC476; }
a { background-color: rgb(94,196,118); }
div.DivClassName
{
background-color: #5EC476;
}
.BgClassName
{
background-color: #5EC476;
}
</style>
border-color css
<style>
span { border-color: #5EC476; }
span { border-color: rgb(94,196,118); }
td.TdClassName
{
border-color: #5EC476;
}
.TagClassName
{
border-color: #5EC476;
}
</style>