Shades of Fruit Salad #5BAB56
Tints of Fruit Salad #5BAB56
RGB
CMYK
RGB Variations
Color information
#5BAB56 (or 0x5BAB56) is known color: Fruit Salad. HEX triplet: 5B, AB and 56. RGB value is (91,171,86). Sum of RGB (Red+Green+Blue) = 91+171+86=348 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.15% from 348); Green value is 171 (67.19% from 255 or 49.14% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAB56 is #A454A9. Grayscale: #898989. Windows color (decimal): -10769578 or 5679963. OLE color: 5679963.
HSL color Cylindrical-coordinate representation of color #5BAB56: hue angle of 116.47º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5BAB56 is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 171 | 86 | - |
| CMYK | 0.47 | 0 | 0.50 | 0.33 |
| HSL | 116.47º | 0.34% | 0.5% | - |
| HSV(B) | 116.47º | 0.5% | 0.67% | - |
| XYZ | 20.56 | 32.02 | 13.9 | - |
| YUV | 137.39 | 99 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 171 | 86 | 0.47 | 0 | 0.50 | 0.33 | 116.47 | 0.34 | 0.5 |
| Hex | 5B | AB | 56 | 2F | 0 | 32 | 21 | 74 | 22 | 32 |
| Octal | 133 | 253 | 126 | 57 | 0 | 62 | 41 | 164 | 42 | 62 |
| Binary | 1011011 | 10101011 | 1010110 | 101111 | 0 | 110010 | 100001 | 1110100 | 100010 | 110010 |
Color Harmonies of #5BAB56
Complementary color
Monochromatic Colors of #5BAB56
Black with #5BAB56
Text Example
Text Example
White with #5BAB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAB56; }
p { color: rgb(91,171,86); }
H1.HeaderClassName
{
color: #5BAB56;
}
.AnyTagClassName
{
color: #5BAB56;
}
</style>
background-color css
<style>
a { background-color: #5BAB56; }
a { background-color: rgb(91,171,86); }
div.DivClassName
{
background-color: #5BAB56;
}
.BgClassName
{
background-color: #5BAB56;
}
</style>
border-color css
<style>
span { border-color: #5BAB56; }
span { border-color: rgb(91,171,86); }
td.TdClassName
{
border-color: #5BAB56;
}
.TagClassName
{
border-color: #5BAB56;
}
</style>