Shades of Fruit Salad #55B553
Tints of Fruit Salad #55B553
RGB
CMYK
RGB Variations
Color information
#55B553 (or 0x55B553) is known color: Fruit Salad. HEX triplet: 55, B5 and 53. RGB value is (85,181,83). Sum of RGB (Red+Green+Blue) = 85+181+83=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 181 (71.09% from 255 or 51.86% from 349); Blue value is 83 (32.81% from 255 or 23.78% from 349); Max value from RGB is 181 - color contains mainly: green. Hex color #55B553 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B553 is #AA4AAC. Grayscale: #8D8D8D. Windows color (decimal): -11160237 or 5485909. OLE color: 5485909.
HSL color Cylindrical-coordinate representation of color #55B553: hue angle of 118.78º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55B553 is Cyan = 0.53, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 181 | 83 | - |
| CMYK | 0.53 | 0 | 0.54 | 0.29 |
| HSL | 118.78º | 0.4% | 0.52% | - |
| HSV(B) | 118.78º | 0.54% | 0.71% | - |
| XYZ | 21.83 | 35.6 | 13.91 | - |
| YUV | 141.12 | 95.2 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 181 | 83 | 0.53 | 0 | 0.54 | 0.29 | 118.78 | 0.4 | 0.52 |
| Hex | 55 | B5 | 53 | 35 | 0 | 36 | 1D | 77 | 28 | 34 |
| Octal | 125 | 265 | 123 | 65 | 0 | 66 | 35 | 167 | 50 | 64 |
| Binary | 1010101 | 10110101 | 1010011 | 110101 | 0 | 110110 | 11101 | 1110111 | 101000 | 110100 |
Color Harmonies of #55B553
Complementary color
Monochromatic Colors of #55B553
Black with #55B553
Text Example
Text Example
White with #55B553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B553; }
p { color: rgb(85,181,83); }
H1.HeaderClassName
{
color: #55B553;
}
.AnyTagClassName
{
color: #55B553;
}
</style>
background-color css
<style>
a { background-color: #55B553; }
a { background-color: rgb(85,181,83); }
div.DivClassName
{
background-color: #55B553;
}
.BgClassName
{
background-color: #55B553;
}
</style>
border-color css
<style>
span { border-color: #55B553; }
span { border-color: rgb(85,181,83); }
td.TdClassName
{
border-color: #55B553;
}
.TagClassName
{
border-color: #55B553;
}
</style>