Shades of Fruit Salad #55A456
Tints of Fruit Salad #55A456
RGB
CMYK
RGB Variations
Color information
#55A456 (or 0x55A456) is known color: Fruit Salad. HEX triplet: 55, A4 and 56. RGB value is (85,164,86). Sum of RGB (Red+Green+Blue) = 85+164+86=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 164 (64.45% from 255 or 48.96% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 164 - color contains mainly: green. Hex color #55A456 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A456 is #AA5BA9. Grayscale: #838383. Windows color (decimal): -11164586 or 5678165. OLE color: 5678165.
HSL color Cylindrical-coordinate representation of color #55A456: hue angle of 120.76º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55A456 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 164 | 86 | - |
| CMYK | 0.48 | 0 | 0.48 | 0.36 |
| HSL | 120.76º | 0.32% | 0.49% | - |
| HSV(B) | 120.76º | 0.48% | 0.64% | - |
| XYZ | 18.7 | 29.15 | 13.45 | - |
| YUV | 131.49 | 102.33 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 164 | 86 | 0.48 | 0 | 0.48 | 0.36 | 120.76 | 0.32 | 0.49 |
| Hex | 55 | A4 | 56 | 30 | 0 | 30 | 24 | 79 | 20 | 31 |
| Octal | 125 | 244 | 126 | 60 | 0 | 60 | 44 | 171 | 40 | 61 |
| Binary | 1010101 | 10100100 | 1010110 | 110000 | 0 | 110000 | 100100 | 1111001 | 100000 | 110001 |
Color Harmonies of #55A456
Complementary color
Monochromatic Colors of #55A456
Black with #55A456
Text Example
Text Example
White with #55A456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A456; }
p { color: rgb(85,164,86); }
H1.HeaderClassName
{
color: #55A456;
}
.AnyTagClassName
{
color: #55A456;
}
</style>
background-color css
<style>
a { background-color: #55A456; }
a { background-color: rgb(85,164,86); }
div.DivClassName
{
background-color: #55A456;
}
.BgClassName
{
background-color: #55A456;
}
</style>
border-color css
<style>
span { border-color: #55A456; }
span { border-color: rgb(85,164,86); }
td.TdClassName
{
border-color: #55A456;
}
.TagClassName
{
border-color: #55A456;
}
</style>