Shades of Emerald #50B86C
Tints of Emerald #50B86C
RGB
CMYK
RGB Variations
Color information
#50B86C (or 0x50B86C) is known color: Emerald. HEX triplet: 50, B8 and 6C. RGB value is (80,184,108). Sum of RGB (Red+Green+Blue) = 80+184+108=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 184 (72.27% from 255 or 49.46% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 184 - color contains mainly: green. Hex color #50B86C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B86C is #AF4793. Grayscale: #909090. Windows color (decimal): -11487124 or 7125072. OLE color: 7125072.
HSL color Cylindrical-coordinate representation of color #50B86C: hue angle of 136.15º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50B86C is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 80 | 184 | 108 | - |
| CMYK | 0.57 | 0 | 0.41 | 0.28 |
| HSL | 136.15º | 0.42% | 0.52% | - |
| HSV(B) | 136.15º | 0.57% | 0.72% | - |
| XYZ | 23.16 | 37.07 | 20.12 | - |
| YUV | 144.24 | 107.54 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 184 | 108 | 0.57 | 0 | 0.41 | 0.28 | 136.15 | 0.42 | 0.52 |
| Hex | 50 | B8 | 6C | 39 | 0 | 29 | 1C | 88 | 2A | 34 |
| Octal | 120 | 270 | 154 | 71 | 0 | 51 | 34 | 210 | 52 | 64 |
| Binary | 1010000 | 10111000 | 1101100 | 111001 | 0 | 101001 | 11100 | 10001000 | 101010 | 110100 |
Color Harmonies of #50B86C
Complementary color
Monochromatic Colors of #50B86C
Black with #50B86C
Text Example
Text Example
White with #50B86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B86C; }
p { color: rgb(80,184,108); }
H1.HeaderClassName
{
color: #50B86C;
}
.AnyTagClassName
{
color: #50B86C;
}
</style>
background-color css
<style>
a { background-color: #50B86C; }
a { background-color: rgb(80,184,108); }
div.DivClassName
{
background-color: #50B86C;
}
.BgClassName
{
background-color: #50B86C;
}
</style>
border-color css
<style>
span { border-color: #50B86C; }
span { border-color: rgb(80,184,108); }
td.TdClassName
{
border-color: #50B86C;
}
.TagClassName
{
border-color: #50B86C;
}
</style>