Shades of Fruit Salad #55AB49
Tints of Fruit Salad #55AB49
RGB
CMYK
RGB Variations
Color information
#55AB49 (or 0x55AB49) is known color: Fruit Salad. HEX triplet: 55, AB and 49. RGB value is (85,171,73). Sum of RGB (Red+Green+Blue) = 85+171+73=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 171 (67.19% from 255 or 51.98% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AB49 is #AA54B6. Grayscale: #868686. Windows color (decimal): -11162807 or 4827989. OLE color: 4827989.
HSL color Cylindrical-coordinate representation of color #55AB49: hue angle of 112.65º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55AB49 is Cyan = 0.50, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 171 | 73 | - |
| CMYK | 0.50 | 0 | 0.57 | 0.33 |
| HSL | 112.65º | 0.4% | 0.48% | - |
| HSV(B) | 112.65º | 0.57% | 0.67% | - |
| XYZ | 19.51 | 31.54 | 11.36 | - |
| YUV | 134.11 | 93.51 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 171 | 73 | 0.50 | 0 | 0.57 | 0.33 | 112.65 | 0.4 | 0.48 |
| Hex | 55 | AB | 49 | 32 | 0 | 39 | 21 | 71 | 28 | 30 |
| Octal | 125 | 253 | 111 | 62 | 0 | 71 | 41 | 161 | 50 | 60 |
| Binary | 1010101 | 10101011 | 1001001 | 110010 | 0 | 111001 | 100001 | 1110001 | 101000 | 110000 |
Color Harmonies of #55AB49
Complementary color
Monochromatic Colors of #55AB49
Black with #55AB49
Text Example
Text Example
White with #55AB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AB49; }
p { color: rgb(85,171,73); }
H1.HeaderClassName
{
color: #55AB49;
}
.AnyTagClassName
{
color: #55AB49;
}
</style>
background-color css
<style>
a { background-color: #55AB49; }
a { background-color: rgb(85,171,73); }
div.DivClassName
{
background-color: #55AB49;
}
.BgClassName
{
background-color: #55AB49;
}
</style>
border-color css
<style>
span { border-color: #55AB49; }
span { border-color: rgb(85,171,73); }
td.TdClassName
{
border-color: #55AB49;
}
.TagClassName
{
border-color: #55AB49;
}
</style>