Shades of Emerald #50D86A
Tints of Emerald #50D86A
RGB
CMYK
RGB Variations
Color information
#50D86A (or 0x50D86A) is known color: Emerald. HEX triplet: 50, D8 and 6A. RGB value is (80,216,106). Sum of RGB (Red+Green+Blue) = 80+216+106=402 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.90% from 402); Green value is 216 (84.77% from 255 or 53.73% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 216 - color contains mainly: green. Hex color #50D86A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D86A is #AF2795. Grayscale: #A3A3A3. Windows color (decimal): -11478934 or 7002192. OLE color: 7002192.
HSL color Cylindrical-coordinate representation of color #50D86A: hue angle of 131.47º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D86A is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 216 | 106 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.15 |
| HSL | 131.47º | 0.64% | 0.58% | - |
| HSV(B) | 131.47º | 0.63% | 0.85% | - |
| XYZ | 30.47 | 51.86 | 22.04 | - |
| YUV | 162.8 | 95.94 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 216 | 106 | 0.63 | 0 | 0.51 | 0.15 | 131.47 | 0.64 | 0.58 |
| Hex | 50 | D8 | 6A | 3F | 0 | 33 | F | 83 | 40 | 3A |
| Octal | 120 | 330 | 152 | 77 | 0 | 63 | 17 | 203 | 100 | 72 |
| Binary | 1010000 | 11011000 | 1101010 | 111111 | 0 | 110011 | 1111 | 10000011 | 1000000 | 111010 |
Color Harmonies of #50D86A
Complementary color
Monochromatic Colors of #50D86A
Black with #50D86A
Text Example
Text Example
White with #50D86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D86A; }
p { color: rgb(80,216,106); }
H1.HeaderClassName
{
color: #50D86A;
}
.AnyTagClassName
{
color: #50D86A;
}
</style>
background-color css
<style>
a { background-color: #50D86A; }
a { background-color: rgb(80,216,106); }
div.DivClassName
{
background-color: #50D86A;
}
.BgClassName
{
background-color: #50D86A;
}
</style>
border-color css
<style>
span { border-color: #50D86A; }
span { border-color: rgb(80,216,106); }
td.TdClassName
{
border-color: #50D86A;
}
.TagClassName
{
border-color: #50D86A;
}
</style>