Shades of Fruit Salad #55A653
Tints of Fruit Salad #55A653
RGB
CMYK
RGB Variations
Color information
#55A653 (or 0x55A653) is known color: Fruit Salad. HEX triplet: 55, A6 and 53. RGB value is (85,166,83). Sum of RGB (Red+Green+Blue) = 85+166+83=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 166 (65.23% from 255 or 49.70% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 166 - color contains mainly: green. Hex color #55A653 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A653 is #AA59AC. Grayscale: #848484. Windows color (decimal): -11164077 or 5482069. OLE color: 5482069.
HSL color Cylindrical-coordinate representation of color #55A653: hue angle of 118.55º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55A653 is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 85 | 166 | 83 | - |
| CMYK | 0.49 | 0 | 0.50 | 0.35 |
| HSL | 118.55º | 0.33% | 0.49% | - |
| HSV(B) | 118.55º | 0.5% | 0.65% | - |
| XYZ | 18.94 | 29.83 | 12.94 | - |
| YUV | 132.32 | 100.16 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 166 | 83 | 0.49 | 0 | 0.50 | 0.35 | 118.55 | 0.33 | 0.49 |
| Hex | 55 | A6 | 53 | 31 | 0 | 32 | 23 | 77 | 21 | 31 |
| Octal | 125 | 246 | 123 | 61 | 0 | 62 | 43 | 167 | 41 | 61 |
| Binary | 1010101 | 10100110 | 1010011 | 110001 | 0 | 110010 | 100011 | 1110111 | 100001 | 110001 |
Color Harmonies of #55A653
Complementary color
Monochromatic Colors of #55A653
Black with #55A653
Text Example
Text Example
White with #55A653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A653; }
p { color: rgb(85,166,83); }
H1.HeaderClassName
{
color: #55A653;
}
.AnyTagClassName
{
color: #55A653;
}
</style>
background-color css
<style>
a { background-color: #55A653; }
a { background-color: rgb(85,166,83); }
div.DivClassName
{
background-color: #55A653;
}
.BgClassName
{
background-color: #55A653;
}
</style>
border-color css
<style>
span { border-color: #55A653; }
span { border-color: rgb(85,166,83); }
td.TdClassName
{
border-color: #55A653;
}
.TagClassName
{
border-color: #55A653;
}
</style>