Shades of Fruit Salad #5BAB57
Tints of Fruit Salad #5BAB57
RGB
CMYK
RGB Variations
Color information
#5BAB57 (or 0x5BAB57) is known color: Fruit Salad. HEX triplet: 5B, AB and 57. RGB value is (91,171,87). Sum of RGB (Red+Green+Blue) = 91+171+87=349 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.07% from 349); Green value is 171 (67.19% from 255 or 49.00% from 349); Blue value is 87 (34.38% from 255 or 24.93% from 349); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAB57 is #A454A8. Grayscale: #898989. Windows color (decimal): -10769577 or 5745499. OLE color: 5745499.
HSL color Cylindrical-coordinate representation of color #5BAB57: hue angle of 117.14º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5BAB57 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 171 | 87 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.33 |
| HSL | 117.14º | 0.33% | 0.51% | - |
| HSV(B) | 117.14º | 0.49% | 0.67% | - |
| XYZ | 20.6 | 32.04 | 14.12 | - |
| YUV | 137.5 | 99.5 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 171 | 87 | 0.47 | 0 | 0.49 | 0.33 | 117.14 | 0.33 | 0.51 |
| Hex | 5B | AB | 57 | 2F | 0 | 31 | 21 | 75 | 21 | 33 |
| Octal | 133 | 253 | 127 | 57 | 0 | 61 | 41 | 165 | 41 | 63 |
| Binary | 1011011 | 10101011 | 1010111 | 101111 | 0 | 110001 | 100001 | 1110101 | 100001 | 110011 |
Color Harmonies of #5BAB57
Complementary color
Monochromatic Colors of #5BAB57
Black with #5BAB57
Text Example
Text Example
White with #5BAB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAB57; }
p { color: rgb(91,171,87); }
H1.HeaderClassName
{
color: #5BAB57;
}
.AnyTagClassName
{
color: #5BAB57;
}
</style>
background-color css
<style>
a { background-color: #5BAB57; }
a { background-color: rgb(91,171,87); }
div.DivClassName
{
background-color: #5BAB57;
}
.BgClassName
{
background-color: #5BAB57;
}
</style>
border-color css
<style>
span { border-color: #5BAB57; }
span { border-color: rgb(91,171,87); }
td.TdClassName
{
border-color: #5BAB57;
}
.TagClassName
{
border-color: #5BAB57;
}
</style>