Shades of Emerald #50D080
Tints of Emerald #50D080
RGB
CMYK
RGB Variations
Color information
#50D080 (or 0x50D080) is known color: Emerald. HEX triplet: 50, D0 and 80. RGB value is (80,208,128). Sum of RGB (Red+Green+Blue) = 80+208+128=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 208 (81.64% from 255 or 50% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 208 - color contains mainly: green. Hex color #50D080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D080 is #AF2F7F. Grayscale: #A0A0A0. Windows color (decimal): -11480960 or 8441936. OLE color: 8441936.
HSL color Cylindrical-coordinate representation of color #50D080: hue angle of 142.5º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D080 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 208 | 128 | - |
| CMYK | 0.62 | 0 | 0.38 | 0.18 |
| HSL | 142.5º | 0.58% | 0.56% | - |
| HSV(B) | 142.5º | 0.62% | 0.82% | - |
| XYZ | 29.76 | 48.38 | 28.19 | - |
| YUV | 160.61 | 109.59 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 208 | 128 | 0.62 | 0 | 0.38 | 0.18 | 142.5 | 0.58 | 0.56 |
| Hex | 50 | D0 | 80 | 3E | 0 | 26 | 12 | 8E | 3A | 38 |
| Octal | 120 | 320 | 200 | 76 | 0 | 46 | 22 | 216 | 72 | 70 |
| Binary | 1010000 | 11010000 | 10000000 | 111110 | 0 | 100110 | 10010 | 10001110 | 111010 | 111000 |
Color Harmonies of #50D080
Complementary color
Monochromatic Colors of #50D080
Black with #50D080
Text Example
Text Example
White with #50D080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D080; }
p { color: rgb(80,208,128); }
H1.HeaderClassName
{
color: #50D080;
}
.AnyTagClassName
{
color: #50D080;
}
</style>
background-color css
<style>
a { background-color: #50D080; }
a { background-color: rgb(80,208,128); }
div.DivClassName
{
background-color: #50D080;
}
.BgClassName
{
background-color: #50D080;
}
</style>
border-color css
<style>
span { border-color: #50D080; }
span { border-color: rgb(80,208,128); }
td.TdClassName
{
border-color: #50D080;
}
.TagClassName
{
border-color: #50D080;
}
</style>