Shades of Limeade #529004
Tints of Limeade #529004
RGB
CMYK
RGB Variations
Color information
#529004 (or 0x529004) is known color: Limeade. HEX triplet: 52, 90 and 04. RGB value is (82,144,4). Sum of RGB (Red+Green+Blue) = 82+144+4=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 144 (56.64% from 255 or 62.61% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 144 - color contains mainly: green. Hex color #529004 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529004 is #AD6FFB. Grayscale: #6D6D6D. Windows color (decimal): -11366396 or 299090. OLE color: 299090.
HSL color Cylindrical-coordinate representation of color #529004: hue angle of 86.57º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #529004 is Cyan = 0.43, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 144 | 4 | - |
| CMYK | 0.43 | 0 | 0.97 | 0.44 |
| HSL | 86.57º | 0.95% | 0.29% | - |
| HSV(B) | 86.57º | 0.97% | 0.56% | - |
| XYZ | 13.47 | 21.75 | 3.6 | - |
| YUV | 109.5 | 68.46 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 144 | 4 | 0.43 | 0 | 0.97 | 0.44 | 86.57 | 0.95 | 0.29 |
| Hex | 52 | 90 | 4 | 2B | 0 | 61 | 2C | 57 | 5F | 1D |
| Octal | 122 | 220 | 4 | 53 | 0 | 141 | 54 | 127 | 137 | 35 |
| Binary | 1010010 | 10010000 | 100 | 101011 | 0 | 1100001 | 101100 | 1010111 | 1011111 | 11101 |
Color Harmonies of #529004
Complementary color
Monochromatic Colors of #529004
Black with #529004
Text Example
Text Example
White with #529004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529004; }
p { color: rgb(82,144,4); }
H1.HeaderClassName
{
color: #529004;
}
.AnyTagClassName
{
color: #529004;
}
</style>
background-color css
<style>
a { background-color: #529004; }
a { background-color: rgb(82,144,4); }
div.DivClassName
{
background-color: #529004;
}
.BgClassName
{
background-color: #529004;
}
</style>
border-color css
<style>
span { border-color: #529004; }
span { border-color: rgb(82,144,4); }
td.TdClassName
{
border-color: #529004;
}
.TagClassName
{
border-color: #529004;
}
</style>