Shades of Emerald #50D858
Tints of Emerald #50D858
RGB
CMYK
RGB Variations
Color information
#50D858 (or 0x50D858) is known color: Emerald. HEX triplet: 50, D8 and 58. RGB value is (80,216,88). Sum of RGB (Red+Green+Blue) = 80+216+88=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 216 (84.77% from 255 or 56.25% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 216 - color contains mainly: green. Hex color #50D858 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D858 is #AF27A7. Grayscale: #A1A1A1. Windows color (decimal): -11478952 or 5822544. OLE color: 5822544.
HSL color Cylindrical-coordinate representation of color #50D858: hue angle of 123.53º 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 #50D858 is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 216 | 88 | - |
| CMYK | 0.63 | 0 | 0.59 | 0.15 |
| HSL | 123.53º | 0.64% | 0.58% | - |
| HSV(B) | 123.53º | 0.63% | 0.85% | - |
| XYZ | 29.63 | 51.52 | 17.62 | - |
| YUV | 160.74 | 86.94 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 216 | 88 | 0.63 | 0 | 0.59 | 0.15 | 123.53 | 0.64 | 0.58 |
| Hex | 50 | D8 | 58 | 3F | 0 | 3B | F | 7C | 40 | 3A |
| Octal | 120 | 330 | 130 | 77 | 0 | 73 | 17 | 174 | 100 | 72 |
| Binary | 1010000 | 11011000 | 1011000 | 111111 | 0 | 111011 | 1111 | 1111100 | 1000000 | 111010 |
Color Harmonies of #50D858
Complementary color
Monochromatic Colors of #50D858
Black with #50D858
Text Example
Text Example
White with #50D858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D858; }
p { color: rgb(80,216,88); }
H1.HeaderClassName
{
color: #50D858;
}
.AnyTagClassName
{
color: #50D858;
}
</style>
background-color css
<style>
a { background-color: #50D858; }
a { background-color: rgb(80,216,88); }
div.DivClassName
{
background-color: #50D858;
}
.BgClassName
{
background-color: #50D858;
}
</style>
border-color css
<style>
span { border-color: #50D858; }
span { border-color: rgb(80,216,88); }
td.TdClassName
{
border-color: #50D858;
}
.TagClassName
{
border-color: #50D858;
}
</style>