Shades of Fruit Salad #569C52
Tints of Fruit Salad #569C52
RGB
CMYK
RGB Variations
Color information
#569C52 (or 0x569C52) is known color: Fruit Salad. HEX triplet: 56, 9C and 52. RGB value is (86,156,82). Sum of RGB (Red+Green+Blue) = 86+156+82=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 156 (61.33% from 255 or 48.15% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 156 - color contains mainly: green. Hex color #569C52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569C52 is #A963AD. Grayscale: #7E7E7E. Windows color (decimal): -11101102 or 5413974. OLE color: 5413974.
HSL color Cylindrical-coordinate representation of color #569C52: hue angle of 116.76º 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 #569C52 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 86 | 156 | 82 | - |
| CMYK | 0.45 | 0 | 0.47 | 0.39 |
| HSL | 116.76º | 0.31% | 0.47% | - |
| HSV(B) | 116.76º | 0.47% | 0.61% | - |
| XYZ | 17.25 | 26.36 | 12.16 | - |
| YUV | 126.63 | 102.81 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 156 | 82 | 0.45 | 0 | 0.47 | 0.39 | 116.76 | 0.31 | 0.47 |
| Hex | 56 | 9C | 52 | 2D | 0 | 2F | 27 | 75 | 1F | 2F |
| Octal | 126 | 234 | 122 | 55 | 0 | 57 | 47 | 165 | 37 | 57 |
| Binary | 1010110 | 10011100 | 1010010 | 101101 | 0 | 101111 | 100111 | 1110101 | 11111 | 101111 |
Color Harmonies of #569C52
Complementary color
Monochromatic Colors of #569C52
Black with #569C52
Text Example
Text Example
White with #569C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569C52; }
p { color: rgb(86,156,82); }
H1.HeaderClassName
{
color: #569C52;
}
.AnyTagClassName
{
color: #569C52;
}
</style>
background-color css
<style>
a { background-color: #569C52; }
a { background-color: rgb(86,156,82); }
div.DivClassName
{
background-color: #569C52;
}
.BgClassName
{
background-color: #569C52;
}
</style>
border-color css
<style>
span { border-color: #569C52; }
span { border-color: rgb(86,156,82); }
td.TdClassName
{
border-color: #569C52;
}
.TagClassName
{
border-color: #569C52;
}
</style>