Shades of Emerald #50C080
Tints of Emerald #50C080
RGB
CMYK
RGB Variations
Color information
#50C080 (or 0x50C080) is known color: Emerald. HEX triplet: 50, C0 and 80. RGB value is (80,192,128). Sum of RGB (Red+Green+Blue) = 80+192+128=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 192 - color contains mainly: green. Hex color #50C080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C080 is #AF3F7F. Grayscale: #979797. Windows color (decimal): -11485056 or 8437840. OLE color: 8437840.
HSL color Cylindrical-coordinate representation of color #50C080: hue angle of 145.71º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50C080 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 192 | 128 | - |
| CMYK | 0.58 | 0 | 0.33 | 0.25 |
| HSL | 145.71º | 0.47% | 0.53% | - |
| HSV(B) | 145.71º | 0.58% | 0.75% | - |
| XYZ | 26.05 | 40.96 | 26.96 | - |
| YUV | 151.22 | 114.89 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 192 | 128 | 0.58 | 0 | 0.33 | 0.25 | 145.71 | 0.47 | 0.53 |
| Hex | 50 | C0 | 80 | 3A | 0 | 21 | 19 | 92 | 2F | 35 |
| Octal | 120 | 300 | 200 | 72 | 0 | 41 | 31 | 222 | 57 | 65 |
| Binary | 1010000 | 11000000 | 10000000 | 111010 | 0 | 100001 | 11001 | 10010010 | 101111 | 110101 |
Color Harmonies of #50C080
Complementary color
Monochromatic Colors of #50C080
Black with #50C080
Text Example
Text Example
White with #50C080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C080; }
p { color: rgb(80,192,128); }
H1.HeaderClassName
{
color: #50C080;
}
.AnyTagClassName
{
color: #50C080;
}
</style>
background-color css
<style>
a { background-color: #50C080; }
a { background-color: rgb(80,192,128); }
div.DivClassName
{
background-color: #50C080;
}
.BgClassName
{
background-color: #50C080;
}
</style>
border-color css
<style>
span { border-color: #50C080; }
span { border-color: rgb(80,192,128); }
td.TdClassName
{
border-color: #50C080;
}
.TagClassName
{
border-color: #50C080;
}
</style>