Shades of Fruit Salad #529A51
Tints of Fruit Salad #529A51
RGB
CMYK
RGB Variations
Color information
#529A51 (or 0x529A51) is known color: Fruit Salad. HEX triplet: 52, 9A and 51. RGB value is (82,154,81). Sum of RGB (Red+Green+Blue) = 82+154+81=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 154 (60.55% from 255 or 48.58% from 317); Blue value is 81 (32.03% from 255 or 25.55% from 317); Max value from RGB is 154 - color contains mainly: green. Hex color #529A51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529A51 is #AD65AE. Grayscale: #7C7C7C. Windows color (decimal): -11363759 or 5347922. OLE color: 5347922.
HSL color Cylindrical-coordinate representation of color #529A51: hue angle of 119.18º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529A51 is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 154 | 81 | - |
| CMYK | 0.47 | 0 | 0.47 | 0.40 |
| HSL | 119.18º | 0.31% | 0.46% | - |
| HSV(B) | 119.18º | 0.47% | 0.6% | - |
| XYZ | 16.52 | 25.5 | 11.84 | - |
| YUV | 124.15 | 103.65 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 154 | 81 | 0.47 | 0 | 0.47 | 0.40 | 119.18 | 0.31 | 0.46 |
| Hex | 52 | 9A | 51 | 2F | 0 | 2F | 28 | 77 | 1F | 2E |
| Octal | 122 | 232 | 121 | 57 | 0 | 57 | 50 | 167 | 37 | 56 |
| Binary | 1010010 | 10011010 | 1010001 | 101111 | 0 | 101111 | 101000 | 1110111 | 11111 | 101110 |
Color Harmonies of #529A51
Complementary color
Monochromatic Colors of #529A51
Black with #529A51
Text Example
Text Example
White with #529A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529A51; }
p { color: rgb(82,154,81); }
H1.HeaderClassName
{
color: #529A51;
}
.AnyTagClassName
{
color: #529A51;
}
</style>
background-color css
<style>
a { background-color: #529A51; }
a { background-color: rgb(82,154,81); }
div.DivClassName
{
background-color: #529A51;
}
.BgClassName
{
background-color: #529A51;
}
</style>
border-color css
<style>
span { border-color: #529A51; }
span { border-color: rgb(82,154,81); }
td.TdClassName
{
border-color: #529A51;
}
.TagClassName
{
border-color: #529A51;
}
</style>