Shades of Limeade #529503
Tints of Limeade #529503
RGB
CMYK
RGB Variations
Color information
#529503 (or 0x529503) is known color: Limeade. HEX triplet: 52, 95 and 03. RGB value is (82,149,3). Sum of RGB (Red+Green+Blue) = 82+149+3=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 149 (58.59% from 255 or 63.68% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 149 - color contains mainly: green. Hex color #529503 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529503 is #AD6AFC. Grayscale: #707070. Windows color (decimal): -11365117 or 234834. OLE color: 234834.
HSL color Cylindrical-coordinate representation of color #529503: hue angle of 87.53º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #529503 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 149 | 3 | - |
| CMYK | 0.45 | 0 | 0.98 | 0.42 |
| HSL | 87.53º | 0.96% | 0.3% | - |
| HSV(B) | 87.53º | 0.98% | 0.58% | - |
| XYZ | 14.24 | 23.3 | 3.83 | - |
| YUV | 112.32 | 66.3 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 149 | 3 | 0.45 | 0 | 0.98 | 0.42 | 87.53 | 0.96 | 0.3 |
| Hex | 52 | 95 | 3 | 2D | 0 | 62 | 2A | 58 | 60 | 1E |
| Octal | 122 | 225 | 3 | 55 | 0 | 142 | 52 | 130 | 140 | 36 |
| Binary | 1010010 | 10010101 | 11 | 101101 | 0 | 1100010 | 101010 | 1011000 | 1100000 | 11110 |
Color Harmonies of #529503
Complementary color
Monochromatic Colors of #529503
Black with #529503
Text Example
Text Example
White with #529503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529503; }
p { color: rgb(82,149,3); }
H1.HeaderClassName
{
color: #529503;
}
.AnyTagClassName
{
color: #529503;
}
</style>
background-color css
<style>
a { background-color: #529503; }
a { background-color: rgb(82,149,3); }
div.DivClassName
{
background-color: #529503;
}
.BgClassName
{
background-color: #529503;
}
</style>
border-color css
<style>
span { border-color: #529503; }
span { border-color: rgb(82,149,3); }
td.TdClassName
{
border-color: #529503;
}
.TagClassName
{
border-color: #529503;
}
</style>