Shades of Fruit Salad #55B551
Tints of Fruit Salad #55B551
RGB
CMYK
RGB Variations
Color information
#55B551 (or 0x55B551) is known color: Fruit Salad. HEX triplet: 55, B5 and 51. RGB value is (85,181,81). Sum of RGB (Red+Green+Blue) = 85+181+81=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 181 (71.09% from 255 or 52.16% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 181 - color contains mainly: green. Hex color #55B551 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B551 is #AA4AAE. Grayscale: #8D8D8D. Windows color (decimal): -11160239 or 5354837. OLE color: 5354837.
HSL color Cylindrical-coordinate representation of color #55B551: hue angle of 117.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55B551 is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 181 | 81 | - |
| CMYK | 0.53 | 0 | 0.55 | 0.29 |
| HSL | 117.6º | 0.4% | 0.51% | - |
| HSV(B) | 117.6º | 0.55% | 0.71% | - |
| XYZ | 21.76 | 35.57 | 13.5 | - |
| YUV | 140.9 | 94.2 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 181 | 81 | 0.53 | 0 | 0.55 | 0.29 | 117.6 | 0.4 | 0.51 |
| Hex | 55 | B5 | 51 | 35 | 0 | 37 | 1D | 76 | 28 | 33 |
| Octal | 125 | 265 | 121 | 65 | 0 | 67 | 35 | 166 | 50 | 63 |
| Binary | 1010101 | 10110101 | 1010001 | 110101 | 0 | 110111 | 11101 | 1110110 | 101000 | 110011 |
Color Harmonies of #55B551
Complementary color
Monochromatic Colors of #55B551
Black with #55B551
Text Example
Text Example
White with #55B551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B551; }
p { color: rgb(85,181,81); }
H1.HeaderClassName
{
color: #55B551;
}
.AnyTagClassName
{
color: #55B551;
}
</style>
background-color css
<style>
a { background-color: #55B551; }
a { background-color: rgb(85,181,81); }
div.DivClassName
{
background-color: #55B551;
}
.BgClassName
{
background-color: #55B551;
}
</style>
border-color css
<style>
span { border-color: #55B551; }
span { border-color: rgb(85,181,81); }
td.TdClassName
{
border-color: #55B551;
}
.TagClassName
{
border-color: #55B551;
}
</style>