Shades of Emerald #5ECA80
Tints of Emerald #5ECA80
RGB
CMYK
RGB Variations
Color information
#5ECA80 (or 0x5ECA80) is known color: Emerald. HEX triplet: 5E, CA and 80. RGB value is (94,202,128). Sum of RGB (Red+Green+Blue) = 94+202+128=424 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.17% from 424); Green value is 202 (79.30% from 255 or 47.64% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 202 - color contains mainly: green. Hex color #5ECA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECA80 is #A1357F. Grayscale: #A1A1A1. Windows color (decimal): -10564992 or 8440414. OLE color: 8440414.
HSL color Cylindrical-coordinate representation of color #5ECA80: hue angle of 138.89º 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 #5ECA80 is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 202 | 128 | - |
| CMYK | 0.53 | 0 | 0.37 | 0.21 |
| HSL | 138.89º | 0.5% | 0.58% | - |
| HSV(B) | 138.89º | 0.53% | 0.79% | - |
| XYZ | 29.63 | 46.18 | 27.77 | - |
| YUV | 161.27 | 109.22 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 202 | 128 | 0.53 | 0 | 0.37 | 0.21 | 138.89 | 0.5 | 0.58 |
| Hex | 5E | CA | 80 | 35 | 0 | 25 | 15 | 8B | 32 | 3A |
| Octal | 136 | 312 | 200 | 65 | 0 | 45 | 25 | 213 | 62 | 72 |
| Binary | 1011110 | 11001010 | 10000000 | 110101 | 0 | 100101 | 10101 | 10001011 | 110010 | 111010 |
Color Harmonies of #5ECA80
Complementary color
Monochromatic Colors of #5ECA80
Black with #5ECA80
Text Example
Text Example
White with #5ECA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECA80; }
p { color: rgb(94,202,128); }
H1.HeaderClassName
{
color: #5ECA80;
}
.AnyTagClassName
{
color: #5ECA80;
}
</style>
background-color css
<style>
a { background-color: #5ECA80; }
a { background-color: rgb(94,202,128); }
div.DivClassName
{
background-color: #5ECA80;
}
.BgClassName
{
background-color: #5ECA80;
}
</style>
border-color css
<style>
span { border-color: #5ECA80; }
span { border-color: rgb(94,202,128); }
td.TdClassName
{
border-color: #5ECA80;
}
.TagClassName
{
border-color: #5ECA80;
}
</style>