Shades of Fruit Salad #55B858
Tints of Fruit Salad #55B858
RGB
CMYK
RGB Variations
Color information
#55B858 (or 0x55B858) is known color: Fruit Salad. HEX triplet: 55, B8 and 58. RGB value is (85,184,88). Sum of RGB (Red+Green+Blue) = 85+184+88=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 184 (72.27% from 255 or 51.54% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 184 - color contains mainly: green. Hex color #55B858 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B858 is #AA47A7. Grayscale: #8F8F8F. Windows color (decimal): -11159464 or 5814357. OLE color: 5814357.
HSL color Cylindrical-coordinate representation of color #55B858: hue angle of 121.82º degrees, saturation: 0.41, 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 #55B858 is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 85 | 184 | 88 | - |
| CMYK | 0.54 | 0 | 0.52 | 0.28 |
| HSL | 121.82º | 0.41% | 0.53% | - |
| HSV(B) | 121.82º | 0.54% | 0.72% | - |
| XYZ | 22.65 | 36.92 | 15.16 | - |
| YUV | 143.46 | 96.7 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 184 | 88 | 0.54 | 0 | 0.52 | 0.28 | 121.82 | 0.41 | 0.53 |
| Hex | 55 | B8 | 58 | 36 | 0 | 34 | 1C | 7A | 29 | 35 |
| Octal | 125 | 270 | 130 | 66 | 0 | 64 | 34 | 172 | 51 | 65 |
| Binary | 1010101 | 10111000 | 1011000 | 110110 | 0 | 110100 | 11100 | 1111010 | 101001 | 110101 |
Color Harmonies of #55B858
Complementary color
Monochromatic Colors of #55B858
Black with #55B858
Text Example
Text Example
White with #55B858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B858; }
p { color: rgb(85,184,88); }
H1.HeaderClassName
{
color: #55B858;
}
.AnyTagClassName
{
color: #55B858;
}
</style>
background-color css
<style>
a { background-color: #55B858; }
a { background-color: rgb(85,184,88); }
div.DivClassName
{
background-color: #55B858;
}
.BgClassName
{
background-color: #55B858;
}
</style>
border-color css
<style>
span { border-color: #55B858; }
span { border-color: rgb(85,184,88); }
td.TdClassName
{
border-color: #55B858;
}
.TagClassName
{
border-color: #55B858;
}
</style>