Shades of Fruit Salad #55BA57
Tints of Fruit Salad #55BA57
RGB
CMYK
RGB Variations
Color information
#55BA57 (or 0x55BA57) is known color: Fruit Salad. HEX triplet: 55, BA and 57. RGB value is (85,186,87). Sum of RGB (Red+Green+Blue) = 85+186+87=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 87 (34.38% from 255 or 24.30% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BA57 is #AA45A8. Grayscale: #909090. Windows color (decimal): -11158953 or 5749333. OLE color: 5749333.
HSL color Cylindrical-coordinate representation of color #55BA57: hue angle of 121.19º 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 #55BA57 is Cyan = 0.54, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 87 | - |
| CMYK | 0.54 | 0 | 0.53 | 0.27 |
| HSL | 121.19º | 0.42% | 0.53% | - |
| HSV(B) | 121.19º | 0.54% | 0.73% | - |
| XYZ | 23.03 | 37.74 | 15.09 | - |
| YUV | 144.52 | 95.54 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 87 | 0.54 | 0 | 0.53 | 0.27 | 121.19 | 0.42 | 0.53 |
| Hex | 55 | BA | 57 | 36 | 0 | 35 | 1B | 79 | 2A | 35 |
| Octal | 125 | 272 | 127 | 66 | 0 | 65 | 33 | 171 | 52 | 65 |
| Binary | 1010101 | 10111010 | 1010111 | 110110 | 0 | 110101 | 11011 | 1111001 | 101010 | 110101 |
Color Harmonies of #55BA57
Complementary color
Monochromatic Colors of #55BA57
Black with #55BA57
Text Example
Text Example
White with #55BA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BA57; }
p { color: rgb(85,186,87); }
H1.HeaderClassName
{
color: #55BA57;
}
.AnyTagClassName
{
color: #55BA57;
}
</style>
background-color css
<style>
a { background-color: #55BA57; }
a { background-color: rgb(85,186,87); }
div.DivClassName
{
background-color: #55BA57;
}
.BgClassName
{
background-color: #55BA57;
}
</style>
border-color css
<style>
span { border-color: #55BA57; }
span { border-color: rgb(85,186,87); }
td.TdClassName
{
border-color: #55BA57;
}
.TagClassName
{
border-color: #55BA57;
}
</style>