Shades of Fruit Salad #5BA255
Tints of Fruit Salad #5BA255
RGB
CMYK
RGB Variations
Color information
#5BA255 (or 0x5BA255) is known color: Fruit Salad. HEX triplet: 5B, A2 and 55. RGB value is (91,162,85). Sum of RGB (Red+Green+Blue) = 91+162+85=338 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.92% from 338); Green value is 162 (63.67% from 255 or 47.93% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 162 - color contains mainly: green. Hex color #5BA255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA255 is #A45DAA. Grayscale: #848484. Windows color (decimal): -10771883 or 5612123. OLE color: 5612123.
HSL color Cylindrical-coordinate representation of color #5BA255: hue angle of 115.32º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BA255 is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 162 | 85 | - |
| CMYK | 0.44 | 0 | 0.48 | 0.36 |
| HSL | 115.32º | 0.31% | 0.48% | - |
| HSV(B) | 115.32º | 0.48% | 0.64% | - |
| XYZ | 18.87 | 28.72 | 13.14 | - |
| YUV | 131.99 | 101.48 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 162 | 85 | 0.44 | 0 | 0.48 | 0.36 | 115.32 | 0.31 | 0.48 |
| Hex | 5B | A2 | 55 | 2C | 0 | 30 | 24 | 73 | 1F | 30 |
| Octal | 133 | 242 | 125 | 54 | 0 | 60 | 44 | 163 | 37 | 60 |
| Binary | 1011011 | 10100010 | 1010101 | 101100 | 0 | 110000 | 100100 | 1110011 | 11111 | 110000 |
Color Harmonies of #5BA255
Complementary color
Monochromatic Colors of #5BA255
Black with #5BA255
Text Example
Text Example
White with #5BA255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA255; }
p { color: rgb(91,162,85); }
H1.HeaderClassName
{
color: #5BA255;
}
.AnyTagClassName
{
color: #5BA255;
}
</style>
background-color css
<style>
a { background-color: #5BA255; }
a { background-color: rgb(91,162,85); }
div.DivClassName
{
background-color: #5BA255;
}
.BgClassName
{
background-color: #5BA255;
}
</style>
border-color css
<style>
span { border-color: #5BA255; }
span { border-color: rgb(91,162,85); }
td.TdClassName
{
border-color: #5BA255;
}
.TagClassName
{
border-color: #5BA255;
}
</style>