Shades of Fruit Salad #55A362
Tints of Fruit Salad #55A362
RGB
CMYK
RGB Variations
Color information
#55A362 (or 0x55A362) is known color: Fruit Salad. HEX triplet: 55, A3 and 62. RGB value is (85,163,98). Sum of RGB (Red+Green+Blue) = 85+163+98=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 163 - color contains mainly: green. Hex color #55A362 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A362 is #AA5C9D. Grayscale: #848484. Windows color (decimal): -11164830 or 6464341. OLE color: 6464341.
HSL color Cylindrical-coordinate representation of color #55A362: hue angle of 130º degrees, saturation: 0.31, 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 #55A362 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 163 | 98 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.36 |
| HSL | 130º | 0.31% | 0.49% | - |
| HSV(B) | 130º | 0.48% | 0.64% | - |
| XYZ | 19.05 | 29.01 | 16.15 | - |
| YUV | 132.27 | 108.66 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 163 | 98 | 0.48 | 0 | 0.40 | 0.36 | 130 | 0.31 | 0.49 |
| Hex | 55 | A3 | 62 | 30 | 0 | 28 | 24 | 82 | 1F | 31 |
| Octal | 125 | 243 | 142 | 60 | 0 | 50 | 44 | 202 | 37 | 61 |
| Binary | 1010101 | 10100011 | 1100010 | 110000 | 0 | 101000 | 100100 | 10000010 | 11111 | 110001 |
Color Harmonies of #55A362
Complementary color
Monochromatic Colors of #55A362
Black with #55A362
Text Example
Text Example
White with #55A362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A362; }
p { color: rgb(85,163,98); }
H1.HeaderClassName
{
color: #55A362;
}
.AnyTagClassName
{
color: #55A362;
}
</style>
background-color css
<style>
a { background-color: #55A362; }
a { background-color: rgb(85,163,98); }
div.DivClassName
{
background-color: #55A362;
}
.BgClassName
{
background-color: #55A362;
}
</style>
border-color css
<style>
span { border-color: #55A362; }
span { border-color: rgb(85,163,98); }
td.TdClassName
{
border-color: #55A362;
}
.TagClassName
{
border-color: #55A362;
}
</style>