Shades of Fruit Salad #55AB61
Tints of Fruit Salad #55AB61
RGB
CMYK
RGB Variations
Color information
#55AB61 (or 0x55AB61) is known color: Fruit Salad. HEX triplet: 55, AB and 61. RGB value is (85,171,97). Sum of RGB (Red+Green+Blue) = 85+171+97=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 171 (67.19% from 255 or 48.44% from 353); Blue value is 97 (38.28% from 255 or 27.48% from 353); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AB61 is #AA549E. Grayscale: #898989. Windows color (decimal): -11162783 or 6400853. OLE color: 6400853.
HSL color Cylindrical-coordinate representation of color #55AB61: hue angle of 128.37º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55AB61 is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 171 | 97 | - |
| CMYK | 0.50 | 0 | 0.43 | 0.33 |
| HSL | 128.37º | 0.34% | 0.5% | - |
| HSV(B) | 128.37º | 0.5% | 0.67% | - |
| XYZ | 20.47 | 31.92 | 16.39 | - |
| YUV | 136.85 | 105.51 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 171 | 97 | 0.50 | 0 | 0.43 | 0.33 | 128.37 | 0.34 | 0.5 |
| Hex | 55 | AB | 61 | 32 | 0 | 2B | 21 | 80 | 22 | 32 |
| Octal | 125 | 253 | 141 | 62 | 0 | 53 | 41 | 200 | 42 | 62 |
| Binary | 1010101 | 10101011 | 1100001 | 110010 | 0 | 101011 | 100001 | 10000000 | 100010 | 110010 |
Color Harmonies of #55AB61
Complementary color
Monochromatic Colors of #55AB61
Black with #55AB61
Text Example
Text Example
White with #55AB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AB61; }
p { color: rgb(85,171,97); }
H1.HeaderClassName
{
color: #55AB61;
}
.AnyTagClassName
{
color: #55AB61;
}
</style>
background-color css
<style>
a { background-color: #55AB61; }
a { background-color: rgb(85,171,97); }
div.DivClassName
{
background-color: #55AB61;
}
.BgClassName
{
background-color: #55AB61;
}
</style>
border-color css
<style>
span { border-color: #55AB61; }
span { border-color: rgb(85,171,97); }
td.TdClassName
{
border-color: #55AB61;
}
.TagClassName
{
border-color: #55AB61;
}
</style>