Shades of Emerald #50D773
Tints of Emerald #50D773
RGB
CMYK
RGB Variations
Color information
#50D773 (or 0x50D773) is known color: Emerald. HEX triplet: 50, D7 and 73. RGB value is (80,215,115). Sum of RGB (Red+Green+Blue) = 80+215+115=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 215 (84.38% from 255 or 52.44% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 215 - color contains mainly: green. Hex color #50D773 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D773 is #AF288C. Grayscale: #A3A3A3. Windows color (decimal): -11479181 or 7591760. OLE color: 7591760.
HSL color Cylindrical-coordinate representation of color #50D773: hue angle of 135.56º 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 #50D773 is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 215 | 115 | - |
| CMYK | 0.63 | 0 | 0.47 | 0.16 |
| HSL | 135.56º | 0.63% | 0.58% | - |
| HSV(B) | 135.56º | 0.63% | 0.84% | - |
| XYZ | 30.7 | 51.54 | 24.55 | - |
| YUV | 163.24 | 100.77 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 215 | 115 | 0.63 | 0 | 0.47 | 0.16 | 135.56 | 0.63 | 0.58 |
| Hex | 50 | D7 | 73 | 3F | 0 | 2F | 10 | 88 | 3F | 3A |
| Octal | 120 | 327 | 163 | 77 | 0 | 57 | 20 | 210 | 77 | 72 |
| Binary | 1010000 | 11010111 | 1110011 | 111111 | 0 | 101111 | 10000 | 10001000 | 111111 | 111010 |
Color Harmonies of #50D773
Complementary color
Monochromatic Colors of #50D773
Black with #50D773
Text Example
Text Example
White with #50D773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D773; }
p { color: rgb(80,215,115); }
H1.HeaderClassName
{
color: #50D773;
}
.AnyTagClassName
{
color: #50D773;
}
</style>
background-color css
<style>
a { background-color: #50D773; }
a { background-color: rgb(80,215,115); }
div.DivClassName
{
background-color: #50D773;
}
.BgClassName
{
background-color: #50D773;
}
</style>
border-color css
<style>
span { border-color: #50D773; }
span { border-color: rgb(80,215,115); }
td.TdClassName
{
border-color: #50D773;
}
.TagClassName
{
border-color: #50D773;
}
</style>