Shades of Emerald #50B979
Tints of Emerald #50B979
RGB
CMYK
RGB Variations
Color information
#50B979 (or 0x50B979) is known color: Emerald. HEX triplet: 50, B9 and 79. RGB value is (80,185,121). Sum of RGB (Red+Green+Blue) = 80+185+121=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 185 (72.66% from 255 or 47.93% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 185 - color contains mainly: green. Hex color #50B979 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B979 is #AF4686. Grayscale: #929292. Windows color (decimal): -11486855 or 7977296. OLE color: 7977296.
HSL color Cylindrical-coordinate representation of color #50B979: hue angle of 143.43º 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 #50B979 is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 185 | 121 | - |
| CMYK | 0.57 | 0 | 0.35 | 0.27 |
| HSL | 143.43º | 0.43% | 0.52% | - |
| HSV(B) | 143.43º | 0.57% | 0.73% | - |
| XYZ | 24.11 | 37.78 | 24.11 | - |
| YUV | 146.31 | 113.71 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 185 | 121 | 0.57 | 0 | 0.35 | 0.27 | 143.43 | 0.43 | 0.52 |
| Hex | 50 | B9 | 79 | 39 | 0 | 23 | 1B | 8F | 2B | 34 |
| Octal | 120 | 271 | 171 | 71 | 0 | 43 | 33 | 217 | 53 | 64 |
| Binary | 1010000 | 10111001 | 1111001 | 111001 | 0 | 100011 | 11011 | 10001111 | 101011 | 110100 |
Color Harmonies of #50B979
Complementary color
Monochromatic Colors of #50B979
Black with #50B979
Text Example
Text Example
White with #50B979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B979; }
p { color: rgb(80,185,121); }
H1.HeaderClassName
{
color: #50B979;
}
.AnyTagClassName
{
color: #50B979;
}
</style>
background-color css
<style>
a { background-color: #50B979; }
a { background-color: rgb(80,185,121); }
div.DivClassName
{
background-color: #50B979;
}
.BgClassName
{
background-color: #50B979;
}
</style>
border-color css
<style>
span { border-color: #50B979; }
span { border-color: rgb(80,185,121); }
td.TdClassName
{
border-color: #50B979;
}
.TagClassName
{
border-color: #50B979;
}
</style>