Shades of Fruit Salad #529951
Tints of Fruit Salad #529951
RGB
CMYK
RGB Variations
Color information
#529951 (or 0x529951) is known color: Fruit Salad. HEX triplet: 52, 99 and 51. RGB value is (82,153,81). Sum of RGB (Red+Green+Blue) = 82+153+81=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #529951 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529951 is #AD66AE. Grayscale: #7B7B7B. Windows color (decimal): -11364015 or 5347666. OLE color: 5347666.
HSL color Cylindrical-coordinate representation of color #529951: hue angle of 119.17º 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 #529951 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 82 | 153 | 81 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.4 |
| HSL | 119.17º | 0.31% | 0.46% | - |
| HSV(B) | 119.17º | 0.47% | 0.6% | - |
| XYZ | 16.36 | 25.17 | 11.78 | - |
| YUV | 123.56 | 103.98 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 153 | 81 | 0.46 | 0 | 0.47 | 0.4 | 119.17 | 0.31 | 0.46 |
| Hex | 52 | 99 | 51 | 2E | 0 | 2F | 28 | 77 | 1F | 2E |
| Octal | 122 | 231 | 121 | 56 | 0 | 57 | 50 | 167 | 37 | 56 |
| Binary | 1010010 | 10011001 | 1010001 | 101110 | 0 | 101111 | 101000 | 1110111 | 11111 | 101110 |
Color Harmonies of #529951
Complementary color
Monochromatic Colors of #529951
Black with #529951
Text Example
Text Example
White with #529951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529951; }
p { color: rgb(82,153,81); }
H1.HeaderClassName
{
color: #529951;
}
.AnyTagClassName
{
color: #529951;
}
</style>
background-color css
<style>
a { background-color: #529951; }
a { background-color: rgb(82,153,81); }
div.DivClassName
{
background-color: #529951;
}
.BgClassName
{
background-color: #529951;
}
</style>
border-color css
<style>
span { border-color: #529951; }
span { border-color: rgb(82,153,81); }
td.TdClassName
{
border-color: #529951;
}
.TagClassName
{
border-color: #529951;
}
</style>