Shades of Fruit Salad #55A25D
Tints of Fruit Salad #55A25D
RGB
CMYK
RGB Variations
Color information
#55A25D (or 0x55A25D) is known color: Fruit Salad. HEX triplet: 55, A2 and 5D. RGB value is (85,162,93). Sum of RGB (Red+Green+Blue) = 85+162+93=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 162 (63.67% from 255 or 47.65% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 162 - color contains mainly: green. Hex color #55A25D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A25D is #AA5DA2. Grayscale: #838383. Windows color (decimal): -11165091 or 6136405. OLE color: 6136405.
HSL color Cylindrical-coordinate representation of color #55A25D: hue angle of 126.23º 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 #55A25D is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 162 | 93 | - |
| CMYK | 0.48 | 0 | 0.43 | 0.36 |
| HSL | 126.23º | 0.31% | 0.48% | - |
| HSV(B) | 126.23º | 0.48% | 0.64% | - |
| XYZ | 18.64 | 28.56 | 14.89 | - |
| YUV | 131.11 | 106.49 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 162 | 93 | 0.48 | 0 | 0.43 | 0.36 | 126.23 | 0.31 | 0.48 |
| Hex | 55 | A2 | 5D | 30 | 0 | 2B | 24 | 7E | 1F | 30 |
| Octal | 125 | 242 | 135 | 60 | 0 | 53 | 44 | 176 | 37 | 60 |
| Binary | 1010101 | 10100010 | 1011101 | 110000 | 0 | 101011 | 100100 | 1111110 | 11111 | 110000 |
Color Harmonies of #55A25D
Complementary color
Monochromatic Colors of #55A25D
Black with #55A25D
Text Example
Text Example
White with #55A25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A25D; }
p { color: rgb(85,162,93); }
H1.HeaderClassName
{
color: #55A25D;
}
.AnyTagClassName
{
color: #55A25D;
}
</style>
background-color css
<style>
a { background-color: #55A25D; }
a { background-color: rgb(85,162,93); }
div.DivClassName
{
background-color: #55A25D;
}
.BgClassName
{
background-color: #55A25D;
}
</style>
border-color css
<style>
span { border-color: #55A25D; }
span { border-color: rgb(85,162,93); }
td.TdClassName
{
border-color: #55A25D;
}
.TagClassName
{
border-color: #55A25D;
}
</style>