Shades of Fruit Salad #529C5B
Tints of Fruit Salad #529C5B
RGB
CMYK
RGB Variations
Color information
#529C5B (or 0x529C5B) is known color: Fruit Salad. HEX triplet: 52, 9C and 5B. RGB value is (82,156,91). Sum of RGB (Red+Green+Blue) = 82+156+91=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 156 (61.33% from 255 or 47.42% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 156 - color contains mainly: green. Hex color #529C5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C5B is #AD63A4. Grayscale: #7E7E7E. Windows color (decimal): -11363237 or 6003794. OLE color: 6003794.
HSL color Cylindrical-coordinate representation of color #529C5B: hue angle of 127.3º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529C5B is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 156 | 91 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.39 |
| HSL | 127.3º | 0.31% | 0.47% | - |
| HSV(B) | 127.3º | 0.47% | 0.61% | - |
| XYZ | 17.26 | 26.33 | 14.07 | - |
| YUV | 126.46 | 107.98 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 156 | 91 | 0.47 | 0 | 0.42 | 0.39 | 127.3 | 0.31 | 0.47 |
| Hex | 52 | 9C | 5B | 2F | 0 | 2A | 27 | 7F | 1F | 2F |
| Octal | 122 | 234 | 133 | 57 | 0 | 52 | 47 | 177 | 37 | 57 |
| Binary | 1010010 | 10011100 | 1011011 | 101111 | 0 | 101010 | 100111 | 1111111 | 11111 | 101111 |
Color Harmonies of #529C5B
Complementary color
Monochromatic Colors of #529C5B
Black with #529C5B
Text Example
Text Example
White with #529C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529C5B; }
p { color: rgb(82,156,91); }
H1.HeaderClassName
{
color: #529C5B;
}
.AnyTagClassName
{
color: #529C5B;
}
</style>
background-color css
<style>
a { background-color: #529C5B; }
a { background-color: rgb(82,156,91); }
div.DivClassName
{
background-color: #529C5B;
}
.BgClassName
{
background-color: #529C5B;
}
</style>
border-color css
<style>
span { border-color: #529C5B; }
span { border-color: rgb(82,156,91); }
td.TdClassName
{
border-color: #529C5B;
}
.TagClassName
{
border-color: #529C5B;
}
</style>