Shades of Emerald #50EC87
Tints of Emerald #50EC87
RGB
CMYK
RGB Variations
Color information
#50EC87 (or 0x50EC87) is known color: Emerald. HEX triplet: 50, EC and 87. RGB value is (80,236,135). Sum of RGB (Red+Green+Blue) = 80+236+135=451 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.74% from 451); Green value is 236 (92.58% from 255 or 52.33% from 451); Blue value is 135 (53.12% from 255 or 29.93% from 451); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC87 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EC87 is #AF1378. Grayscale: #B2B2B2. Windows color (decimal): -11473785 or 8907856. OLE color: 8907856.
HSL color Cylindrical-coordinate representation of color #50EC87: hue angle of 141.15º 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 #50EC87 is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 135 | - |
| CMYK | 0.66 | 0 | 0.43 | 0.07 |
| HSL | 141.15º | 0.8% | 0.62% | - |
| HSV(B) | 141.15º | 0.66% | 0.93% | - |
| XYZ | 37.68 | 63.45 | 33.18 | - |
| YUV | 177.84 | 103.82 | 58.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 135 | 0.66 | 0 | 0.43 | 0.07 | 141.15 | 0.8 | 0.62 |
| Hex | 50 | EC | 87 | 42 | 0 | 2B | 7 | 8D | 50 | 3E |
| Octal | 120 | 354 | 207 | 102 | 0 | 53 | 7 | 215 | 120 | 76 |
| Binary | 1010000 | 11101100 | 10000111 | 1000010 | 0 | 101011 | 111 | 10001101 | 1010000 | 111110 |
Color Harmonies of #50EC87
Complementary color
Monochromatic Colors of #50EC87
Black with #50EC87
Text Example
Text Example
White with #50EC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EC87; }
p { color: rgb(80,236,135); }
H1.HeaderClassName
{
color: #50EC87;
}
.AnyTagClassName
{
color: #50EC87;
}
</style>
background-color css
<style>
a { background-color: #50EC87; }
a { background-color: rgb(80,236,135); }
div.DivClassName
{
background-color: #50EC87;
}
.BgClassName
{
background-color: #50EC87;
}
</style>
border-color css
<style>
span { border-color: #50EC87; }
span { border-color: rgb(80,236,135); }
td.TdClassName
{
border-color: #50EC87;
}
.TagClassName
{
border-color: #50EC87;
}
</style>