Shades of Emerald #50EC80
Tints of Emerald #50EC80
RGB
CMYK
RGB Variations
Color information
#50EC80 (or 0x50EC80) is known color: Emerald. HEX triplet: 50, EC and 80. RGB value is (80,236,128). Sum of RGB (Red+Green+Blue) = 80+236+128=444 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.02% from 444); Green value is 236 (92.58% from 255 or 53.15% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EC80 is #AF137F. Grayscale: #B1B1B1. Windows color (decimal): -11473792 or 8449104. OLE color: 8449104.
HSL color Cylindrical-coordinate representation of color #50EC80: hue angle of 138.46º 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 #50EC80 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 128 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.07 |
| HSL | 138.46º | 0.8% | 0.62% | - |
| HSV(B) | 138.46º | 0.66% | 0.93% | - |
| XYZ | 37.2 | 63.25 | 30.67 | - |
| YUV | 177.04 | 100.32 | 58.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 128 | 0.66 | 0 | 0.46 | 0.07 | 138.46 | 0.8 | 0.62 |
| Hex | 50 | EC | 80 | 42 | 0 | 2E | 7 | 8A | 50 | 3E |
| Octal | 120 | 354 | 200 | 102 | 0 | 56 | 7 | 212 | 120 | 76 |
| Binary | 1010000 | 11101100 | 10000000 | 1000010 | 0 | 101110 | 111 | 10001010 | 1010000 | 111110 |
Color Harmonies of #50EC80
Complementary color
Monochromatic Colors of #50EC80
Black with #50EC80
Text Example
Text Example
White with #50EC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EC80; }
p { color: rgb(80,236,128); }
H1.HeaderClassName
{
color: #50EC80;
}
.AnyTagClassName
{
color: #50EC80;
}
</style>
background-color css
<style>
a { background-color: #50EC80; }
a { background-color: rgb(80,236,128); }
div.DivClassName
{
background-color: #50EC80;
}
.BgClassName
{
background-color: #50EC80;
}
</style>
border-color css
<style>
span { border-color: #50EC80; }
span { border-color: rgb(80,236,128); }
td.TdClassName
{
border-color: #50EC80;
}
.TagClassName
{
border-color: #50EC80;
}
</style>