Shades of Limeade #529409
Tints of Limeade #529409
RGB
CMYK
RGB Variations
Color information
#529409 (or 0x529409) is known color: Limeade. HEX triplet: 52, 94 and 09. RGB value is (82,148,9). Sum of RGB (Red+Green+Blue) = 82+148+9=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 148 (58.20% from 255 or 61.92% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 148 - color contains mainly: green. Hex color #529409 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529409 is #AD6BF6. Grayscale: #707070. Windows color (decimal): -11365367 or 627794. OLE color: 627794.
HSL color Cylindrical-coordinate representation of color #529409: hue angle of 88.49º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #529409 is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 148 | 9 | - |
| CMYK | 0.45 | 0 | 0.94 | 0.42 |
| HSL | 88.49º | 0.89% | 0.31% | - |
| HSV(B) | 88.49º | 0.94% | 0.58% | - |
| XYZ | 14.12 | 22.99 | 3.95 | - |
| YUV | 112.42 | 69.63 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 148 | 9 | 0.45 | 0 | 0.94 | 0.42 | 88.49 | 0.89 | 0.31 |
| Hex | 52 | 94 | 9 | 2D | 0 | 5E | 2A | 58 | 59 | 1F |
| Octal | 122 | 224 | 11 | 55 | 0 | 136 | 52 | 130 | 131 | 37 |
| Binary | 1010010 | 10010100 | 1001 | 101101 | 0 | 1011110 | 101010 | 1011000 | 1011001 | 11111 |
Color Harmonies of #529409
Complementary color
Monochromatic Colors of #529409
Black with #529409
Text Example
Text Example
White with #529409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529409; }
p { color: rgb(82,148,9); }
H1.HeaderClassName
{
color: #529409;
}
.AnyTagClassName
{
color: #529409;
}
</style>
background-color css
<style>
a { background-color: #529409; }
a { background-color: rgb(82,148,9); }
div.DivClassName
{
background-color: #529409;
}
.BgClassName
{
background-color: #529409;
}
</style>
border-color css
<style>
span { border-color: #529409; }
span { border-color: rgb(82,148,9); }
td.TdClassName
{
border-color: #529409;
}
.TagClassName
{
border-color: #529409;
}
</style>