Shades of Limeade #529914
Tints of Limeade #529914
RGB
CMYK
RGB Variations
Color information
#529914 (or 0x529914) is known color: Limeade. HEX triplet: 52, 99 and 14. RGB value is (82,153,20). Sum of RGB (Red+Green+Blue) = 82+153+20=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 153 (60.16% from 255 or 60% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 153 - color contains mainly: green. Hex color #529914 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529914 is #AD66EB. Grayscale: #757575. Windows color (decimal): -11364076 or 1349970. OLE color: 1349970.
HSL color Cylindrical-coordinate representation of color #529914: hue angle of 92.03º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #529914 is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 82 | 153 | 20 | - |
| CMYK | 0.46 | 0 | 0.87 | 0.4 |
| HSL | 92.03º | 0.77% | 0.34% | - |
| HSV(B) | 92.03º | 0.87% | 0.6% | - |
| XYZ | 15 | 24.63 | 4.62 | - |
| YUV | 116.61 | 73.48 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 153 | 20 | 0.46 | 0 | 0.87 | 0.4 | 92.03 | 0.77 | 0.34 |
| Hex | 52 | 99 | 14 | 2E | 0 | 57 | 28 | 5C | 4D | 22 |
| Octal | 122 | 231 | 24 | 56 | 0 | 127 | 50 | 134 | 115 | 42 |
| Binary | 1010010 | 10011001 | 10100 | 101110 | 0 | 1010111 | 101000 | 1011100 | 1001101 | 100010 |
Color Harmonies of #529914
Complementary color
Monochromatic Colors of #529914
Black with #529914
Text Example
Text Example
White with #529914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529914; }
p { color: rgb(82,153,20); }
H1.HeaderClassName
{
color: #529914;
}
.AnyTagClassName
{
color: #529914;
}
</style>
background-color css
<style>
a { background-color: #529914; }
a { background-color: rgb(82,153,20); }
div.DivClassName
{
background-color: #529914;
}
.BgClassName
{
background-color: #529914;
}
</style>
border-color css
<style>
span { border-color: #529914; }
span { border-color: rgb(82,153,20); }
td.TdClassName
{
border-color: #529914;
}
.TagClassName
{
border-color: #529914;
}
</style>