Shades of Emerald #5ECB80
Tints of Emerald #5ECB80
RGB
CMYK
RGB Variations
Color information
#5ECB80 (or 0x5ECB80) is known color: Emerald. HEX triplet: 5E, CB and 80. RGB value is (94,203,128). Sum of RGB (Red+Green+Blue) = 94+203+128=425 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.12% from 425); Green value is 203 (79.69% from 255 or 47.76% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 203 - color contains mainly: green. Hex color #5ECB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECB80 is #A1347F. Grayscale: #A2A2A2. Windows color (decimal): -10564736 or 8440670. OLE color: 8440670.
HSL color Cylindrical-coordinate representation of color #5ECB80: hue angle of 138.72º 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 #5ECB80 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 203 | 128 | - |
| CMYK | 0.54 | 0 | 0.37 | 0.20 |
| HSL | 138.72º | 0.51% | 0.58% | - |
| HSV(B) | 138.72º | 0.54% | 0.8% | - |
| XYZ | 29.87 | 46.65 | 27.85 | - |
| YUV | 161.86 | 108.89 | 79.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 203 | 128 | 0.54 | 0 | 0.37 | 0.20 | 138.72 | 0.51 | 0.58 |
| Hex | 5E | CB | 80 | 36 | 0 | 25 | 14 | 8B | 33 | 3A |
| Octal | 136 | 313 | 200 | 66 | 0 | 45 | 24 | 213 | 63 | 72 |
| Binary | 1011110 | 11001011 | 10000000 | 110110 | 0 | 100101 | 10100 | 10001011 | 110011 | 111010 |
Color Harmonies of #5ECB80
Complementary color
Monochromatic Colors of #5ECB80
Black with #5ECB80
Text Example
Text Example
White with #5ECB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECB80; }
p { color: rgb(94,203,128); }
H1.HeaderClassName
{
color: #5ECB80;
}
.AnyTagClassName
{
color: #5ECB80;
}
</style>
background-color css
<style>
a { background-color: #5ECB80; }
a { background-color: rgb(94,203,128); }
div.DivClassName
{
background-color: #5ECB80;
}
.BgClassName
{
background-color: #5ECB80;
}
</style>
border-color css
<style>
span { border-color: #5ECB80; }
span { border-color: rgb(94,203,128); }
td.TdClassName
{
border-color: #5ECB80;
}
.TagClassName
{
border-color: #5ECB80;
}
</style>