Shades of Fruit Salad #55BA56
Tints of Fruit Salad #55BA56
RGB
CMYK
RGB Variations
Color information
#55BA56 (or 0x55BA56) is known color: Fruit Salad. HEX triplet: 55, BA and 56. RGB value is (85,186,86). Sum of RGB (Red+Green+Blue) = 85+186+86=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 186 (73.05% from 255 or 52.10% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BA56 is #AA45A9. Grayscale: #909090. Windows color (decimal): -11158954 or 5683797. OLE color: 5683797.
HSL color Cylindrical-coordinate representation of color #55BA56: hue angle of 120.59º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55BA56 is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 86 | - |
| CMYK | 0.54 | 0 | 0.54 | 0.27 |
| HSL | 120.59º | 0.42% | 0.53% | - |
| HSV(B) | 120.59º | 0.54% | 0.73% | - |
| XYZ | 22.98 | 37.72 | 14.87 | - |
| YUV | 144.4 | 95.04 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 86 | 0.54 | 0 | 0.54 | 0.27 | 120.59 | 0.42 | 0.53 |
| Hex | 55 | BA | 56 | 36 | 0 | 36 | 1B | 79 | 2A | 35 |
| Octal | 125 | 272 | 126 | 66 | 0 | 66 | 33 | 171 | 52 | 65 |
| Binary | 1010101 | 10111010 | 1010110 | 110110 | 0 | 110110 | 11011 | 1111001 | 101010 | 110101 |
Color Harmonies of #55BA56
Complementary color
Monochromatic Colors of #55BA56
Black with #55BA56
Text Example
Text Example
White with #55BA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BA56; }
p { color: rgb(85,186,86); }
H1.HeaderClassName
{
color: #55BA56;
}
.AnyTagClassName
{
color: #55BA56;
}
</style>
background-color css
<style>
a { background-color: #55BA56; }
a { background-color: rgb(85,186,86); }
div.DivClassName
{
background-color: #55BA56;
}
.BgClassName
{
background-color: #55BA56;
}
</style>
border-color css
<style>
span { border-color: #55BA56; }
span { border-color: rgb(85,186,86); }
td.TdClassName
{
border-color: #55BA56;
}
.TagClassName
{
border-color: #55BA56;
}
</style>