Shades of Limeade #529C09
Tints of Limeade #529C09
RGB
CMYK
RGB Variations
Color information
#529C09 (or 0x529C09) is known color: Limeade. HEX triplet: 52, 9C and 09. RGB value is (82,156,9). Sum of RGB (Red+Green+Blue) = 82+156+9=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 156 (61.33% from 255 or 63.16% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 156 - color contains mainly: green. Hex color #529C09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529C09 is #AD63F6. Grayscale: #757575. Windows color (decimal): -11363319 or 629842. OLE color: 629842.
HSL color Cylindrical-coordinate representation of color #529C09: hue angle of 90.2º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #529C09 is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 156 | 9 | - |
| CMYK | 0.47 | 0 | 0.94 | 0.39 |
| HSL | 90.2º | 0.89% | 0.32% | - |
| HSV(B) | 90.2º | 0.94% | 0.61% | - |
| XYZ | 15.42 | 25.59 | 4.39 | - |
| YUV | 117.12 | 66.98 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 156 | 9 | 0.47 | 0 | 0.94 | 0.39 | 90.2 | 0.89 | 0.32 |
| Hex | 52 | 9C | 9 | 2F | 0 | 5E | 27 | 5A | 59 | 20 |
| Octal | 122 | 234 | 11 | 57 | 0 | 136 | 47 | 132 | 131 | 40 |
| Binary | 1010010 | 10011100 | 1001 | 101111 | 0 | 1011110 | 100111 | 1011010 | 1011001 | 100000 |
Color Harmonies of #529C09
Complementary color
Monochromatic Colors of #529C09
Black with #529C09
Text Example
Text Example
White with #529C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529C09; }
p { color: rgb(82,156,9); }
H1.HeaderClassName
{
color: #529C09;
}
.AnyTagClassName
{
color: #529C09;
}
</style>
background-color css
<style>
a { background-color: #529C09; }
a { background-color: rgb(82,156,9); }
div.DivClassName
{
background-color: #529C09;
}
.BgClassName
{
background-color: #529C09;
}
</style>
border-color css
<style>
span { border-color: #529C09; }
span { border-color: rgb(82,156,9); }
td.TdClassName
{
border-color: #529C09;
}
.TagClassName
{
border-color: #529C09;
}
</style>