Shades of Emerald #50BA73
Tints of Emerald #50BA73
RGB
CMYK
RGB Variations
Color information
#50BA73 (or 0x50BA73) is known color: Emerald. HEX triplet: 50, BA and 73. RGB value is (80,186,115). Sum of RGB (Red+Green+Blue) = 80+186+115=381 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.00% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BA73 is #AF458C. Grayscale: #929292. Windows color (decimal): -11486605 or 7584336. OLE color: 7584336.
HSL color Cylindrical-coordinate representation of color #50BA73: hue angle of 139.81º 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 #50BA73 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 186 | 115 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.27 |
| HSL | 139.81º | 0.43% | 0.52% | - |
| HSV(B) | 139.81º | 0.57% | 0.73% | - |
| XYZ | 23.96 | 38.06 | 22.3 | - |
| YUV | 146.21 | 110.38 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 186 | 115 | 0.57 | 0 | 0.38 | 0.27 | 139.81 | 0.43 | 0.52 |
| Hex | 50 | BA | 73 | 39 | 0 | 26 | 1B | 8C | 2B | 34 |
| Octal | 120 | 272 | 163 | 71 | 0 | 46 | 33 | 214 | 53 | 64 |
| Binary | 1010000 | 10111010 | 1110011 | 111001 | 0 | 100110 | 11011 | 10001100 | 101011 | 110100 |
Color Harmonies of #50BA73
Complementary color
Monochromatic Colors of #50BA73
Black with #50BA73
Text Example
Text Example
White with #50BA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BA73; }
p { color: rgb(80,186,115); }
H1.HeaderClassName
{
color: #50BA73;
}
.AnyTagClassName
{
color: #50BA73;
}
</style>
background-color css
<style>
a { background-color: #50BA73; }
a { background-color: rgb(80,186,115); }
div.DivClassName
{
background-color: #50BA73;
}
.BgClassName
{
background-color: #50BA73;
}
</style>
border-color css
<style>
span { border-color: #50BA73; }
span { border-color: rgb(80,186,115); }
td.TdClassName
{
border-color: #50BA73;
}
.TagClassName
{
border-color: #50BA73;
}
</style>