Shades of Fruit Salad #529250
Tints of Fruit Salad #529250
RGB
CMYK
RGB Variations
Color information
#529250 (or 0x529250) is known color: Fruit Salad. HEX triplet: 52, 92 and 50. RGB value is (82,146,80). Sum of RGB (Red+Green+Blue) = 82+146+80=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 146 - color contains mainly: green. Hex color #529250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529250 is #AD6DAF. Grayscale: #777777. Windows color (decimal): -11365808 or 5280338. OLE color: 5280338.
HSL color Cylindrical-coordinate representation of color #529250: hue angle of 118.18º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529250 is Cyan = 0.44, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 146 | 80 | - |
| CMYK | 0.44 | 0 | 0.45 | 0.43 |
| HSL | 118.18º | 0.29% | 0.44% | - |
| HSV(B) | 118.18º | 0.45% | 0.57% | - |
| XYZ | 15.21 | 22.93 | 11.21 | - |
| YUV | 119.34 | 105.8 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 146 | 80 | 0.44 | 0 | 0.45 | 0.43 | 118.18 | 0.29 | 0.44 |
| Hex | 52 | 92 | 50 | 2C | 0 | 2D | 2B | 76 | 1D | 2C |
| Octal | 122 | 222 | 120 | 54 | 0 | 55 | 53 | 166 | 35 | 54 |
| Binary | 1010010 | 10010010 | 1010000 | 101100 | 0 | 101101 | 101011 | 1110110 | 11101 | 101100 |
Color Harmonies of #529250
Complementary color
Monochromatic Colors of #529250
Black with #529250
Text Example
Text Example
White with #529250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529250; }
p { color: rgb(82,146,80); }
H1.HeaderClassName
{
color: #529250;
}
.AnyTagClassName
{
color: #529250;
}
</style>
background-color css
<style>
a { background-color: #529250; }
a { background-color: rgb(82,146,80); }
div.DivClassName
{
background-color: #529250;
}
.BgClassName
{
background-color: #529250;
}
</style>
border-color css
<style>
span { border-color: #529250; }
span { border-color: rgb(82,146,80); }
td.TdClassName
{
border-color: #529250;
}
.TagClassName
{
border-color: #529250;
}
</style>