Shades of Emerald #5ECC71
Tints of Emerald #5ECC71
RGB
CMYK
RGB Variations
Color information
#5ECC71 (or 0x5ECC71) is known color: Emerald. HEX triplet: 5E, CC and 71. RGB value is (94,204,113). Sum of RGB (Red+Green+Blue) = 94+204+113=411 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.87% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #5ECC71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ECC71 is #A1338E. Grayscale: #A0A0A0. Windows color (decimal): -10564495 or 7457886. OLE color: 7457886.
HSL color Cylindrical-coordinate representation of color #5ECC71: hue angle of 130.36º 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 #5ECC71 is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 94 | 204 | 113 | - |
| CMYK | 0.54 | 0 | 0.45 | 0.2 |
| HSL | 130.36º | 0.52% | 0.58% | - |
| HSV(B) | 130.36º | 0.54% | 0.8% | - |
| XYZ | 29.19 | 46.76 | 23.11 | - |
| YUV | 160.74 | 101.06 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 204 | 113 | 0.54 | 0 | 0.45 | 0.2 | 130.36 | 0.52 | 0.58 |
| Hex | 5E | CC | 71 | 36 | 0 | 2D | 14 | 82 | 34 | 3A |
| Octal | 136 | 314 | 161 | 66 | 0 | 55 | 24 | 202 | 64 | 72 |
| Binary | 1011110 | 11001100 | 1110001 | 110110 | 0 | 101101 | 10100 | 10000010 | 110100 | 111010 |
Color Harmonies of #5ECC71
Complementary color
Monochromatic Colors of #5ECC71
Black with #5ECC71
Text Example
Text Example
White with #5ECC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECC71; }
p { color: rgb(94,204,113); }
H1.HeaderClassName
{
color: #5ECC71;
}
.AnyTagClassName
{
color: #5ECC71;
}
</style>
background-color css
<style>
a { background-color: #5ECC71; }
a { background-color: rgb(94,204,113); }
div.DivClassName
{
background-color: #5ECC71;
}
.BgClassName
{
background-color: #5ECC71;
}
</style>
border-color css
<style>
span { border-color: #5ECC71; }
span { border-color: rgb(94,204,113); }
td.TdClassName
{
border-color: #5ECC71;
}
.TagClassName
{
border-color: #5ECC71;
}
</style>