Shades of Fruit Salad #55B755
Tints of Fruit Salad #55B755
RGB
CMYK
RGB Variations
Color information
#55B755 (or 0x55B755) is known color: Fruit Salad. HEX triplet: 55, B7 and 55. RGB value is (85,183,85). Sum of RGB (Red+Green+Blue) = 85+183+85=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 183 (71.88% from 255 or 51.84% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 183 - color contains mainly: green. Hex color #55B755 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B755 is #AA48AA. Grayscale: #8E8E8E. Windows color (decimal): -11159723 or 5617493. OLE color: 5617493.
HSL color Cylindrical-coordinate representation of color #55B755: hue angle of 120º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55B755 is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 85 | 183 | 85 | - |
| CMYK | 0.54 | 0 | 0.54 | 0.28 |
| HSL | 120º | 0.4% | 0.53% | - |
| HSV(B) | 120º | 0.54% | 0.72% | - |
| XYZ | 22.32 | 36.45 | 14.45 | - |
| YUV | 142.53 | 95.53 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 183 | 85 | 0.54 | 0 | 0.54 | 0.28 | 120 | 0.4 | 0.53 |
| Hex | 55 | B7 | 55 | 36 | 0 | 36 | 1C | 78 | 28 | 35 |
| Octal | 125 | 267 | 125 | 66 | 0 | 66 | 34 | 170 | 50 | 65 |
| Binary | 1010101 | 10110111 | 1010101 | 110110 | 0 | 110110 | 11100 | 1111000 | 101000 | 110101 |
Color Harmonies of #55B755
Complementary color
Monochromatic Colors of #55B755
Black with #55B755
Text Example
Text Example
White with #55B755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B755; }
p { color: rgb(85,183,85); }
H1.HeaderClassName
{
color: #55B755;
}
.AnyTagClassName
{
color: #55B755;
}
</style>
background-color css
<style>
a { background-color: #55B755; }
a { background-color: rgb(85,183,85); }
div.DivClassName
{
background-color: #55B755;
}
.BgClassName
{
background-color: #55B755;
}
</style>
border-color css
<style>
span { border-color: #55B755; }
span { border-color: rgb(85,183,85); }
td.TdClassName
{
border-color: #55B755;
}
.TagClassName
{
border-color: #55B755;
}
</style>