Shades of Limeade #529221
Tints of Limeade #529221
RGB
CMYK
RGB Variations
Color information
#529221 (or 0x529221) is known color: Limeade. HEX triplet: 52, 92 and 21. RGB value is (82,146,33). Sum of RGB (Red+Green+Blue) = 82+146+33=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 146 (57.42% from 255 or 55.94% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 146 - color contains mainly: green. Hex color #529221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529221 is #AD6DDE. Grayscale: #727272. Windows color (decimal): -11365855 or 2200146. OLE color: 2200146.
HSL color Cylindrical-coordinate representation of color #529221: hue angle of 93.98º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #529221 is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 146 | 33 | - |
| CMYK | 0.44 | 0 | 0.77 | 0.43 |
| HSL | 93.98º | 0.63% | 0.35% | - |
| HSV(B) | 93.98º | 0.77% | 0.57% | - |
| XYZ | 14.03 | 22.46 | 5.03 | - |
| YUV | 113.98 | 82.3 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 146 | 33 | 0.44 | 0 | 0.77 | 0.43 | 93.98 | 0.63 | 0.35 |
| Hex | 52 | 92 | 21 | 2C | 0 | 4D | 2B | 5E | 3F | 23 |
| Octal | 122 | 222 | 41 | 54 | 0 | 115 | 53 | 136 | 77 | 43 |
| Binary | 1010010 | 10010010 | 100001 | 101100 | 0 | 1001101 | 101011 | 1011110 | 111111 | 100011 |
Color Harmonies of #529221
Complementary color
Monochromatic Colors of #529221
Black with #529221
Text Example
Text Example
White with #529221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529221; }
p { color: rgb(82,146,33); }
H1.HeaderClassName
{
color: #529221;
}
.AnyTagClassName
{
color: #529221;
}
</style>
background-color css
<style>
a { background-color: #529221; }
a { background-color: rgb(82,146,33); }
div.DivClassName
{
background-color: #529221;
}
.BgClassName
{
background-color: #529221;
}
</style>
border-color css
<style>
span { border-color: #529221; }
span { border-color: rgb(82,146,33); }
td.TdClassName
{
border-color: #529221;
}
.TagClassName
{
border-color: #529221;
}
</style>