Shades of Fruit Salad #55B853
Tints of Fruit Salad #55B853
RGB
CMYK
RGB Variations
Color information
#55B853 (or 0x55B853) is known color: Fruit Salad. HEX triplet: 55, B8 and 53. RGB value is (85,184,83). Sum of RGB (Red+Green+Blue) = 85+184+83=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 184 (72.27% from 255 or 52.27% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 184 - color contains mainly: green. Hex color #55B853 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B853 is #AA47AC. Grayscale: #8F8F8F. Windows color (decimal): -11159469 or 5486677. OLE color: 5486677.
HSL color Cylindrical-coordinate representation of color #55B853: hue angle of 118.81º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55B853 is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 85 | 184 | 83 | - |
| CMYK | 0.54 | 0 | 0.55 | 0.28 |
| HSL | 118.81º | 0.42% | 0.52% | - |
| HSV(B) | 118.81º | 0.55% | 0.72% | - |
| XYZ | 22.45 | 36.84 | 14.11 | - |
| YUV | 142.89 | 94.2 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 184 | 83 | 0.54 | 0 | 0.55 | 0.28 | 118.81 | 0.42 | 0.52 |
| Hex | 55 | B8 | 53 | 36 | 0 | 37 | 1C | 77 | 2A | 34 |
| Octal | 125 | 270 | 123 | 66 | 0 | 67 | 34 | 167 | 52 | 64 |
| Binary | 1010101 | 10111000 | 1010011 | 110110 | 0 | 110111 | 11100 | 1110111 | 101010 | 110100 |
Color Harmonies of #55B853
Complementary color
Monochromatic Colors of #55B853
Black with #55B853
Text Example
Text Example
White with #55B853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B853; }
p { color: rgb(85,184,83); }
H1.HeaderClassName
{
color: #55B853;
}
.AnyTagClassName
{
color: #55B853;
}
</style>
background-color css
<style>
a { background-color: #55B853; }
a { background-color: rgb(85,184,83); }
div.DivClassName
{
background-color: #55B853;
}
.BgClassName
{
background-color: #55B853;
}
</style>
border-color css
<style>
span { border-color: #55B853; }
span { border-color: rgb(85,184,83); }
td.TdClassName
{
border-color: #55B853;
}
.TagClassName
{
border-color: #55B853;
}
</style>