Shades of Emerald #50DA83
Tints of Emerald #50DA83
RGB
CMYK
RGB Variations
Color information
#50DA83 (or 0x50DA83) is known color: Emerald. HEX triplet: 50, DA and 83. RGB value is (80,218,131). Sum of RGB (Red+Green+Blue) = 80+218+131=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 218 (85.55% from 255 or 50.82% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 218 - color contains mainly: green. Hex color #50DA83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DA83 is #AF257C. Grayscale: #A7A7A7. Windows color (decimal): -11478397 or 8641104. OLE color: 8641104.
HSL color Cylindrical-coordinate representation of color #50DA83: hue angle of 142.17º 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 #50DA83 is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 218 | 131 | - |
| CMYK | 0.63 | 0 | 0.40 | 0.15 |
| HSL | 142.17º | 0.65% | 0.58% | - |
| HSV(B) | 142.17º | 0.63% | 0.85% | - |
| XYZ | 32.48 | 53.49 | 30.09 | - |
| YUV | 166.82 | 107.78 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 218 | 131 | 0.63 | 0 | 0.40 | 0.15 | 142.17 | 0.65 | 0.58 |
| Hex | 50 | DA | 83 | 3F | 0 | 28 | F | 8E | 41 | 3A |
| Octal | 120 | 332 | 203 | 77 | 0 | 50 | 17 | 216 | 101 | 72 |
| Binary | 1010000 | 11011010 | 10000011 | 111111 | 0 | 101000 | 1111 | 10001110 | 1000001 | 111010 |
Color Harmonies of #50DA83
Complementary color
Monochromatic Colors of #50DA83
Black with #50DA83
Text Example
Text Example
White with #50DA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DA83; }
p { color: rgb(80,218,131); }
H1.HeaderClassName
{
color: #50DA83;
}
.AnyTagClassName
{
color: #50DA83;
}
</style>
background-color css
<style>
a { background-color: #50DA83; }
a { background-color: rgb(80,218,131); }
div.DivClassName
{
background-color: #50DA83;
}
.BgClassName
{
background-color: #50DA83;
}
</style>
border-color css
<style>
span { border-color: #50DA83; }
span { border-color: rgb(80,218,131); }
td.TdClassName
{
border-color: #50DA83;
}
.TagClassName
{
border-color: #50DA83;
}
</style>