Shades of Limeade #50A117
Tints of Limeade #50A117
RGB
CMYK
RGB Variations
Color information
#50A117 (or 0x50A117) is known color: Limeade. HEX triplet: 50, A1 and 17. RGB value is (80,161,23). Sum of RGB (Red+Green+Blue) = 80+161+23=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 161 (63.28% from 255 or 60.98% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 161 - color contains mainly: green. Hex color #50A117 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A117 is #AF5EE8. Grayscale: #797979. Windows color (decimal): -11493097 or 1548624. OLE color: 1548624.
HSL color Cylindrical-coordinate representation of color #50A117: hue angle of 95.22º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50A117 is Cyan = 0.50, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 161 | 23 | - |
| CMYK | 0.50 | 0 | 0.86 | 0.37 |
| HSL | 95.22º | 0.75% | 0.36% | - |
| HSV(B) | 95.22º | 0.86% | 0.63% | - |
| XYZ | 16.21 | 27.26 | 5.22 | - |
| YUV | 121.05 | 72.66 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 161 | 23 | 0.50 | 0 | 0.86 | 0.37 | 95.22 | 0.75 | 0.36 |
| Hex | 50 | A1 | 17 | 32 | 0 | 56 | 25 | 5F | 4B | 24 |
| Octal | 120 | 241 | 27 | 62 | 0 | 126 | 45 | 137 | 113 | 44 |
| Binary | 1010000 | 10100001 | 10111 | 110010 | 0 | 1010110 | 100101 | 1011111 | 1001011 | 100100 |
Color Harmonies of #50A117
Complementary color
Monochromatic Colors of #50A117
Black with #50A117
Text Example
Text Example
White with #50A117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A117; }
p { color: rgb(80,161,23); }
H1.HeaderClassName
{
color: #50A117;
}
.AnyTagClassName
{
color: #50A117;
}
</style>
background-color css
<style>
a { background-color: #50A117; }
a { background-color: rgb(80,161,23); }
div.DivClassName
{
background-color: #50A117;
}
.BgClassName
{
background-color: #50A117;
}
</style>
border-color css
<style>
span { border-color: #50A117; }
span { border-color: rgb(80,161,23); }
td.TdClassName
{
border-color: #50A117;
}
.TagClassName
{
border-color: #50A117;
}
</style>