Shades of Emerald #50DA73
Tints of Emerald #50DA73
RGB
CMYK
RGB Variations
Color information
#50DA73 (or 0x50DA73) is known color: Emerald. HEX triplet: 50, DA and 73. RGB value is (80,218,115). Sum of RGB (Red+Green+Blue) = 80+218+115=413 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.37% from 413); Green value is 218 (85.55% from 255 or 52.78% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 218 - color contains mainly: green. Hex color #50DA73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DA73 is #AF258C. Grayscale: #A5A5A5. Windows color (decimal): -11478413 or 7592528. OLE color: 7592528.
HSL color Cylindrical-coordinate representation of color #50DA73: hue angle of 135.22º degrees, saturation: 0.65, 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 #50DA73 is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 218 | 115 | - |
| CMYK | 0.63 | 0 | 0.47 | 0.15 |
| HSL | 135.22º | 0.65% | 0.58% | - |
| HSV(B) | 135.22º | 0.63% | 0.85% | - |
| XYZ | 31.47 | 53.09 | 24.81 | - |
| YUV | 165 | 99.78 | 67.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 218 | 115 | 0.63 | 0 | 0.47 | 0.15 | 135.22 | 0.65 | 0.58 |
| Hex | 50 | DA | 73 | 3F | 0 | 2F | F | 87 | 41 | 3A |
| Octal | 120 | 332 | 163 | 77 | 0 | 57 | 17 | 207 | 101 | 72 |
| Binary | 1010000 | 11011010 | 1110011 | 111111 | 0 | 101111 | 1111 | 10000111 | 1000001 | 111010 |
Color Harmonies of #50DA73
Complementary color
Monochromatic Colors of #50DA73
Black with #50DA73
Text Example
Text Example
White with #50DA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DA73; }
p { color: rgb(80,218,115); }
H1.HeaderClassName
{
color: #50DA73;
}
.AnyTagClassName
{
color: #50DA73;
}
</style>
background-color css
<style>
a { background-color: #50DA73; }
a { background-color: rgb(80,218,115); }
div.DivClassName
{
background-color: #50DA73;
}
.BgClassName
{
background-color: #50DA73;
}
</style>
border-color css
<style>
span { border-color: #50DA73; }
span { border-color: rgb(80,218,115); }
td.TdClassName
{
border-color: #50DA73;
}
.TagClassName
{
border-color: #50DA73;
}
</style>