Shades of Emerald #50DA77
Tints of Emerald #50DA77
RGB
CMYK
RGB Variations
Color information
#50DA77 (or 0x50DA77) is known color: Emerald. HEX triplet: 50, DA and 77. RGB value is (80,218,119). Sum of RGB (Red+Green+Blue) = 80+218+119=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 218 (85.55% from 255 or 52.28% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 218 - color contains mainly: green. Hex color #50DA77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DA77 is #AF2588. Grayscale: #A5A5A5. Windows color (decimal): -11478409 or 7854672. OLE color: 7854672.
HSL color Cylindrical-coordinate representation of color #50DA77: hue angle of 136.96º 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 #50DA77 is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 218 | 119 | - |
| CMYK | 0.63 | 0 | 0.45 | 0.15 |
| HSL | 136.96º | 0.65% | 0.58% | - |
| HSV(B) | 136.96º | 0.63% | 0.85% | - |
| XYZ | 31.71 | 53.18 | 26.05 | - |
| YUV | 165.45 | 101.78 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 218 | 119 | 0.63 | 0 | 0.45 | 0.15 | 136.96 | 0.65 | 0.58 |
| Hex | 50 | DA | 77 | 3F | 0 | 2D | F | 89 | 41 | 3A |
| Octal | 120 | 332 | 167 | 77 | 0 | 55 | 17 | 211 | 101 | 72 |
| Binary | 1010000 | 11011010 | 1110111 | 111111 | 0 | 101101 | 1111 | 10001001 | 1000001 | 111010 |
Color Harmonies of #50DA77
Complementary color
Monochromatic Colors of #50DA77
Black with #50DA77
Text Example
Text Example
White with #50DA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DA77; }
p { color: rgb(80,218,119); }
H1.HeaderClassName
{
color: #50DA77;
}
.AnyTagClassName
{
color: #50DA77;
}
</style>
background-color css
<style>
a { background-color: #50DA77; }
a { background-color: rgb(80,218,119); }
div.DivClassName
{
background-color: #50DA77;
}
.BgClassName
{
background-color: #50DA77;
}
</style>
border-color css
<style>
span { border-color: #50DA77; }
span { border-color: rgb(80,218,119); }
td.TdClassName
{
border-color: #50DA77;
}
.TagClassName
{
border-color: #50DA77;
}
</style>