Shades of Emerald #5ECB72
Tints of Emerald #5ECB72
RGB
CMYK
RGB Variations
Color information
#5ECB72 (or 0x5ECB72) is known color: Emerald. HEX triplet: 5E, CB and 72. RGB value is (94,203,114). Sum of RGB (Red+Green+Blue) = 94+203+114=411 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.87% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #5ECB72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ECB72 is #A1348D. Grayscale: #A0A0A0. Windows color (decimal): -10564750 or 7523166. OLE color: 7523166.
HSL color Cylindrical-coordinate representation of color #5ECB72: hue angle of 131.01º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECB72 is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 203 | 114 | - |
| CMYK | 0.54 | 0 | 0.44 | 0.20 |
| HSL | 131.01º | 0.51% | 0.58% | - |
| HSV(B) | 131.01º | 0.54% | 0.8% | - |
| XYZ | 29.01 | 46.31 | 23.33 | - |
| YUV | 160.26 | 101.89 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 203 | 114 | 0.54 | 0 | 0.44 | 0.20 | 131.01 | 0.51 | 0.58 |
| Hex | 5E | CB | 72 | 36 | 0 | 2C | 14 | 83 | 33 | 3A |
| Octal | 136 | 313 | 162 | 66 | 0 | 54 | 24 | 203 | 63 | 72 |
| Binary | 1011110 | 11001011 | 1110010 | 110110 | 0 | 101100 | 10100 | 10000011 | 110011 | 111010 |
Color Harmonies of #5ECB72
Complementary color
Monochromatic Colors of #5ECB72
Black with #5ECB72
Text Example
Text Example
White with #5ECB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECB72; }
p { color: rgb(94,203,114); }
H1.HeaderClassName
{
color: #5ECB72;
}
.AnyTagClassName
{
color: #5ECB72;
}
</style>
background-color css
<style>
a { background-color: #5ECB72; }
a { background-color: rgb(94,203,114); }
div.DivClassName
{
background-color: #5ECB72;
}
.BgClassName
{
background-color: #5ECB72;
}
</style>
border-color css
<style>
span { border-color: #5ECB72; }
span { border-color: rgb(94,203,114); }
td.TdClassName
{
border-color: #5ECB72;
}
.TagClassName
{
border-color: #5ECB72;
}
</style>