Shades of Limeade #529F12
Tints of Limeade #529F12
RGB
CMYK
RGB Variations
Color information
#529F12 (or 0x529F12) is known color: Limeade. HEX triplet: 52, 9F and 12. RGB value is (82,159,18). Sum of RGB (Red+Green+Blue) = 82+159+18=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 159 (62.5% from 255 or 61.39% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 159 - color contains mainly: green. Hex color #529F12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529F12 is #AD60ED. Grayscale: #787878. Windows color (decimal): -11362542 or 1220434. OLE color: 1220434.
HSL color Cylindrical-coordinate representation of color #529F12: hue angle of 92.77º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #529F12 is Cyan = 0.48, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 159 | 18 | - |
| CMYK | 0.48 | 0 | 0.89 | 0.38 |
| HSL | 92.77º | 0.8% | 0.35% | - |
| HSV(B) | 92.77º | 0.89% | 0.62% | - |
| XYZ | 15.99 | 26.63 | 4.87 | - |
| YUV | 119.9 | 70.49 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 159 | 18 | 0.48 | 0 | 0.89 | 0.38 | 92.77 | 0.8 | 0.35 |
| Hex | 52 | 9F | 12 | 30 | 0 | 59 | 26 | 5D | 50 | 23 |
| Octal | 122 | 237 | 22 | 60 | 0 | 131 | 46 | 135 | 120 | 43 |
| Binary | 1010010 | 10011111 | 10010 | 110000 | 0 | 1011001 | 100110 | 1011101 | 1010000 | 100011 |
Color Harmonies of #529F12
Complementary color
Monochromatic Colors of #529F12
Black with #529F12
Text Example
Text Example
White with #529F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529F12; }
p { color: rgb(82,159,18); }
H1.HeaderClassName
{
color: #529F12;
}
.AnyTagClassName
{
color: #529F12;
}
</style>
background-color css
<style>
a { background-color: #529F12; }
a { background-color: rgb(82,159,18); }
div.DivClassName
{
background-color: #529F12;
}
.BgClassName
{
background-color: #529F12;
}
</style>
border-color css
<style>
span { border-color: #529F12; }
span { border-color: rgb(82,159,18); }
td.TdClassName
{
border-color: #529F12;
}
.TagClassName
{
border-color: #529F12;
}
</style>