Shades of Fruit Salad #529D57
Tints of Fruit Salad #529D57
RGB
CMYK
RGB Variations
Color information
#529D57 (or 0x529D57) is known color: Fruit Salad. HEX triplet: 52, 9D and 57. RGB value is (82,157,87). Sum of RGB (Red+Green+Blue) = 82+157+87=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 157 (61.72% from 255 or 48.16% from 326); Blue value is 87 (34.38% from 255 or 26.69% from 326); Max value from RGB is 157 - color contains mainly: green. Hex color #529D57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529D57 is #AD62A8. Grayscale: #7E7E7E. Windows color (decimal): -11362985 or 5741906. OLE color: 5741906.
HSL color Cylindrical-coordinate representation of color #529D57: hue angle of 124º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #529D57 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 157 | 87 | - |
| CMYK | 0.48 | 0 | 0.45 | 0.38 |
| HSL | 124º | 0.31% | 0.47% | - |
| HSV(B) | 124º | 0.48% | 0.62% | - |
| XYZ | 17.26 | 26.6 | 13.24 | - |
| YUV | 126.6 | 105.65 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 157 | 87 | 0.48 | 0 | 0.45 | 0.38 | 124 | 0.31 | 0.47 |
| Hex | 52 | 9D | 57 | 30 | 0 | 2D | 26 | 7C | 1F | 2F |
| Octal | 122 | 235 | 127 | 60 | 0 | 55 | 46 | 174 | 37 | 57 |
| Binary | 1010010 | 10011101 | 1010111 | 110000 | 0 | 101101 | 100110 | 1111100 | 11111 | 101111 |
Color Harmonies of #529D57
Complementary color
Monochromatic Colors of #529D57
Black with #529D57
Text Example
Text Example
White with #529D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529D57; }
p { color: rgb(82,157,87); }
H1.HeaderClassName
{
color: #529D57;
}
.AnyTagClassName
{
color: #529D57;
}
</style>
background-color css
<style>
a { background-color: #529D57; }
a { background-color: rgb(82,157,87); }
div.DivClassName
{
background-color: #529D57;
}
.BgClassName
{
background-color: #529D57;
}
</style>
border-color css
<style>
span { border-color: #529D57; }
span { border-color: rgb(82,157,87); }
td.TdClassName
{
border-color: #529D57;
}
.TagClassName
{
border-color: #529D57;
}
</style>