Shades of Fruit Salad #5BA061
Tints of Fruit Salad #5BA061
RGB
CMYK
RGB Variations
Color information
#5BA061 (or 0x5BA061) is known color: Fruit Salad. HEX triplet: 5B, A0 and 61. RGB value is (91,160,97). Sum of RGB (Red+Green+Blue) = 91+160+97=348 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.15% from 348); Green value is 160 (62.89% from 255 or 45.98% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 160 - color contains mainly: green. Hex color #5BA061 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA061 is #A45F9E. Grayscale: #848484. Windows color (decimal): -10772383 or 6398043. OLE color: 6398043.
HSL color Cylindrical-coordinate representation of color #5BA061: hue angle of 125.22º 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 #5BA061 is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 91 | 160 | 97 | - |
| CMYK | 0.43 | 0 | 0.39 | 0.37 |
| HSL | 125.22º | 0.27% | 0.49% | - |
| HSV(B) | 125.22º | 0.43% | 0.63% | - |
| XYZ | 19.04 | 28.23 | 15.75 | - |
| YUV | 132.19 | 108.14 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 160 | 97 | 0.43 | 0 | 0.39 | 0.37 | 125.22 | 0.27 | 0.49 |
| Hex | 5B | A0 | 61 | 2B | 0 | 27 | 25 | 7D | 1B | 31 |
| Octal | 133 | 240 | 141 | 53 | 0 | 47 | 45 | 175 | 33 | 61 |
| Binary | 1011011 | 10100000 | 1100001 | 101011 | 0 | 100111 | 100101 | 1111101 | 11011 | 110001 |
Color Harmonies of #5BA061
Complementary color
Monochromatic Colors of #5BA061
Black with #5BA061
Text Example
Text Example
White with #5BA061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA061; }
p { color: rgb(91,160,97); }
H1.HeaderClassName
{
color: #5BA061;
}
.AnyTagClassName
{
color: #5BA061;
}
</style>
background-color css
<style>
a { background-color: #5BA061; }
a { background-color: rgb(91,160,97); }
div.DivClassName
{
background-color: #5BA061;
}
.BgClassName
{
background-color: #5BA061;
}
</style>
border-color css
<style>
span { border-color: #5BA061; }
span { border-color: rgb(91,160,97); }
td.TdClassName
{
border-color: #5BA061;
}
.TagClassName
{
border-color: #5BA061;
}
</style>