Shades of Fruit Salad #55A25C
Tints of Fruit Salad #55A25C
RGB
CMYK
RGB Variations
Color information
#55A25C (or 0x55A25C) is known color: Fruit Salad. HEX triplet: 55, A2 and 5C. RGB value is (85,162,92). Sum of RGB (Red+Green+Blue) = 85+162+92=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 162 (63.67% from 255 or 47.79% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 162 - color contains mainly: green. Hex color #55A25C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A25C is #AA5DA3. Grayscale: #838383. Windows color (decimal): -11165092 or 6070869. OLE color: 6070869.
HSL color Cylindrical-coordinate representation of color #55A25C: hue angle of 125.45º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55A25C is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 162 | 92 | - |
| CMYK | 0.48 | 0 | 0.43 | 0.36 |
| HSL | 125.45º | 0.31% | 0.48% | - |
| HSV(B) | 125.45º | 0.48% | 0.64% | - |
| XYZ | 18.6 | 28.54 | 14.65 | - |
| YUV | 131 | 105.99 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 162 | 92 | 0.48 | 0 | 0.43 | 0.36 | 125.45 | 0.31 | 0.48 |
| Hex | 55 | A2 | 5C | 30 | 0 | 2B | 24 | 7D | 1F | 30 |
| Octal | 125 | 242 | 134 | 60 | 0 | 53 | 44 | 175 | 37 | 60 |
| Binary | 1010101 | 10100010 | 1011100 | 110000 | 0 | 101011 | 100100 | 1111101 | 11111 | 110000 |
Color Harmonies of #55A25C
Complementary color
Monochromatic Colors of #55A25C
Black with #55A25C
Text Example
Text Example
White with #55A25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A25C; }
p { color: rgb(85,162,92); }
H1.HeaderClassName
{
color: #55A25C;
}
.AnyTagClassName
{
color: #55A25C;
}
</style>
background-color css
<style>
a { background-color: #55A25C; }
a { background-color: rgb(85,162,92); }
div.DivClassName
{
background-color: #55A25C;
}
.BgClassName
{
background-color: #55A25C;
}
</style>
border-color css
<style>
span { border-color: #55A25C; }
span { border-color: rgb(85,162,92); }
td.TdClassName
{
border-color: #55A25C;
}
.TagClassName
{
border-color: #55A25C;
}
</style>