Shades of Emerald #50D976
Tints of Emerald #50D976
RGB
CMYK
RGB Variations
Color information
#50D976 (or 0x50D976) is known color: Emerald. HEX triplet: 50, D9 and 76. RGB value is (80,217,118). Sum of RGB (Red+Green+Blue) = 80+217+118=415 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.28% from 415); Green value is 217 (85.16% from 255 or 52.29% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 217 - color contains mainly: green. Hex color #50D976 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D976 is #AF2689. Grayscale: #A5A5A5. Windows color (decimal): -11478666 or 7788880. OLE color: 7788880.
HSL color Cylindrical-coordinate representation of color #50D976: hue angle of 136.64º 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 #50D976 is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 217 | 118 | - |
| CMYK | 0.63 | 0 | 0.46 | 0.15 |
| HSL | 136.64º | 0.64% | 0.58% | - |
| HSV(B) | 136.64º | 0.63% | 0.85% | - |
| XYZ | 31.39 | 52.64 | 25.65 | - |
| YUV | 164.75 | 101.61 | 67.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 217 | 118 | 0.63 | 0 | 0.46 | 0.15 | 136.64 | 0.64 | 0.58 |
| Hex | 50 | D9 | 76 | 3F | 0 | 2E | F | 89 | 40 | 3A |
| Octal | 120 | 331 | 166 | 77 | 0 | 56 | 17 | 211 | 100 | 72 |
| Binary | 1010000 | 11011001 | 1110110 | 111111 | 0 | 101110 | 1111 | 10001001 | 1000000 | 111010 |
Color Harmonies of #50D976
Complementary color
Monochromatic Colors of #50D976
Black with #50D976
Text Example
Text Example
White with #50D976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D976; }
p { color: rgb(80,217,118); }
H1.HeaderClassName
{
color: #50D976;
}
.AnyTagClassName
{
color: #50D976;
}
</style>
background-color css
<style>
a { background-color: #50D976; }
a { background-color: rgb(80,217,118); }
div.DivClassName
{
background-color: #50D976;
}
.BgClassName
{
background-color: #50D976;
}
</style>
border-color css
<style>
span { border-color: #50D976; }
span { border-color: rgb(80,217,118); }
td.TdClassName
{
border-color: #50D976;
}
.TagClassName
{
border-color: #50D976;
}
</style>