Shades of Fruit Salad #5BA063
Tints of Fruit Salad #5BA063
RGB
CMYK
RGB Variations
Color information
#5BA063 (or 0x5BA063) is known color: Fruit Salad. HEX triplet: 5B, A0 and 63. RGB value is (91,160,99). Sum of RGB (Red+Green+Blue) = 91+160+99=350 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 160 - color contains mainly: green. Hex color #5BA063 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA063 is #A45F9C. Grayscale: #848484. Windows color (decimal): -10772381 or 6529115. OLE color: 6529115.
HSL color Cylindrical-coordinate representation of color #5BA063: hue angle of 126.96º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5BA063 is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 91 | 160 | 99 | - |
| CMYK | 0.43 | 0 | 0.38 | 0.37 |
| HSL | 126.96º | 0.27% | 0.49% | - |
| HSV(B) | 126.96º | 0.43% | 0.63% | - |
| XYZ | 19.14 | 28.27 | 16.25 | - |
| YUV | 132.42 | 109.14 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 160 | 99 | 0.43 | 0 | 0.38 | 0.37 | 126.96 | 0.27 | 0.49 |
| Hex | 5B | A0 | 63 | 2B | 0 | 26 | 25 | 7F | 1B | 31 |
| Octal | 133 | 240 | 143 | 53 | 0 | 46 | 45 | 177 | 33 | 61 |
| Binary | 1011011 | 10100000 | 1100011 | 101011 | 0 | 100110 | 100101 | 1111111 | 11011 | 110001 |
Color Harmonies of #5BA063
Complementary color
Monochromatic Colors of #5BA063
Black with #5BA063
Text Example
Text Example
White with #5BA063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA063; }
p { color: rgb(91,160,99); }
H1.HeaderClassName
{
color: #5BA063;
}
.AnyTagClassName
{
color: #5BA063;
}
</style>
background-color css
<style>
a { background-color: #5BA063; }
a { background-color: rgb(91,160,99); }
div.DivClassName
{
background-color: #5BA063;
}
.BgClassName
{
background-color: #5BA063;
}
</style>
border-color css
<style>
span { border-color: #5BA063; }
span { border-color: rgb(91,160,99); }
td.TdClassName
{
border-color: #5BA063;
}
.TagClassName
{
border-color: #5BA063;
}
</style>