Shades of Limeade #529205
Tints of Limeade #529205
RGB
CMYK
RGB Variations
Color information
#529205 (or 0x529205) is known color: Limeade. HEX triplet: 52, 92 and 05. RGB value is (82,146,5). Sum of RGB (Red+Green+Blue) = 82+146+5=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 146 (57.42% from 255 or 62.66% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 146 - color contains mainly: green. Hex color #529205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529205 is #AD6DFA. Grayscale: #6F6F6F. Windows color (decimal): -11365883 or 365138. OLE color: 365138.
HSL color Cylindrical-coordinate representation of color #529205: hue angle of 87.23º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #529205 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 146 | 5 | - |
| CMYK | 0.44 | 0 | 0.97 | 0.43 |
| HSL | 87.23º | 0.93% | 0.3% | - |
| HSV(B) | 87.23º | 0.97% | 0.57% | - |
| XYZ | 13.79 | 22.36 | 3.73 | - |
| YUV | 110.79 | 68.3 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 146 | 5 | 0.44 | 0 | 0.97 | 0.43 | 87.23 | 0.93 | 0.3 |
| Hex | 52 | 92 | 5 | 2C | 0 | 61 | 2B | 57 | 5D | 1E |
| Octal | 122 | 222 | 5 | 54 | 0 | 141 | 53 | 127 | 135 | 36 |
| Binary | 1010010 | 10010010 | 101 | 101100 | 0 | 1100001 | 101011 | 1010111 | 1011101 | 11110 |
Color Harmonies of #529205
Complementary color
Monochromatic Colors of #529205
Black with #529205
Text Example
Text Example
White with #529205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529205; }
p { color: rgb(82,146,5); }
H1.HeaderClassName
{
color: #529205;
}
.AnyTagClassName
{
color: #529205;
}
</style>
background-color css
<style>
a { background-color: #529205; }
a { background-color: rgb(82,146,5); }
div.DivClassName
{
background-color: #529205;
}
.BgClassName
{
background-color: #529205;
}
</style>
border-color css
<style>
span { border-color: #529205; }
span { border-color: rgb(82,146,5); }
td.TdClassName
{
border-color: #529205;
}
.TagClassName
{
border-color: #529205;
}
</style>