Shades of Limeade #529010
Tints of Limeade #529010
RGB
CMYK
RGB Variations
Color information
#529010 (or 0x529010) is known color: Limeade. HEX triplet: 52, 90 and 10. RGB value is (82,144,16). Sum of RGB (Red+Green+Blue) = 82+144+16=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 144 (56.64% from 255 or 59.50% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 144 - color contains mainly: green. Hex color #529010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529010 is #AD6FEF. Grayscale: #6F6F6F. Windows color (decimal): -11366384 or 1085522. OLE color: 1085522.
HSL color Cylindrical-coordinate representation of color #529010: hue angle of 89.06º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #529010 is Cyan = 0.43, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 144 | 16 | - |
| CMYK | 0.43 | 0 | 0.89 | 0.44 |
| HSL | 89.06º | 0.8% | 0.31% | - |
| HSV(B) | 89.06º | 0.89% | 0.56% | - |
| XYZ | 13.55 | 21.78 | 3.98 | - |
| YUV | 110.87 | 74.46 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 144 | 16 | 0.43 | 0 | 0.89 | 0.44 | 89.06 | 0.8 | 0.31 |
| Hex | 52 | 90 | 10 | 2B | 0 | 59 | 2C | 59 | 50 | 1F |
| Octal | 122 | 220 | 20 | 53 | 0 | 131 | 54 | 131 | 120 | 37 |
| Binary | 1010010 | 10010000 | 10000 | 101011 | 0 | 1011001 | 101100 | 1011001 | 1010000 | 11111 |
Color Harmonies of #529010
Complementary color
Monochromatic Colors of #529010
Black with #529010
Text Example
Text Example
White with #529010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529010; }
p { color: rgb(82,144,16); }
H1.HeaderClassName
{
color: #529010;
}
.AnyTagClassName
{
color: #529010;
}
</style>
background-color css
<style>
a { background-color: #529010; }
a { background-color: rgb(82,144,16); }
div.DivClassName
{
background-color: #529010;
}
.BgClassName
{
background-color: #529010;
}
</style>
border-color css
<style>
span { border-color: #529010; }
span { border-color: rgb(82,144,16); }
td.TdClassName
{
border-color: #529010;
}
.TagClassName
{
border-color: #529010;
}
</style>