Shades of Limeade #529223
Tints of Limeade #529223
RGB
CMYK
RGB Variations
Color information
#529223 (or 0x529223) is known color: Limeade. HEX triplet: 52, 92 and 23. RGB value is (82,146,35). Sum of RGB (Red+Green+Blue) = 82+146+35=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 146 (57.42% from 255 or 55.51% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 146 - color contains mainly: green. Hex color #529223 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529223 is #AD6DDC. Grayscale: #727272. Windows color (decimal): -11365853 or 2331218. OLE color: 2331218.
HSL color Cylindrical-coordinate representation of color #529223: hue angle of 94.59º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #529223 is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 146 | 35 | - |
| CMYK | 0.44 | 0 | 0.76 | 0.43 |
| HSL | 94.59º | 0.61% | 0.35% | - |
| HSV(B) | 94.59º | 0.76% | 0.57% | - |
| XYZ | 14.06 | 22.47 | 5.19 | - |
| YUV | 114.21 | 83.3 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 146 | 35 | 0.44 | 0 | 0.76 | 0.43 | 94.59 | 0.61 | 0.35 |
| Hex | 52 | 92 | 23 | 2C | 0 | 4C | 2B | 5F | 3D | 23 |
| Octal | 122 | 222 | 43 | 54 | 0 | 114 | 53 | 137 | 75 | 43 |
| Binary | 1010010 | 10010010 | 100011 | 101100 | 0 | 1001100 | 101011 | 1011111 | 111101 | 100011 |
Color Harmonies of #529223
Complementary color
Monochromatic Colors of #529223
Black with #529223
Text Example
Text Example
White with #529223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529223; }
p { color: rgb(82,146,35); }
H1.HeaderClassName
{
color: #529223;
}
.AnyTagClassName
{
color: #529223;
}
</style>
background-color css
<style>
a { background-color: #529223; }
a { background-color: rgb(82,146,35); }
div.DivClassName
{
background-color: #529223;
}
.BgClassName
{
background-color: #529223;
}
</style>
border-color css
<style>
span { border-color: #529223; }
span { border-color: rgb(82,146,35); }
td.TdClassName
{
border-color: #529223;
}
.TagClassName
{
border-color: #529223;
}
</style>