Shades of Emerald #50D96B
Tints of Emerald #50D96B
RGB
CMYK
RGB Variations
Color information
#50D96B (or 0x50D96B) is known color: Emerald. HEX triplet: 50, D9 and 6B. RGB value is (80,217,107). Sum of RGB (Red+Green+Blue) = 80+217+107=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 217 (85.16% from 255 or 53.71% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 217 - color contains mainly: green. Hex color #50D96B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D96B is #AF2694. Grayscale: #A3A3A3. Windows color (decimal): -11478677 or 7067984. OLE color: 7067984.
HSL color Cylindrical-coordinate representation of color #50D96B: hue angle of 131.82º 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 #50D96B is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 217 | 107 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.15 |
| HSL | 131.82º | 0.64% | 0.58% | - |
| HSV(B) | 131.82º | 0.63% | 0.85% | - |
| XYZ | 30.77 | 52.39 | 22.4 | - |
| YUV | 163.5 | 96.11 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 217 | 107 | 0.63 | 0 | 0.51 | 0.15 | 131.82 | 0.64 | 0.58 |
| Hex | 50 | D9 | 6B | 3F | 0 | 33 | F | 84 | 40 | 3A |
| Octal | 120 | 331 | 153 | 77 | 0 | 63 | 17 | 204 | 100 | 72 |
| Binary | 1010000 | 11011001 | 1101011 | 111111 | 0 | 110011 | 1111 | 10000100 | 1000000 | 111010 |
Color Harmonies of #50D96B
Complementary color
Monochromatic Colors of #50D96B
Black with #50D96B
Text Example
Text Example
White with #50D96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D96B; }
p { color: rgb(80,217,107); }
H1.HeaderClassName
{
color: #50D96B;
}
.AnyTagClassName
{
color: #50D96B;
}
</style>
background-color css
<style>
a { background-color: #50D96B; }
a { background-color: rgb(80,217,107); }
div.DivClassName
{
background-color: #50D96B;
}
.BgClassName
{
background-color: #50D96B;
}
</style>
border-color css
<style>
span { border-color: #50D96B; }
span { border-color: rgb(80,217,107); }
td.TdClassName
{
border-color: #50D96B;
}
.TagClassName
{
border-color: #50D96B;
}
</style>