Shades of Limeade #529204
Tints of Limeade #529204
RGB
CMYK
RGB Variations
Color information
#529204 (or 0x529204) is known color: Limeade. HEX triplet: 52, 92 and 04. RGB value is (82,146,4). Sum of RGB (Red+Green+Blue) = 82+146+4=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 146 (57.42% from 255 or 62.93% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 146 - color contains mainly: green. Hex color #529204 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529204 is #AD6DFB. Grayscale: #6F6F6F. Windows color (decimal): -11365884 or 299602. OLE color: 299602.
HSL color Cylindrical-coordinate representation of color #529204: hue angle of 87.04º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #529204 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 146 | 4 | - |
| CMYK | 0.44 | 0 | 0.97 | 0.43 |
| HSL | 87.04º | 0.95% | 0.29% | - |
| HSV(B) | 87.04º | 0.97% | 0.57% | - |
| XYZ | 13.78 | 22.36 | 3.7 | - |
| YUV | 110.68 | 67.8 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 146 | 4 | 0.44 | 0 | 0.97 | 0.43 | 87.04 | 0.95 | 0.29 |
| Hex | 52 | 92 | 4 | 2C | 0 | 61 | 2B | 57 | 5F | 1D |
| Octal | 122 | 222 | 4 | 54 | 0 | 141 | 53 | 127 | 137 | 35 |
| Binary | 1010010 | 10010010 | 100 | 101100 | 0 | 1100001 | 101011 | 1010111 | 1011111 | 11101 |
Color Harmonies of #529204
Complementary color
Monochromatic Colors of #529204
Black with #529204
Text Example
Text Example
White with #529204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529204; }
p { color: rgb(82,146,4); }
H1.HeaderClassName
{
color: #529204;
}
.AnyTagClassName
{
color: #529204;
}
</style>
background-color css
<style>
a { background-color: #529204; }
a { background-color: rgb(82,146,4); }
div.DivClassName
{
background-color: #529204;
}
.BgClassName
{
background-color: #529204;
}
</style>
border-color css
<style>
span { border-color: #529204; }
span { border-color: rgb(82,146,4); }
td.TdClassName
{
border-color: #529204;
}
.TagClassName
{
border-color: #529204;
}
</style>