Shades of Limeade #529210
Tints of Limeade #529210
RGB
CMYK
RGB Variations
Color information
#529210 (or 0x529210) is known color: Limeade. HEX triplet: 52, 92 and 10. RGB value is (82,146,16). Sum of RGB (Red+Green+Blue) = 82+146+16=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 146 (57.42% from 255 or 59.84% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 146 - color contains mainly: green. Hex color #529210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529210 is #AD6DEF. Grayscale: #707070. Windows color (decimal): -11365872 or 1086034. OLE color: 1086034.
HSL color Cylindrical-coordinate representation of color #529210: hue angle of 89.54º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #529210 is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 146 | 16 | - |
| CMYK | 0.44 | 0 | 0.89 | 0.43 |
| HSL | 89.54º | 0.8% | 0.32% | - |
| HSV(B) | 89.54º | 0.89% | 0.57% | - |
| XYZ | 13.85 | 22.39 | 4.08 | - |
| YUV | 112.04 | 73.8 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 146 | 16 | 0.44 | 0 | 0.89 | 0.43 | 89.54 | 0.8 | 0.32 |
| Hex | 52 | 92 | 10 | 2C | 0 | 59 | 2B | 5A | 50 | 20 |
| Octal | 122 | 222 | 20 | 54 | 0 | 131 | 53 | 132 | 120 | 40 |
| Binary | 1010010 | 10010010 | 10000 | 101100 | 0 | 1011001 | 101011 | 1011010 | 1010000 | 100000 |
Color Harmonies of #529210
Complementary color
Monochromatic Colors of #529210
Black with #529210
Text Example
Text Example
White with #529210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529210; }
p { color: rgb(82,146,16); }
H1.HeaderClassName
{
color: #529210;
}
.AnyTagClassName
{
color: #529210;
}
</style>
background-color css
<style>
a { background-color: #529210; }
a { background-color: rgb(82,146,16); }
div.DivClassName
{
background-color: #529210;
}
.BgClassName
{
background-color: #529210;
}
</style>
border-color css
<style>
span { border-color: #529210; }
span { border-color: rgb(82,146,16); }
td.TdClassName
{
border-color: #529210;
}
.TagClassName
{
border-color: #529210;
}
</style>