Shades of Limeade #529207
Tints of Limeade #529207
RGB
CMYK
RGB Variations
Color information
#529207 (or 0x529207) is known color: Limeade. HEX triplet: 52, 92 and 07. RGB value is (82,146,7). Sum of RGB (Red+Green+Blue) = 82+146+7=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 146 (57.42% from 255 or 62.13% from 235); Blue value is 7 (3.12% from 255 or 2.98% from 235); Max value from RGB is 146 - color contains mainly: green. Hex color #529207 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529207 is #AD6DF8. Grayscale: #6F6F6F. Windows color (decimal): -11365881 or 496210. OLE color: 496210.
HSL color Cylindrical-coordinate representation of color #529207: hue angle of 87.63º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #529207 is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 146 | 7 | - |
| CMYK | 0.44 | 0 | 0.95 | 0.43 |
| HSL | 87.63º | 0.91% | 0.3% | - |
| HSV(B) | 87.63º | 0.95% | 0.57% | - |
| XYZ | 13.8 | 22.37 | 3.79 | - |
| YUV | 111.02 | 69.3 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 146 | 7 | 0.44 | 0 | 0.95 | 0.43 | 87.63 | 0.91 | 0.3 |
| Hex | 52 | 92 | 7 | 2C | 0 | 5F | 2B | 58 | 5B | 1E |
| Octal | 122 | 222 | 7 | 54 | 0 | 137 | 53 | 130 | 133 | 36 |
| Binary | 1010010 | 10010010 | 111 | 101100 | 0 | 1011111 | 101011 | 1011000 | 1011011 | 11110 |
Color Harmonies of #529207
Complementary color
Monochromatic Colors of #529207
Black with #529207
Text Example
Text Example
White with #529207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529207; }
p { color: rgb(82,146,7); }
H1.HeaderClassName
{
color: #529207;
}
.AnyTagClassName
{
color: #529207;
}
</style>
background-color css
<style>
a { background-color: #529207; }
a { background-color: rgb(82,146,7); }
div.DivClassName
{
background-color: #529207;
}
.BgClassName
{
background-color: #529207;
}
</style>
border-color css
<style>
span { border-color: #529207; }
span { border-color: rgb(82,146,7); }
td.TdClassName
{
border-color: #529207;
}
.TagClassName
{
border-color: #529207;
}
</style>