Shades of Limeade #529009
Tints of Limeade #529009
RGB
CMYK
RGB Variations
Color information
#529009 (or 0x529009) is known color: Limeade. HEX triplet: 52, 90 and 09. RGB value is (82,144,9). Sum of RGB (Red+Green+Blue) = 82+144+9=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 144 (56.64% from 255 or 61.28% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 144 - color contains mainly: green. Hex color #529009 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529009 is #AD6FF6. Grayscale: #6E6E6E. Windows color (decimal): -11366391 or 626770. OLE color: 626770.
HSL color Cylindrical-coordinate representation of color #529009: hue angle of 87.56º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #529009 is Cyan = 0.43, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 144 | 9 | - |
| CMYK | 0.43 | 0 | 0.94 | 0.44 |
| HSL | 87.56º | 0.88% | 0.3% | - |
| HSV(B) | 87.56º | 0.94% | 0.56% | - |
| XYZ | 13.5 | 21.76 | 3.75 | - |
| YUV | 110.07 | 70.96 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 144 | 9 | 0.43 | 0 | 0.94 | 0.44 | 87.56 | 0.88 | 0.3 |
| Hex | 52 | 90 | 9 | 2B | 0 | 5E | 2C | 58 | 58 | 1E |
| Octal | 122 | 220 | 11 | 53 | 0 | 136 | 54 | 130 | 130 | 36 |
| Binary | 1010010 | 10010000 | 1001 | 101011 | 0 | 1011110 | 101100 | 1011000 | 1011000 | 11110 |
Color Harmonies of #529009
Complementary color
Monochromatic Colors of #529009
Black with #529009
Text Example
Text Example
White with #529009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529009; }
p { color: rgb(82,144,9); }
H1.HeaderClassName
{
color: #529009;
}
.AnyTagClassName
{
color: #529009;
}
</style>
background-color css
<style>
a { background-color: #529009; }
a { background-color: rgb(82,144,9); }
div.DivClassName
{
background-color: #529009;
}
.BgClassName
{
background-color: #529009;
}
</style>
border-color css
<style>
span { border-color: #529009; }
span { border-color: rgb(82,144,9); }
td.TdClassName
{
border-color: #529009;
}
.TagClassName
{
border-color: #529009;
}
</style>