Shades of Fruit Salad #529F40
Tints of Fruit Salad #529F40
RGB
CMYK
RGB Variations
Color information
#529F40 (or 0x529F40) is known color: Fruit Salad. HEX triplet: 52, 9F and 40. RGB value is (82,159,64). Sum of RGB (Red+Green+Blue) = 82+159+64=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 159 (62.5% from 255 or 52.13% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 159 - color contains mainly: green. Hex color #529F40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529F40 is #AD60BF. Grayscale: #7D7D7D. Windows color (decimal): -11362496 or 4235090. OLE color: 4235090.
HSL color Cylindrical-coordinate representation of color #529F40: hue angle of 108.63º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #529F40 is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 159 | 64 | - |
| CMYK | 0.48 | 0 | 0.60 | 0.38 |
| HSL | 108.63º | 0.43% | 0.44% | - |
| HSV(B) | 108.63º | 0.6% | 0.62% | - |
| XYZ | 16.8 | 26.96 | 9.17 | - |
| YUV | 125.15 | 93.49 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 159 | 64 | 0.48 | 0 | 0.60 | 0.38 | 108.63 | 0.43 | 0.44 |
| Hex | 52 | 9F | 40 | 30 | 0 | 3C | 26 | 6D | 2B | 2C |
| Octal | 122 | 237 | 100 | 60 | 0 | 74 | 46 | 155 | 53 | 54 |
| Binary | 1010010 | 10011111 | 1000000 | 110000 | 0 | 111100 | 100110 | 1101101 | 101011 | 101100 |
Color Harmonies of #529F40
Complementary color
Monochromatic Colors of #529F40
Black with #529F40
Text Example
Text Example
White with #529F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529F40; }
p { color: rgb(82,159,64); }
H1.HeaderClassName
{
color: #529F40;
}
.AnyTagClassName
{
color: #529F40;
}
</style>
background-color css
<style>
a { background-color: #529F40; }
a { background-color: rgb(82,159,64); }
div.DivClassName
{
background-color: #529F40;
}
.BgClassName
{
background-color: #529F40;
}
</style>
border-color css
<style>
span { border-color: #529F40; }
span { border-color: rgb(82,159,64); }
td.TdClassName
{
border-color: #529F40;
}
.TagClassName
{
border-color: #529F40;
}
</style>