Shades of Limeade #529411
Tints of Limeade #529411
RGB
CMYK
RGB Variations
Color information
#529411 (or 0x529411) is known color: Limeade. HEX triplet: 52, 94 and 11. RGB value is (82,148,17). Sum of RGB (Red+Green+Blue) = 82+148+17=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 148 (58.20% from 255 or 59.92% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 148 - color contains mainly: green. Hex color #529411 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529411 is #AD6BEE. Grayscale: #717171. Windows color (decimal): -11365359 or 1152082. OLE color: 1152082.
HSL color Cylindrical-coordinate representation of color #529411: hue angle of 90.23º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #529411 is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 148 | 17 | - |
| CMYK | 0.45 | 0 | 0.89 | 0.42 |
| HSL | 90.23º | 0.79% | 0.32% | - |
| HSV(B) | 90.23º | 0.89% | 0.58% | - |
| XYZ | 14.17 | 23.01 | 4.23 | - |
| YUV | 113.33 | 73.63 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 148 | 17 | 0.45 | 0 | 0.89 | 0.42 | 90.23 | 0.79 | 0.32 |
| Hex | 52 | 94 | 11 | 2D | 0 | 59 | 2A | 5A | 4F | 20 |
| Octal | 122 | 224 | 21 | 55 | 0 | 131 | 52 | 132 | 117 | 40 |
| Binary | 1010010 | 10010100 | 10001 | 101101 | 0 | 1011001 | 101010 | 1011010 | 1001111 | 100000 |
Color Harmonies of #529411
Complementary color
Monochromatic Colors of #529411
Black with #529411
Text Example
Text Example
White with #529411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529411; }
p { color: rgb(82,148,17); }
H1.HeaderClassName
{
color: #529411;
}
.AnyTagClassName
{
color: #529411;
}
</style>
background-color css
<style>
a { background-color: #529411; }
a { background-color: rgb(82,148,17); }
div.DivClassName
{
background-color: #529411;
}
.BgClassName
{
background-color: #529411;
}
</style>
border-color css
<style>
span { border-color: #529411; }
span { border-color: rgb(82,148,17); }
td.TdClassName
{
border-color: #529411;
}
.TagClassName
{
border-color: #529411;
}
</style>