Shades of Limeade #529214
Tints of Limeade #529214
RGB
CMYK
RGB Variations
Color information
#529214 (or 0x529214) is known color: Limeade. HEX triplet: 52, 92 and 14. RGB value is (82,146,20). Sum of RGB (Red+Green+Blue) = 82+146+20=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 146 (57.42% from 255 or 58.87% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 146 - color contains mainly: green. Hex color #529214 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529214 is #AD6DEB. Grayscale: #707070. Windows color (decimal): -11365868 or 1348178. OLE color: 1348178.
HSL color Cylindrical-coordinate representation of color #529214: hue angle of 90.48º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #529214 is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 146 | 20 | - |
| CMYK | 0.44 | 0 | 0.86 | 0.43 |
| HSL | 90.48º | 0.76% | 0.33% | - |
| HSV(B) | 90.48º | 0.86% | 0.57% | - |
| XYZ | 13.88 | 22.4 | 4.25 | - |
| YUV | 112.5 | 75.8 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 146 | 20 | 0.44 | 0 | 0.86 | 0.43 | 90.48 | 0.76 | 0.33 |
| Hex | 52 | 92 | 14 | 2C | 0 | 56 | 2B | 5A | 4C | 21 |
| Octal | 122 | 222 | 24 | 54 | 0 | 126 | 53 | 132 | 114 | 41 |
| Binary | 1010010 | 10010010 | 10100 | 101100 | 0 | 1010110 | 101011 | 1011010 | 1001100 | 100001 |
Color Harmonies of #529214
Complementary color
Monochromatic Colors of #529214
Black with #529214
Text Example
Text Example
White with #529214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529214; }
p { color: rgb(82,146,20); }
H1.HeaderClassName
{
color: #529214;
}
.AnyTagClassName
{
color: #529214;
}
</style>
background-color css
<style>
a { background-color: #529214; }
a { background-color: rgb(82,146,20); }
div.DivClassName
{
background-color: #529214;
}
.BgClassName
{
background-color: #529214;
}
</style>
border-color css
<style>
span { border-color: #529214; }
span { border-color: rgb(82,146,20); }
td.TdClassName
{
border-color: #529214;
}
.TagClassName
{
border-color: #529214;
}
</style>