Shades of Fruit Salad #529D43
Tints of Fruit Salad #529D43
RGB
CMYK
RGB Variations
Color information
#529D43 (or 0x529D43) is known color: Fruit Salad. HEX triplet: 52, 9D and 43. RGB value is (82,157,67). Sum of RGB (Red+Green+Blue) = 82+157+67=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 157 (61.72% from 255 or 51.31% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 157 - color contains mainly: green. Hex color #529D43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529D43 is #AD62BC. Grayscale: #7C7C7C. Windows color (decimal): -11363005 or 4431186. OLE color: 4431186.
HSL color Cylindrical-coordinate representation of color #529D43: hue angle of 110º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #529D43 is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 157 | 67 | - |
| CMYK | 0.48 | 0 | 0.57 | 0.38 |
| HSL | 110º | 0.4% | 0.44% | - |
| HSV(B) | 110º | 0.57% | 0.62% | - |
| XYZ | 16.55 | 26.31 | 9.52 | - |
| YUV | 124.32 | 95.65 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 157 | 67 | 0.48 | 0 | 0.57 | 0.38 | 110 | 0.4 | 0.44 |
| Hex | 52 | 9D | 43 | 30 | 0 | 39 | 26 | 6E | 28 | 2C |
| Octal | 122 | 235 | 103 | 60 | 0 | 71 | 46 | 156 | 50 | 54 |
| Binary | 1010010 | 10011101 | 1000011 | 110000 | 0 | 111001 | 100110 | 1101110 | 101000 | 101100 |
Color Harmonies of #529D43
Complementary color
Monochromatic Colors of #529D43
Black with #529D43
Text Example
Text Example
White with #529D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529D43; }
p { color: rgb(82,157,67); }
H1.HeaderClassName
{
color: #529D43;
}
.AnyTagClassName
{
color: #529D43;
}
</style>
background-color css
<style>
a { background-color: #529D43; }
a { background-color: rgb(82,157,67); }
div.DivClassName
{
background-color: #529D43;
}
.BgClassName
{
background-color: #529D43;
}
</style>
border-color css
<style>
span { border-color: #529D43; }
span { border-color: rgb(82,157,67); }
td.TdClassName
{
border-color: #529D43;
}
.TagClassName
{
border-color: #529D43;
}
</style>