Shades of Limeade #529F19
Tints of Limeade #529F19
RGB
CMYK
RGB Variations
Color information
#529F19 (or 0x529F19) is known color: Limeade. HEX triplet: 52, 9F and 19. RGB value is (82,159,25). Sum of RGB (Red+Green+Blue) = 82+159+25=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 159 (62.5% from 255 or 59.77% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 159 - color contains mainly: green. Hex color #529F19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529F19 is #AD60E6. Grayscale: #797979. Windows color (decimal): -11362535 or 1679186. OLE color: 1679186.
HSL color Cylindrical-coordinate representation of color #529F19: hue angle of 94.48º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #529F19 is Cyan = 0.48, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 159 | 25 | - |
| CMYK | 0.48 | 0 | 0.84 | 0.38 |
| HSL | 94.48º | 0.73% | 0.36% | - |
| HSV(B) | 94.48º | 0.84% | 0.62% | - |
| XYZ | 16.05 | 26.66 | 5.22 | - |
| YUV | 120.7 | 73.99 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 159 | 25 | 0.48 | 0 | 0.84 | 0.38 | 94.48 | 0.73 | 0.36 |
| Hex | 52 | 9F | 19 | 30 | 0 | 54 | 26 | 5E | 49 | 24 |
| Octal | 122 | 237 | 31 | 60 | 0 | 124 | 46 | 136 | 111 | 44 |
| Binary | 1010010 | 10011111 | 11001 | 110000 | 0 | 1010100 | 100110 | 1011110 | 1001001 | 100100 |
Color Harmonies of #529F19
Complementary color
Monochromatic Colors of #529F19
Black with #529F19
Text Example
Text Example
White with #529F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529F19; }
p { color: rgb(82,159,25); }
H1.HeaderClassName
{
color: #529F19;
}
.AnyTagClassName
{
color: #529F19;
}
</style>
background-color css
<style>
a { background-color: #529F19; }
a { background-color: rgb(82,159,25); }
div.DivClassName
{
background-color: #529F19;
}
.BgClassName
{
background-color: #529F19;
}
</style>
border-color css
<style>
span { border-color: #529F19; }
span { border-color: rgb(82,159,25); }
td.TdClassName
{
border-color: #529F19;
}
.TagClassName
{
border-color: #529F19;
}
</style>