Shades of Fruit Salad #55A45C
Tints of Fruit Salad #55A45C
RGB
CMYK
RGB Variations
Color information
#55A45C (or 0x55A45C) is known color: Fruit Salad. HEX triplet: 55, A4 and 5C. RGB value is (85,164,92). Sum of RGB (Red+Green+Blue) = 85+164+92=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 164 (64.45% from 255 or 48.09% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 164 - color contains mainly: green. Hex color #55A45C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A45C is #AA5BA3. Grayscale: #848484. Windows color (decimal): -11164580 or 6071381. OLE color: 6071381.
HSL color Cylindrical-coordinate representation of color #55A45C: hue angle of 125.32º 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 #55A45C is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 164 | 92 | - |
| CMYK | 0.48 | 0 | 0.44 | 0.36 |
| HSL | 125.32º | 0.32% | 0.49% | - |
| HSV(B) | 125.32º | 0.48% | 0.64% | - |
| XYZ | 18.95 | 29.25 | 14.77 | - |
| YUV | 132.17 | 105.33 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 164 | 92 | 0.48 | 0 | 0.44 | 0.36 | 125.32 | 0.32 | 0.49 |
| Hex | 55 | A4 | 5C | 30 | 0 | 2C | 24 | 7D | 20 | 31 |
| Octal | 125 | 244 | 134 | 60 | 0 | 54 | 44 | 175 | 40 | 61 |
| Binary | 1010101 | 10100100 | 1011100 | 110000 | 0 | 101100 | 100100 | 1111101 | 100000 | 110001 |
Color Harmonies of #55A45C
Complementary color
Monochromatic Colors of #55A45C
Black with #55A45C
Text Example
Text Example
White with #55A45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A45C; }
p { color: rgb(85,164,92); }
H1.HeaderClassName
{
color: #55A45C;
}
.AnyTagClassName
{
color: #55A45C;
}
</style>
background-color css
<style>
a { background-color: #55A45C; }
a { background-color: rgb(85,164,92); }
div.DivClassName
{
background-color: #55A45C;
}
.BgClassName
{
background-color: #55A45C;
}
</style>
border-color css
<style>
span { border-color: #55A45C; }
span { border-color: rgb(85,164,92); }
td.TdClassName
{
border-color: #55A45C;
}
.TagClassName
{
border-color: #55A45C;
}
</style>