Shades of Fruit Salad #55A253
Tints of Fruit Salad #55A253
RGB
CMYK
RGB Variations
Color information
#55A253 (or 0x55A253) is known color: Fruit Salad. HEX triplet: 55, A2 and 53. RGB value is (85,162,83). Sum of RGB (Red+Green+Blue) = 85+162+83=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 162 (63.67% from 255 or 49.09% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 162 - color contains mainly: green. Hex color #55A253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A253 is #AA5DAC. Grayscale: #828282. Windows color (decimal): -11165101 or 5481045. OLE color: 5481045.
HSL color Cylindrical-coordinate representation of color #55A253: hue angle of 118.48º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55A253 is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 162 | 83 | - |
| CMYK | 0.48 | 0 | 0.49 | 0.36 |
| HSL | 118.48º | 0.32% | 0.48% | - |
| HSV(B) | 118.48º | 0.49% | 0.64% | - |
| XYZ | 18.23 | 28.4 | 12.7 | - |
| YUV | 129.97 | 101.49 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 162 | 83 | 0.48 | 0 | 0.49 | 0.36 | 118.48 | 0.32 | 0.48 |
| Hex | 55 | A2 | 53 | 30 | 0 | 31 | 24 | 76 | 20 | 30 |
| Octal | 125 | 242 | 123 | 60 | 0 | 61 | 44 | 166 | 40 | 60 |
| Binary | 1010101 | 10100010 | 1010011 | 110000 | 0 | 110001 | 100100 | 1110110 | 100000 | 110000 |
Color Harmonies of #55A253
Complementary color
Monochromatic Colors of #55A253
Black with #55A253
Text Example
Text Example
White with #55A253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A253; }
p { color: rgb(85,162,83); }
H1.HeaderClassName
{
color: #55A253;
}
.AnyTagClassName
{
color: #55A253;
}
</style>
background-color css
<style>
a { background-color: #55A253; }
a { background-color: rgb(85,162,83); }
div.DivClassName
{
background-color: #55A253;
}
.BgClassName
{
background-color: #55A253;
}
</style>
border-color css
<style>
span { border-color: #55A253; }
span { border-color: rgb(85,162,83); }
td.TdClassName
{
border-color: #55A253;
}
.TagClassName
{
border-color: #55A253;
}
</style>