Shades of Emerald #5EC478
Tints of Emerald #5EC478
RGB
CMYK
RGB Variations
Color information
#5EC478 (or 0x5EC478) is known color: Emerald. HEX triplet: 5E, C4 and 78. RGB value is (94,196,120). Sum of RGB (Red+Green+Blue) = 94+196+120=410 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.93% from 410); Green value is 196 (76.95% from 255 or 47.80% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 196 - color contains mainly: green. Hex color #5EC478 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC478 is #A13B87. Grayscale: #9D9D9D. Windows color (decimal): -10566536 or 7914590. OLE color: 7914590.
HSL color Cylindrical-coordinate representation of color #5EC478: hue angle of 135.29º 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 #5EC478 is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 94 | 196 | 120 | - |
| CMYK | 0.52 | 0 | 0.39 | 0.23 |
| HSL | 135.29º | 0.46% | 0.57% | - |
| HSV(B) | 135.29º | 0.52% | 0.77% | - |
| XYZ | 27.75 | 43.22 | 24.65 | - |
| YUV | 156.84 | 107.21 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 196 | 120 | 0.52 | 0 | 0.39 | 0.23 | 135.29 | 0.46 | 0.57 |
| Hex | 5E | C4 | 78 | 34 | 0 | 27 | 17 | 87 | 2E | 39 |
| Octal | 136 | 304 | 170 | 64 | 0 | 47 | 27 | 207 | 56 | 71 |
| Binary | 1011110 | 11000100 | 1111000 | 110100 | 0 | 100111 | 10111 | 10000111 | 101110 | 111001 |
Color Harmonies of #5EC478
Complementary color
Monochromatic Colors of #5EC478
Black with #5EC478
Text Example
Text Example
White with #5EC478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC478; }
p { color: rgb(94,196,120); }
H1.HeaderClassName
{
color: #5EC478;
}
.AnyTagClassName
{
color: #5EC478;
}
</style>
background-color css
<style>
a { background-color: #5EC478; }
a { background-color: rgb(94,196,120); }
div.DivClassName
{
background-color: #5EC478;
}
.BgClassName
{
background-color: #5EC478;
}
</style>
border-color css
<style>
span { border-color: #5EC478; }
span { border-color: rgb(94,196,120); }
td.TdClassName
{
border-color: #5EC478;
}
.TagClassName
{
border-color: #5EC478;
}
</style>