Shades of Emerald #50BE86
Tints of Emerald #50BE86
RGB
CMYK
RGB Variations
Color information
#50BE86 (or 0x50BE86) is known color: Emerald. HEX triplet: 50, BE and 86. RGB value is (80,190,134). Sum of RGB (Red+Green+Blue) = 80+190+134=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 190 - color contains mainly: green. Hex color #50BE86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BE86 is #AF4179. Grayscale: #969696. Windows color (decimal): -11485562 or 8830544. OLE color: 8830544.
HSL color Cylindrical-coordinate representation of color #50BE86: hue angle of 149.45º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BE86 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 190 | 134 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.25 |
| HSL | 149.45º | 0.46% | 0.53% | - |
| HSV(B) | 149.45º | 0.58% | 0.75% | - |
| XYZ | 26.02 | 40.25 | 28.95 | - |
| YUV | 150.73 | 118.56 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 190 | 134 | 0.58 | 0 | 0.29 | 0.25 | 149.45 | 0.46 | 0.53 |
| Hex | 50 | BE | 86 | 3A | 0 | 1D | 19 | 95 | 2E | 35 |
| Octal | 120 | 276 | 206 | 72 | 0 | 35 | 31 | 225 | 56 | 65 |
| Binary | 1010000 | 10111110 | 10000110 | 111010 | 0 | 11101 | 11001 | 10010101 | 101110 | 110101 |
Color Harmonies of #50BE86
Complementary color
Monochromatic Colors of #50BE86
Black with #50BE86
Text Example
Text Example
White with #50BE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BE86; }
p { color: rgb(80,190,134); }
H1.HeaderClassName
{
color: #50BE86;
}
.AnyTagClassName
{
color: #50BE86;
}
</style>
background-color css
<style>
a { background-color: #50BE86; }
a { background-color: rgb(80,190,134); }
div.DivClassName
{
background-color: #50BE86;
}
.BgClassName
{
background-color: #50BE86;
}
</style>
border-color css
<style>
span { border-color: #50BE86; }
span { border-color: rgb(80,190,134); }
td.TdClassName
{
border-color: #50BE86;
}
.TagClassName
{
border-color: #50BE86;
}
</style>