Shades of Fruit Salad #5BA157
Tints of Fruit Salad #5BA157
RGB
CMYK
RGB Variations
Color information
#5BA157 (or 0x5BA157) is known color: Fruit Salad. HEX triplet: 5B, A1 and 57. RGB value is (91,161,87). Sum of RGB (Red+Green+Blue) = 91+161+87=339 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.84% from 339); Green value is 161 (63.28% from 255 or 47.49% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 161 - color contains mainly: green. Hex color #5BA157 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA157 is #A45EA8. Grayscale: #838383. Windows color (decimal): -10772137 or 5742939. OLE color: 5742939.
HSL color Cylindrical-coordinate representation of color #5BA157: hue angle of 116.76º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA157 is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 91 | 161 | 87 | - |
| CMYK | 0.43 | 0 | 0.46 | 0.37 |
| HSL | 116.76º | 0.3% | 0.49% | - |
| HSV(B) | 116.76º | 0.46% | 0.63% | - |
| XYZ | 18.78 | 28.4 | 13.51 | - |
| YUV | 131.63 | 102.81 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 161 | 87 | 0.43 | 0 | 0.46 | 0.37 | 116.76 | 0.3 | 0.49 |
| Hex | 5B | A1 | 57 | 2B | 0 | 2E | 25 | 75 | 1E | 31 |
| Octal | 133 | 241 | 127 | 53 | 0 | 56 | 45 | 165 | 36 | 61 |
| Binary | 1011011 | 10100001 | 1010111 | 101011 | 0 | 101110 | 100101 | 1110101 | 11110 | 110001 |
Color Harmonies of #5BA157
Complementary color
Monochromatic Colors of #5BA157
Black with #5BA157
Text Example
Text Example
White with #5BA157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA157; }
p { color: rgb(91,161,87); }
H1.HeaderClassName
{
color: #5BA157;
}
.AnyTagClassName
{
color: #5BA157;
}
</style>
background-color css
<style>
a { background-color: #5BA157; }
a { background-color: rgb(91,161,87); }
div.DivClassName
{
background-color: #5BA157;
}
.BgClassName
{
background-color: #5BA157;
}
</style>
border-color css
<style>
span { border-color: #5BA157; }
span { border-color: rgb(91,161,87); }
td.TdClassName
{
border-color: #5BA157;
}
.TagClassName
{
border-color: #5BA157;
}
</style>