Shades of Limeade #50A032
Tints of Limeade #50A032
RGB
CMYK
RGB Variations
Color information
#50A032 (or 0x50A032) is known color: Limeade. HEX triplet: 50, A0 and 32. RGB value is (80,160,50). Sum of RGB (Red+Green+Blue) = 80+160+50=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 160 (62.89% from 255 or 55.17% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 160 - color contains mainly: green. Hex color #50A032 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A032 is #AF5FCD. Grayscale: #7B7B7B. Windows color (decimal): -11493326 or 3317840. OLE color: 3317840.
HSL color Cylindrical-coordinate representation of color #50A032: hue angle of 103.64º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50A032 is Cyan = 0.5, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 160 | 50 | - |
| CMYK | 0.5 | 0 | 0.69 | 0.37 |
| HSL | 103.64º | 0.52% | 0.41% | - |
| HSV(B) | 103.64º | 0.69% | 0.63% | - |
| XYZ | 16.45 | 27.08 | 7.38 | - |
| YUV | 123.54 | 86.5 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 160 | 50 | 0.5 | 0 | 0.69 | 0.37 | 103.64 | 0.52 | 0.41 |
| Hex | 50 | A0 | 32 | 32 | 0 | 45 | 25 | 68 | 34 | 29 |
| Octal | 120 | 240 | 62 | 62 | 0 | 105 | 45 | 150 | 64 | 51 |
| Binary | 1010000 | 10100000 | 110010 | 110010 | 0 | 1000101 | 100101 | 1101000 | 110100 | 101001 |
Color Harmonies of #50A032
Complementary color
Monochromatic Colors of #50A032
Black with #50A032
Text Example
Text Example
White with #50A032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A032; }
p { color: rgb(80,160,50); }
H1.HeaderClassName
{
color: #50A032;
}
.AnyTagClassName
{
color: #50A032;
}
</style>
background-color css
<style>
a { background-color: #50A032; }
a { background-color: rgb(80,160,50); }
div.DivClassName
{
background-color: #50A032;
}
.BgClassName
{
background-color: #50A032;
}
</style>
border-color css
<style>
span { border-color: #50A032; }
span { border-color: rgb(80,160,50); }
td.TdClassName
{
border-color: #50A032;
}
.TagClassName
{
border-color: #50A032;
}
</style>