Shades of Limeade #529412
Tints of Limeade #529412
RGB
CMYK
RGB Variations
Color information
#529412 (or 0x529412) is known color: Limeade. HEX triplet: 52, 94 and 12. RGB value is (82,148,18). Sum of RGB (Red+Green+Blue) = 82+148+18=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 148 (58.20% from 255 or 59.68% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 148 - color contains mainly: green. Hex color #529412 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529412 is #AD6BED. Grayscale: #717171. Windows color (decimal): -11365358 or 1217618. OLE color: 1217618.
HSL color Cylindrical-coordinate representation of color #529412: hue angle of 90.46º 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 #529412 is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 148 | 18 | - |
| CMYK | 0.45 | 0 | 0.88 | 0.42 |
| HSL | 90.46º | 0.78% | 0.33% | - |
| HSV(B) | 90.46º | 0.88% | 0.58% | - |
| XYZ | 14.18 | 23.02 | 4.27 | - |
| YUV | 113.45 | 74.13 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 148 | 18 | 0.45 | 0 | 0.88 | 0.42 | 90.46 | 0.78 | 0.33 |
| Hex | 52 | 94 | 12 | 2D | 0 | 58 | 2A | 5A | 4E | 21 |
| Octal | 122 | 224 | 22 | 55 | 0 | 130 | 52 | 132 | 116 | 41 |
| Binary | 1010010 | 10010100 | 10010 | 101101 | 0 | 1011000 | 101010 | 1011010 | 1001110 | 100001 |
Color Harmonies of #529412
Complementary color
Monochromatic Colors of #529412
Black with #529412
Text Example
Text Example
White with #529412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529412; }
p { color: rgb(82,148,18); }
H1.HeaderClassName
{
color: #529412;
}
.AnyTagClassName
{
color: #529412;
}
</style>
background-color css
<style>
a { background-color: #529412; }
a { background-color: rgb(82,148,18); }
div.DivClassName
{
background-color: #529412;
}
.BgClassName
{
background-color: #529412;
}
</style>
border-color css
<style>
span { border-color: #529412; }
span { border-color: rgb(82,148,18); }
td.TdClassName
{
border-color: #529412;
}
.TagClassName
{
border-color: #529412;
}
</style>