Shades of Fruit Salad #55AB53
Tints of Fruit Salad #55AB53
RGB
CMYK
RGB Variations
Color information
#55AB53 (or 0x55AB53) is known color: Fruit Salad. HEX triplet: 55, AB and 53. RGB value is (85,171,83). Sum of RGB (Red+Green+Blue) = 85+171+83=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 171 (67.19% from 255 or 50.44% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AB53 is #AA54AC. Grayscale: #878787. Windows color (decimal): -11162797 or 5483349. OLE color: 5483349.
HSL color Cylindrical-coordinate representation of color #55AB53: hue angle of 118.64º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AB53 is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 171 | 83 | - |
| CMYK | 0.50 | 0 | 0.51 | 0.33 |
| HSL | 118.64º | 0.35% | 0.5% | - |
| HSV(B) | 118.64º | 0.51% | 0.67% | - |
| XYZ | 19.87 | 31.68 | 13.25 | - |
| YUV | 135.25 | 98.51 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 171 | 83 | 0.50 | 0 | 0.51 | 0.33 | 118.64 | 0.35 | 0.5 |
| Hex | 55 | AB | 53 | 32 | 0 | 33 | 21 | 77 | 23 | 32 |
| Octal | 125 | 253 | 123 | 62 | 0 | 63 | 41 | 167 | 43 | 62 |
| Binary | 1010101 | 10101011 | 1010011 | 110010 | 0 | 110011 | 100001 | 1110111 | 100011 | 110010 |
Color Harmonies of #55AB53
Complementary color
Monochromatic Colors of #55AB53
Black with #55AB53
Text Example
Text Example
White with #55AB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AB53; }
p { color: rgb(85,171,83); }
H1.HeaderClassName
{
color: #55AB53;
}
.AnyTagClassName
{
color: #55AB53;
}
</style>
background-color css
<style>
a { background-color: #55AB53; }
a { background-color: rgb(85,171,83); }
div.DivClassName
{
background-color: #55AB53;
}
.BgClassName
{
background-color: #55AB53;
}
</style>
border-color css
<style>
span { border-color: #55AB53; }
span { border-color: rgb(85,171,83); }
td.TdClassName
{
border-color: #55AB53;
}
.TagClassName
{
border-color: #55AB53;
}
</style>