Shades of Emerald #5ECC73
Tints of Emerald #5ECC73
RGB
CMYK
RGB Variations
Color information
#5ECC73 (or 0x5ECC73) is known color: Emerald. HEX triplet: 5E, CC and 73. RGB value is (94,204,115). Sum of RGB (Red+Green+Blue) = 94+204+115=413 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.76% from 413); Green value is 204 (80.08% from 255 or 49.39% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 204 - color contains mainly: green. Hex color #5ECC73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ECC73 is #A1338C. Grayscale: #A1A1A1. Windows color (decimal): -10564493 or 7588958. OLE color: 7588958.
HSL color Cylindrical-coordinate representation of color #5ECC73: hue angle of 131.45º degrees, saturation: 0.52, 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 #5ECC73 is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 94 | 204 | 115 | - |
| CMYK | 0.54 | 0 | 0.44 | 0.2 |
| HSL | 131.45º | 0.52% | 0.58% | - |
| HSV(B) | 131.45º | 0.54% | 0.8% | - |
| XYZ | 29.3 | 46.8 | 23.71 | - |
| YUV | 160.96 | 102.06 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 204 | 115 | 0.54 | 0 | 0.44 | 0.2 | 131.45 | 0.52 | 0.58 |
| Hex | 5E | CC | 73 | 36 | 0 | 2C | 14 | 83 | 34 | 3A |
| Octal | 136 | 314 | 163 | 66 | 0 | 54 | 24 | 203 | 64 | 72 |
| Binary | 1011110 | 11001100 | 1110011 | 110110 | 0 | 101100 | 10100 | 10000011 | 110100 | 111010 |
Color Harmonies of #5ECC73
Complementary color
Monochromatic Colors of #5ECC73
Black with #5ECC73
Text Example
Text Example
White with #5ECC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECC73; }
p { color: rgb(94,204,115); }
H1.HeaderClassName
{
color: #5ECC73;
}
.AnyTagClassName
{
color: #5ECC73;
}
</style>
background-color css
<style>
a { background-color: #5ECC73; }
a { background-color: rgb(94,204,115); }
div.DivClassName
{
background-color: #5ECC73;
}
.BgClassName
{
background-color: #5ECC73;
}
</style>
border-color css
<style>
span { border-color: #5ECC73; }
span { border-color: rgb(94,204,115); }
td.TdClassName
{
border-color: #5ECC73;
}
.TagClassName
{
border-color: #5ECC73;
}
</style>