Shades of Limeade #529512
Tints of Limeade #529512
RGB
CMYK
RGB Variations
Color information
#529512 (or 0x529512) is known color: Limeade. HEX triplet: 52, 95 and 12. RGB value is (82,149,18). Sum of RGB (Red+Green+Blue) = 82+149+18=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 149 (58.59% from 255 or 59.84% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 149 - color contains mainly: green. Hex color #529512 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529512 is #AD6AED. Grayscale: #727272. Windows color (decimal): -11365102 or 1217874. OLE color: 1217874.
HSL color Cylindrical-coordinate representation of color #529512: hue angle of 90.69º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #529512 is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 149 | 18 | - |
| CMYK | 0.45 | 0 | 0.88 | 0.42 |
| HSL | 90.69º | 0.78% | 0.33% | - |
| HSV(B) | 90.69º | 0.88% | 0.58% | - |
| XYZ | 14.34 | 23.33 | 4.32 | - |
| YUV | 114.03 | 73.8 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 149 | 18 | 0.45 | 0 | 0.88 | 0.42 | 90.69 | 0.78 | 0.33 |
| Hex | 52 | 95 | 12 | 2D | 0 | 58 | 2A | 5B | 4E | 21 |
| Octal | 122 | 225 | 22 | 55 | 0 | 130 | 52 | 133 | 116 | 41 |
| Binary | 1010010 | 10010101 | 10010 | 101101 | 0 | 1011000 | 101010 | 1011011 | 1001110 | 100001 |
Color Harmonies of #529512
Complementary color
Monochromatic Colors of #529512
Black with #529512
Text Example
Text Example
White with #529512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529512; }
p { color: rgb(82,149,18); }
H1.HeaderClassName
{
color: #529512;
}
.AnyTagClassName
{
color: #529512;
}
</style>
background-color css
<style>
a { background-color: #529512; }
a { background-color: rgb(82,149,18); }
div.DivClassName
{
background-color: #529512;
}
.BgClassName
{
background-color: #529512;
}
</style>
border-color css
<style>
span { border-color: #529512; }
span { border-color: rgb(82,149,18); }
td.TdClassName
{
border-color: #529512;
}
.TagClassName
{
border-color: #529512;
}
</style>