Shades of Emerald #50D777
Tints of Emerald #50D777
RGB
CMYK
RGB Variations
Color information
#50D777 (or 0x50D777) is known color: Emerald. HEX triplet: 50, D7 and 77. RGB value is (80,215,119). Sum of RGB (Red+Green+Blue) = 80+215+119=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 215 (84.38% from 255 or 51.93% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 215 - color contains mainly: green. Hex color #50D777 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D777 is #AF2888. Grayscale: #A3A3A3. Windows color (decimal): -11479177 or 7853904. OLE color: 7853904.
HSL color Cylindrical-coordinate representation of color #50D777: hue angle of 137.33º 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 #50D777 is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 215 | 119 | - |
| CMYK | 0.63 | 0 | 0.45 | 0.16 |
| HSL | 137.33º | 0.63% | 0.58% | - |
| HSV(B) | 137.33º | 0.63% | 0.84% | - |
| XYZ | 30.94 | 51.64 | 25.79 | - |
| YUV | 163.69 | 102.77 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 215 | 119 | 0.63 | 0 | 0.45 | 0.16 | 137.33 | 0.63 | 0.58 |
| Hex | 50 | D7 | 77 | 3F | 0 | 2D | 10 | 89 | 3F | 3A |
| Octal | 120 | 327 | 167 | 77 | 0 | 55 | 20 | 211 | 77 | 72 |
| Binary | 1010000 | 11010111 | 1110111 | 111111 | 0 | 101101 | 10000 | 10001001 | 111111 | 111010 |
Color Harmonies of #50D777
Complementary color
Monochromatic Colors of #50D777
Black with #50D777
Text Example
Text Example
White with #50D777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D777; }
p { color: rgb(80,215,119); }
H1.HeaderClassName
{
color: #50D777;
}
.AnyTagClassName
{
color: #50D777;
}
</style>
background-color css
<style>
a { background-color: #50D777; }
a { background-color: rgb(80,215,119); }
div.DivClassName
{
background-color: #50D777;
}
.BgClassName
{
background-color: #50D777;
}
</style>
border-color css
<style>
span { border-color: #50D777; }
span { border-color: rgb(80,215,119); }
td.TdClassName
{
border-color: #50D777;
}
.TagClassName
{
border-color: #50D777;
}
</style>