Shades of Emerald #50D881
Tints of Emerald #50D881
RGB
CMYK
RGB Variations
Color information
#50D881 (or 0x50D881) is known color: Emerald. HEX triplet: 50, D8 and 81. RGB value is (80,216,129). Sum of RGB (Red+Green+Blue) = 80+216+129=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 216 (84.77% from 255 or 50.82% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 216 - color contains mainly: green. Hex color #50D881 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D881 is #AF277E. Grayscale: #A5A5A5. Windows color (decimal): -11478911 or 8509520. OLE color: 8509520.
HSL color Cylindrical-coordinate representation of color #50D881: hue angle of 141.62º degrees, saturation: 0.64, 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 #50D881 is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 216 | 129 | - |
| CMYK | 0.63 | 0 | 0.40 | 0.15 |
| HSL | 141.62º | 0.64% | 0.58% | - |
| HSV(B) | 141.62º | 0.63% | 0.85% | - |
| XYZ | 31.83 | 52.4 | 29.21 | - |
| YUV | 165.42 | 107.44 | 67.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 216 | 129 | 0.63 | 0 | 0.40 | 0.15 | 141.62 | 0.64 | 0.58 |
| Hex | 50 | D8 | 81 | 3F | 0 | 28 | F | 8E | 40 | 3A |
| Octal | 120 | 330 | 201 | 77 | 0 | 50 | 17 | 216 | 100 | 72 |
| Binary | 1010000 | 11011000 | 10000001 | 111111 | 0 | 101000 | 1111 | 10001110 | 1000000 | 111010 |
Color Harmonies of #50D881
Complementary color
Monochromatic Colors of #50D881
Black with #50D881
Text Example
Text Example
White with #50D881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D881; }
p { color: rgb(80,216,129); }
H1.HeaderClassName
{
color: #50D881;
}
.AnyTagClassName
{
color: #50D881;
}
</style>
background-color css
<style>
a { background-color: #50D881; }
a { background-color: rgb(80,216,129); }
div.DivClassName
{
background-color: #50D881;
}
.BgClassName
{
background-color: #50D881;
}
</style>
border-color css
<style>
span { border-color: #50D881; }
span { border-color: rgb(80,216,129); }
td.TdClassName
{
border-color: #50D881;
}
.TagClassName
{
border-color: #50D881;
}
</style>