Shades of Limeade #50A531
Tints of Limeade #50A531
RGB
CMYK
RGB Variations
Color information
#50A531 (or 0x50A531) is known color: Limeade. HEX triplet: 50, A5 and 31. RGB value is (80,165,49). Sum of RGB (Red+Green+Blue) = 80+165+49=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 165 (64.84% from 255 or 56.12% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 165 - color contains mainly: green. Hex color #50A531 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A531 is #AF5ACE. Grayscale: #7E7E7E. Windows color (decimal): -11492047 or 3253584. OLE color: 3253584.
HSL color Cylindrical-coordinate representation of color #50A531: hue angle of 103.97º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50A531 is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 80 | 165 | 49 | - |
| CMYK | 0.52 | 0 | 0.70 | 0.35 |
| HSL | 103.97º | 0.54% | 0.42% | - |
| HSV(B) | 103.97º | 0.7% | 0.65% | - |
| XYZ | 17.32 | 28.84 | 7.56 | - |
| YUV | 126.36 | 84.34 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 165 | 49 | 0.52 | 0 | 0.70 | 0.35 | 103.97 | 0.54 | 0.42 |
| Hex | 50 | A5 | 31 | 34 | 0 | 46 | 23 | 68 | 36 | 2A |
| Octal | 120 | 245 | 61 | 64 | 0 | 106 | 43 | 150 | 66 | 52 |
| Binary | 1010000 | 10100101 | 110001 | 110100 | 0 | 1000110 | 100011 | 1101000 | 110110 | 101010 |
Color Harmonies of #50A531
Complementary color
Monochromatic Colors of #50A531
Black with #50A531
Text Example
Text Example
White with #50A531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A531; }
p { color: rgb(80,165,49); }
H1.HeaderClassName
{
color: #50A531;
}
.AnyTagClassName
{
color: #50A531;
}
</style>
background-color css
<style>
a { background-color: #50A531; }
a { background-color: rgb(80,165,49); }
div.DivClassName
{
background-color: #50A531;
}
.BgClassName
{
background-color: #50A531;
}
</style>
border-color css
<style>
span { border-color: #50A531; }
span { border-color: rgb(80,165,49); }
td.TdClassName
{
border-color: #50A531;
}
.TagClassName
{
border-color: #50A531;
}
</style>