Shades of Emerald #50BA80
Tints of Emerald #50BA80
RGB
CMYK
RGB Variations
Color information
#50BA80 (or 0x50BA80) is known color: Emerald. HEX triplet: 50, BA and 80. RGB value is (80,186,128). Sum of RGB (Red+Green+Blue) = 80+186+128=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BA80 is #AF457F. Grayscale: #939393. Windows color (decimal): -11486592 or 8436304. OLE color: 8436304.
HSL color Cylindrical-coordinate representation of color #50BA80: hue angle of 147.17º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BA80 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 186 | 128 | - |
| CMYK | 0.57 | 0 | 0.31 | 0.27 |
| HSL | 147.17º | 0.43% | 0.52% | - |
| HSV(B) | 147.17º | 0.57% | 0.73% | - |
| XYZ | 24.76 | 38.38 | 26.53 | - |
| YUV | 147.69 | 116.88 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 186 | 128 | 0.57 | 0 | 0.31 | 0.27 | 147.17 | 0.43 | 0.52 |
| Hex | 50 | BA | 80 | 39 | 0 | 1F | 1B | 93 | 2B | 34 |
| Octal | 120 | 272 | 200 | 71 | 0 | 37 | 33 | 223 | 53 | 64 |
| Binary | 1010000 | 10111010 | 10000000 | 111001 | 0 | 11111 | 11011 | 10010011 | 101011 | 110100 |
Color Harmonies of #50BA80
Complementary color
Monochromatic Colors of #50BA80
Black with #50BA80
Text Example
Text Example
White with #50BA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BA80; }
p { color: rgb(80,186,128); }
H1.HeaderClassName
{
color: #50BA80;
}
.AnyTagClassName
{
color: #50BA80;
}
</style>
background-color css
<style>
a { background-color: #50BA80; }
a { background-color: rgb(80,186,128); }
div.DivClassName
{
background-color: #50BA80;
}
.BgClassName
{
background-color: #50BA80;
}
</style>
border-color css
<style>
span { border-color: #50BA80; }
span { border-color: rgb(80,186,128); }
td.TdClassName
{
border-color: #50BA80;
}
.TagClassName
{
border-color: #50BA80;
}
</style>