Shades of Emerald #50BA72
Tints of Emerald #50BA72
RGB
CMYK
RGB Variations
Color information
#50BA72 (or 0x50BA72) is known color: Emerald. HEX triplet: 50, BA and 72. RGB value is (80,186,114). Sum of RGB (Red+Green+Blue) = 80+186+114=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BA72 is #AF458D. Grayscale: #929292. Windows color (decimal): -11486606 or 7518800. OLE color: 7518800.
HSL color Cylindrical-coordinate representation of color #50BA72: hue angle of 139.25º 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 #50BA72 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 186 | 114 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.27 |
| HSL | 139.25º | 0.43% | 0.52% | - |
| HSV(B) | 139.25º | 0.57% | 0.73% | - |
| XYZ | 23.9 | 38.04 | 22 | - |
| YUV | 146.1 | 109.88 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 186 | 114 | 0.57 | 0 | 0.39 | 0.27 | 139.25 | 0.43 | 0.52 |
| Hex | 50 | BA | 72 | 39 | 0 | 27 | 1B | 8B | 2B | 34 |
| Octal | 120 | 272 | 162 | 71 | 0 | 47 | 33 | 213 | 53 | 64 |
| Binary | 1010000 | 10111010 | 1110010 | 111001 | 0 | 100111 | 11011 | 10001011 | 101011 | 110100 |
Color Harmonies of #50BA72
Complementary color
Monochromatic Colors of #50BA72
Black with #50BA72
Text Example
Text Example
White with #50BA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BA72; }
p { color: rgb(80,186,114); }
H1.HeaderClassName
{
color: #50BA72;
}
.AnyTagClassName
{
color: #50BA72;
}
</style>
background-color css
<style>
a { background-color: #50BA72; }
a { background-color: rgb(80,186,114); }
div.DivClassName
{
background-color: #50BA72;
}
.BgClassName
{
background-color: #50BA72;
}
</style>
border-color css
<style>
span { border-color: #50BA72; }
span { border-color: rgb(80,186,114); }
td.TdClassName
{
border-color: #50BA72;
}
.TagClassName
{
border-color: #50BA72;
}
</style>