Shades of Fruit Salad #5BA756
Tints of Fruit Salad #5BA756
RGB
CMYK
RGB Variations
Color information
#5BA756 (or 0x5BA756) is known color: Fruit Salad. HEX triplet: 5B, A7 and 56. RGB value is (91,167,86). Sum of RGB (Red+Green+Blue) = 91+167+86=344 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.45% from 344); Green value is 167 (65.62% from 255 or 48.55% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 167 - color contains mainly: green. Hex color #5BA756 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA756 is #A458A9. Grayscale: #878787. Windows color (decimal): -10770602 or 5678939. OLE color: 5678939.
HSL color Cylindrical-coordinate representation of color #5BA756: hue angle of 116.3º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5BA756 is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 167 | 86 | - |
| CMYK | 0.46 | 0 | 0.49 | 0.35 |
| HSL | 116.3º | 0.32% | 0.5% | - |
| HSV(B) | 116.3º | 0.49% | 0.65% | - |
| XYZ | 19.81 | 30.53 | 13.65 | - |
| YUV | 135.04 | 100.32 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 167 | 86 | 0.46 | 0 | 0.49 | 0.35 | 116.3 | 0.32 | 0.5 |
| Hex | 5B | A7 | 56 | 2E | 0 | 31 | 23 | 74 | 20 | 32 |
| Octal | 133 | 247 | 126 | 56 | 0 | 61 | 43 | 164 | 40 | 62 |
| Binary | 1011011 | 10100111 | 1010110 | 101110 | 0 | 110001 | 100011 | 1110100 | 100000 | 110010 |
Color Harmonies of #5BA756
Complementary color
Monochromatic Colors of #5BA756
Black with #5BA756
Text Example
Text Example
White with #5BA756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA756; }
p { color: rgb(91,167,86); }
H1.HeaderClassName
{
color: #5BA756;
}
.AnyTagClassName
{
color: #5BA756;
}
</style>
background-color css
<style>
a { background-color: #5BA756; }
a { background-color: rgb(91,167,86); }
div.DivClassName
{
background-color: #5BA756;
}
.BgClassName
{
background-color: #5BA756;
}
</style>
border-color css
<style>
span { border-color: #5BA756; }
span { border-color: rgb(91,167,86); }
td.TdClassName
{
border-color: #5BA756;
}
.TagClassName
{
border-color: #5BA756;
}
</style>