Shades of Emerald #50BA77
Tints of Emerald #50BA77
RGB
CMYK
RGB Variations
Color information
#50BA77 (or 0x50BA77) is known color: Emerald. HEX triplet: 50, BA and 77. RGB value is (80,186,119). Sum of RGB (Red+Green+Blue) = 80+186+119=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BA77 is #AF4588. Grayscale: #929292. Windows color (decimal): -11486601 or 7846480. OLE color: 7846480.
HSL color Cylindrical-coordinate representation of color #50BA77: hue angle of 142.08º 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 #50BA77 is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 186 | 119 | - |
| CMYK | 0.57 | 0 | 0.36 | 0.27 |
| HSL | 142.08º | 0.43% | 0.52% | - |
| HSV(B) | 142.08º | 0.57% | 0.73% | - |
| XYZ | 24.2 | 38.16 | 23.54 | - |
| YUV | 146.67 | 112.38 | 80.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 186 | 119 | 0.57 | 0 | 0.36 | 0.27 | 142.08 | 0.43 | 0.52 |
| Hex | 50 | BA | 77 | 39 | 0 | 24 | 1B | 8E | 2B | 34 |
| Octal | 120 | 272 | 167 | 71 | 0 | 44 | 33 | 216 | 53 | 64 |
| Binary | 1010000 | 10111010 | 1110111 | 111001 | 0 | 100100 | 11011 | 10001110 | 101011 | 110100 |
Color Harmonies of #50BA77
Complementary color
Monochromatic Colors of #50BA77
Black with #50BA77
Text Example
Text Example
White with #50BA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BA77; }
p { color: rgb(80,186,119); }
H1.HeaderClassName
{
color: #50BA77;
}
.AnyTagClassName
{
color: #50BA77;
}
</style>
background-color css
<style>
a { background-color: #50BA77; }
a { background-color: rgb(80,186,119); }
div.DivClassName
{
background-color: #50BA77;
}
.BgClassName
{
background-color: #50BA77;
}
</style>
border-color css
<style>
span { border-color: #50BA77; }
span { border-color: rgb(80,186,119); }
td.TdClassName
{
border-color: #50BA77;
}
.TagClassName
{
border-color: #50BA77;
}
</style>