Shades of Limeade #50A119
Tints of Limeade #50A119
RGB
CMYK
RGB Variations
Color information
#50A119 (or 0x50A119) is known color: Limeade. HEX triplet: 50, A1 and 19. RGB value is (80,161,25). Sum of RGB (Red+Green+Blue) = 80+161+25=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 161 (63.28% from 255 or 60.53% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 161 - color contains mainly: green. Hex color #50A119 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A119 is #AF5EE6. Grayscale: #797979. Windows color (decimal): -11493095 or 1679696. OLE color: 1679696.
HSL color Cylindrical-coordinate representation of color #50A119: hue angle of 95.74º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50A119 is Cyan = 0.50, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 161 | 25 | - |
| CMYK | 0.50 | 0 | 0.84 | 0.37 |
| HSL | 95.74º | 0.73% | 0.36% | - |
| HSV(B) | 95.74º | 0.84% | 0.63% | - |
| XYZ | 16.23 | 27.27 | 5.33 | - |
| YUV | 121.28 | 73.66 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 161 | 25 | 0.50 | 0 | 0.84 | 0.37 | 95.74 | 0.73 | 0.36 |
| Hex | 50 | A1 | 19 | 32 | 0 | 54 | 25 | 60 | 49 | 24 |
| Octal | 120 | 241 | 31 | 62 | 0 | 124 | 45 | 140 | 111 | 44 |
| Binary | 1010000 | 10100001 | 11001 | 110010 | 0 | 1010100 | 100101 | 1100000 | 1001001 | 100100 |
Color Harmonies of #50A119
Complementary color
Monochromatic Colors of #50A119
Black with #50A119
Text Example
Text Example
White with #50A119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A119; }
p { color: rgb(80,161,25); }
H1.HeaderClassName
{
color: #50A119;
}
.AnyTagClassName
{
color: #50A119;
}
</style>
background-color css
<style>
a { background-color: #50A119; }
a { background-color: rgb(80,161,25); }
div.DivClassName
{
background-color: #50A119;
}
.BgClassName
{
background-color: #50A119;
}
</style>
border-color css
<style>
span { border-color: #50A119; }
span { border-color: rgb(80,161,25); }
td.TdClassName
{
border-color: #50A119;
}
.TagClassName
{
border-color: #50A119;
}
</style>