Shades of Emerald #50EC81
Tints of Emerald #50EC81
RGB
CMYK
RGB Variations
Color information
#50EC81 (or 0x50EC81) is known color: Emerald. HEX triplet: 50, EC and 81. RGB value is (80,236,129). Sum of RGB (Red+Green+Blue) = 80+236+129=445 (58% of max value = 765). Red value is 80 (31.64% from 255 or 17.98% from 445); Green value is 236 (92.58% from 255 or 53.03% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC81 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EC81 is #AF137E. Grayscale: #B1B1B1. Windows color (decimal): -11473791 or 8514640. OLE color: 8514640.
HSL color Cylindrical-coordinate representation of color #50EC81: hue angle of 138.85º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EC81 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 129 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.07 |
| HSL | 138.85º | 0.8% | 0.62% | - |
| HSV(B) | 138.85º | 0.66% | 0.93% | - |
| XYZ | 37.27 | 63.28 | 31.02 | - |
| YUV | 177.16 | 100.82 | 58.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 129 | 0.66 | 0 | 0.45 | 0.07 | 138.85 | 0.8 | 0.62 |
| Hex | 50 | EC | 81 | 42 | 0 | 2D | 7 | 8B | 50 | 3E |
| Octal | 120 | 354 | 201 | 102 | 0 | 55 | 7 | 213 | 120 | 76 |
| Binary | 1010000 | 11101100 | 10000001 | 1000010 | 0 | 101101 | 111 | 10001011 | 1010000 | 111110 |
Color Harmonies of #50EC81
Complementary color
Monochromatic Colors of #50EC81
Black with #50EC81
Text Example
Text Example
White with #50EC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EC81; }
p { color: rgb(80,236,129); }
H1.HeaderClassName
{
color: #50EC81;
}
.AnyTagClassName
{
color: #50EC81;
}
</style>
background-color css
<style>
a { background-color: #50EC81; }
a { background-color: rgb(80,236,129); }
div.DivClassName
{
background-color: #50EC81;
}
.BgClassName
{
background-color: #50EC81;
}
</style>
border-color css
<style>
span { border-color: #50EC81; }
span { border-color: rgb(80,236,129); }
td.TdClassName
{
border-color: #50EC81;
}
.TagClassName
{
border-color: #50EC81;
}
</style>