Shades of Emerald #50D763
Tints of Emerald #50D763
RGB
CMYK
RGB Variations
Color information
#50D763 (or 0x50D763) is known color: Emerald. HEX triplet: 50, D7 and 63. RGB value is (80,215,99). Sum of RGB (Red+Green+Blue) = 80+215+99=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 215 (84.38% from 255 or 54.57% from 394); Blue value is 99 (39.06% from 255 or 25.13% from 394); Max value from RGB is 215 - color contains mainly: green. Hex color #50D763 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D763 is #AF289C. Grayscale: #A1A1A1. Windows color (decimal): -11479197 or 6543184. OLE color: 6543184.
HSL color Cylindrical-coordinate representation of color #50D763: hue angle of 128.44º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D763 is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 215 | 99 | - |
| CMYK | 0.63 | 0 | 0.54 | 0.16 |
| HSL | 128.44º | 0.63% | 0.58% | - |
| HSV(B) | 128.44º | 0.63% | 0.84% | - |
| XYZ | 29.86 | 51.21 | 20.11 | - |
| YUV | 161.41 | 92.77 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 215 | 99 | 0.63 | 0 | 0.54 | 0.16 | 128.44 | 0.63 | 0.58 |
| Hex | 50 | D7 | 63 | 3F | 0 | 36 | 10 | 80 | 3F | 3A |
| Octal | 120 | 327 | 143 | 77 | 0 | 66 | 20 | 200 | 77 | 72 |
| Binary | 1010000 | 11010111 | 1100011 | 111111 | 0 | 110110 | 10000 | 10000000 | 111111 | 111010 |
Color Harmonies of #50D763
Complementary color
Monochromatic Colors of #50D763
Black with #50D763
Text Example
Text Example
White with #50D763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D763; }
p { color: rgb(80,215,99); }
H1.HeaderClassName
{
color: #50D763;
}
.AnyTagClassName
{
color: #50D763;
}
</style>
background-color css
<style>
a { background-color: #50D763; }
a { background-color: rgb(80,215,99); }
div.DivClassName
{
background-color: #50D763;
}
.BgClassName
{
background-color: #50D763;
}
</style>
border-color css
<style>
span { border-color: #50D763; }
span { border-color: rgb(80,215,99); }
td.TdClassName
{
border-color: #50D763;
}
.TagClassName
{
border-color: #50D763;
}
</style>