Shades of Fruit Salad #5B9F55
Tints of Fruit Salad #5B9F55
RGB
CMYK
RGB Variations
Color information
#5B9F55 (or 0x5B9F55) is known color: Fruit Salad. HEX triplet: 5B, 9F and 55. RGB value is (91,159,85). Sum of RGB (Red+Green+Blue) = 91+159+85=335 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.16% from 335); Green value is 159 (62.5% from 255 or 47.46% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 159 - color contains mainly: green. Hex color #5B9F55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9F55 is #A460AA. Grayscale: #828282. Windows color (decimal): -10772651 or 5611355. OLE color: 5611355.
HSL color Cylindrical-coordinate representation of color #5B9F55: hue angle of 115.14º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B9F55 is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 159 | 85 | - |
| CMYK | 0.43 | 0 | 0.47 | 0.38 |
| HSL | 115.14º | 0.3% | 0.48% | - |
| HSV(B) | 115.14º | 0.47% | 0.62% | - |
| XYZ | 18.35 | 27.68 | 12.97 | - |
| YUV | 130.23 | 102.47 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 159 | 85 | 0.43 | 0 | 0.47 | 0.38 | 115.14 | 0.3 | 0.48 |
| Hex | 5B | 9F | 55 | 2B | 0 | 2F | 26 | 73 | 1E | 30 |
| Octal | 133 | 237 | 125 | 53 | 0 | 57 | 46 | 163 | 36 | 60 |
| Binary | 1011011 | 10011111 | 1010101 | 101011 | 0 | 101111 | 100110 | 1110011 | 11110 | 110000 |
Color Harmonies of #5B9F55
Complementary color
Monochromatic Colors of #5B9F55
Black with #5B9F55
Text Example
Text Example
White with #5B9F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9F55; }
p { color: rgb(91,159,85); }
H1.HeaderClassName
{
color: #5B9F55;
}
.AnyTagClassName
{
color: #5B9F55;
}
</style>
background-color css
<style>
a { background-color: #5B9F55; }
a { background-color: rgb(91,159,85); }
div.DivClassName
{
background-color: #5B9F55;
}
.BgClassName
{
background-color: #5B9F55;
}
</style>
border-color css
<style>
span { border-color: #5B9F55; }
span { border-color: rgb(91,159,85); }
td.TdClassName
{
border-color: #5B9F55;
}
.TagClassName
{
border-color: #5B9F55;
}
</style>