Shades of Emerald #5EC972
Tints of Emerald #5EC972
RGB
CMYK
RGB Variations
Color information
#5EC972 (or 0x5EC972) is known color: Emerald. HEX triplet: 5E, C9 and 72. RGB value is (94,201,114). Sum of RGB (Red+Green+Blue) = 94+201+114=409 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.98% from 409); Green value is 201 (78.91% from 255 or 49.14% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 201 - color contains mainly: green. Hex color #5EC972 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC972 is #A1368D. Grayscale: #9F9F9F. Windows color (decimal): -10565262 or 7522654. OLE color: 7522654.
HSL color Cylindrical-coordinate representation of color #5EC972: hue angle of 131.21º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5EC972 is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 201 | 114 | - |
| CMYK | 0.53 | 0 | 0.43 | 0.21 |
| HSL | 131.22º | 0.5% | 0.58% | - |
| HSV(B) | 131.22º | 0.53% | 0.79% | - |
| XYZ | 28.54 | 45.37 | 23.17 | - |
| YUV | 159.09 | 102.55 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 201 | 114 | 0.53 | 0 | 0.43 | 0.21 | 131.22 | 0.5 | 0.58 |
| Hex | 5E | C9 | 72 | 35 | 0 | 2B | 15 | 83 | 32 | 3A |
| Octal | 136 | 311 | 162 | 65 | 0 | 53 | 25 | 203 | 62 | 72 |
| Binary | 1011110 | 11001001 | 1110010 | 110101 | 0 | 101011 | 10101 | 10000011 | 110010 | 111010 |
Color Harmonies of #5EC972
Complementary color
Monochromatic Colors of #5EC972
Black with #5EC972
Text Example
Text Example
White with #5EC972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC972; }
p { color: rgb(94,201,114); }
H1.HeaderClassName
{
color: #5EC972;
}
.AnyTagClassName
{
color: #5EC972;
}
</style>
background-color css
<style>
a { background-color: #5EC972; }
a { background-color: rgb(94,201,114); }
div.DivClassName
{
background-color: #5EC972;
}
.BgClassName
{
background-color: #5EC972;
}
</style>
border-color css
<style>
span { border-color: #5EC972; }
span { border-color: rgb(94,201,114); }
td.TdClassName
{
border-color: #5EC972;
}
.TagClassName
{
border-color: #5EC972;
}
</style>