Shades of Emerald #5EC474
Tints of Emerald #5EC474
RGB
CMYK
RGB Variations
Color information
#5EC474 (or 0x5EC474) is known color: Emerald. HEX triplet: 5E, C4 and 74. RGB value is (94,196,116). Sum of RGB (Red+Green+Blue) = 94+196+116=406 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.15% from 406); Green value is 196 (76.95% from 255 or 48.28% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 196 - color contains mainly: green. Hex color #5EC474 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC474 is #A13B8B. Grayscale: #9C9C9C. Windows color (decimal): -10566540 or 7652446. OLE color: 7652446.
HSL color Cylindrical-coordinate representation of color #5EC474: hue angle of 132.94º 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 #5EC474 is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 94 | 196 | 116 | - |
| CMYK | 0.52 | 0 | 0.41 | 0.23 |
| HSL | 132.94º | 0.46% | 0.57% | - |
| HSV(B) | 132.94º | 0.52% | 0.77% | - |
| XYZ | 27.51 | 43.12 | 23.4 | - |
| YUV | 156.38 | 105.21 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 196 | 116 | 0.52 | 0 | 0.41 | 0.23 | 132.94 | 0.46 | 0.57 |
| Hex | 5E | C4 | 74 | 34 | 0 | 29 | 17 | 85 | 2E | 39 |
| Octal | 136 | 304 | 164 | 64 | 0 | 51 | 27 | 205 | 56 | 71 |
| Binary | 1011110 | 11000100 | 1110100 | 110100 | 0 | 101001 | 10111 | 10000101 | 101110 | 111001 |
Color Harmonies of #5EC474
Complementary color
Monochromatic Colors of #5EC474
Black with #5EC474
Text Example
Text Example
White with #5EC474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC474; }
p { color: rgb(94,196,116); }
H1.HeaderClassName
{
color: #5EC474;
}
.AnyTagClassName
{
color: #5EC474;
}
</style>
background-color css
<style>
a { background-color: #5EC474; }
a { background-color: rgb(94,196,116); }
div.DivClassName
{
background-color: #5EC474;
}
.BgClassName
{
background-color: #5EC474;
}
</style>
border-color css
<style>
span { border-color: #5EC474; }
span { border-color: rgb(94,196,116); }
td.TdClassName
{
border-color: #5EC474;
}
.TagClassName
{
border-color: #5EC474;
}
</style>