Shades of Emerald #50BD80
Tints of Emerald #50BD80
RGB
CMYK
RGB Variations
Color information
#50BD80 (or 0x50BD80) is known color: Emerald. HEX triplet: 50, BD and 80. RGB value is (80,189,128). Sum of RGB (Red+Green+Blue) = 80+189+128=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 189 (74.22% from 255 or 47.61% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 189 - color contains mainly: green. Hex color #50BD80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BD80 is #AF427F. Grayscale: #959595. Windows color (decimal): -11485824 or 8437072. OLE color: 8437072.
HSL color Cylindrical-coordinate representation of color #50BD80: hue angle of 146.42º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BD80 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 189 | 128 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.26 |
| HSL | 146.42º | 0.45% | 0.53% | - |
| HSV(B) | 146.42º | 0.58% | 0.74% | - |
| XYZ | 25.4 | 39.66 | 26.74 | - |
| YUV | 149.46 | 115.89 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 189 | 128 | 0.58 | 0 | 0.32 | 0.26 | 146.42 | 0.45 | 0.53 |
| Hex | 50 | BD | 80 | 3A | 0 | 20 | 1A | 92 | 2D | 35 |
| Octal | 120 | 275 | 200 | 72 | 0 | 40 | 32 | 222 | 55 | 65 |
| Binary | 1010000 | 10111101 | 10000000 | 111010 | 0 | 100000 | 11010 | 10010010 | 101101 | 110101 |
Color Harmonies of #50BD80
Complementary color
Monochromatic Colors of #50BD80
Black with #50BD80
Text Example
Text Example
White with #50BD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BD80; }
p { color: rgb(80,189,128); }
H1.HeaderClassName
{
color: #50BD80;
}
.AnyTagClassName
{
color: #50BD80;
}
</style>
background-color css
<style>
a { background-color: #50BD80; }
a { background-color: rgb(80,189,128); }
div.DivClassName
{
background-color: #50BD80;
}
.BgClassName
{
background-color: #50BD80;
}
</style>
border-color css
<style>
span { border-color: #50BD80; }
span { border-color: rgb(80,189,128); }
td.TdClassName
{
border-color: #50BD80;
}
.TagClassName
{
border-color: #50BD80;
}
</style>