Shades of Fruit Salad #55A756
Tints of Fruit Salad #55A756
RGB
CMYK
RGB Variations
Color information
#55A756 (or 0x55A756) is known color: Fruit Salad. HEX triplet: 55, A7 and 56. RGB value is (85,167,86). Sum of RGB (Red+Green+Blue) = 85+167+86=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 167 (65.62% from 255 or 49.41% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 167 - color contains mainly: green. Hex color #55A756 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A756 is #AA58A9. Grayscale: #858585. Windows color (decimal): -11163818 or 5678933. OLE color: 5678933.
HSL color Cylindrical-coordinate representation of color #55A756: hue angle of 120.73º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55A756 is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 85 | 167 | 86 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.35 |
| HSL | 120.73º | 0.33% | 0.49% | - |
| HSV(B) | 120.73º | 0.49% | 0.65% | - |
| XYZ | 19.24 | 30.24 | 13.63 | - |
| YUV | 133.25 | 101.33 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 167 | 86 | 0.49 | 0 | 0.49 | 0.35 | 120.73 | 0.33 | 0.49 |
| Hex | 55 | A7 | 56 | 31 | 0 | 31 | 23 | 79 | 21 | 31 |
| Octal | 125 | 247 | 126 | 61 | 0 | 61 | 43 | 171 | 41 | 61 |
| Binary | 1010101 | 10100111 | 1010110 | 110001 | 0 | 110001 | 100011 | 1111001 | 100001 | 110001 |
Color Harmonies of #55A756
Complementary color
Monochromatic Colors of #55A756
Black with #55A756
Text Example
Text Example
White with #55A756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A756; }
p { color: rgb(85,167,86); }
H1.HeaderClassName
{
color: #55A756;
}
.AnyTagClassName
{
color: #55A756;
}
</style>
background-color css
<style>
a { background-color: #55A756; }
a { background-color: rgb(85,167,86); }
div.DivClassName
{
background-color: #55A756;
}
.BgClassName
{
background-color: #55A756;
}
</style>
border-color css
<style>
span { border-color: #55A756; }
span { border-color: rgb(85,167,86); }
td.TdClassName
{
border-color: #55A756;
}
.TagClassName
{
border-color: #55A756;
}
</style>