Shades of Emerald #50D966
Tints of Emerald #50D966
RGB
CMYK
RGB Variations
Color information
#50D966 (or 0x50D966) is known color: Emerald. HEX triplet: 50, D9 and 66. RGB value is (80,217,102). Sum of RGB (Red+Green+Blue) = 80+217+102=399 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.05% from 399); Green value is 217 (85.16% from 255 or 54.39% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 217 - color contains mainly: green. Hex color #50D966 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D966 is #AF2699. Grayscale: #A3A3A3. Windows color (decimal): -11478682 or 6740304. OLE color: 6740304.
HSL color Cylindrical-coordinate representation of color #50D966: hue angle of 129.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 #50D966 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 217 | 102 | - |
| CMYK | 0.63 | 0 | 0.53 | 0.15 |
| HSL | 129.64º | 0.64% | 0.58% | - |
| HSV(B) | 129.64º | 0.63% | 0.85% | - |
| XYZ | 30.52 | 52.29 | 21.05 | - |
| YUV | 162.93 | 93.61 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 217 | 102 | 0.63 | 0 | 0.53 | 0.15 | 129.64 | 0.64 | 0.58 |
| Hex | 50 | D9 | 66 | 3F | 0 | 35 | F | 82 | 40 | 3A |
| Octal | 120 | 331 | 146 | 77 | 0 | 65 | 17 | 202 | 100 | 72 |
| Binary | 1010000 | 11011001 | 1100110 | 111111 | 0 | 110101 | 1111 | 10000010 | 1000000 | 111010 |
Color Harmonies of #50D966
Complementary color
Monochromatic Colors of #50D966
Black with #50D966
Text Example
Text Example
White with #50D966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D966; }
p { color: rgb(80,217,102); }
H1.HeaderClassName
{
color: #50D966;
}
.AnyTagClassName
{
color: #50D966;
}
</style>
background-color css
<style>
a { background-color: #50D966; }
a { background-color: rgb(80,217,102); }
div.DivClassName
{
background-color: #50D966;
}
.BgClassName
{
background-color: #50D966;
}
</style>
border-color css
<style>
span { border-color: #50D966; }
span { border-color: rgb(80,217,102); }
td.TdClassName
{
border-color: #50D966;
}
.TagClassName
{
border-color: #50D966;
}
</style>