Shades of Fruit Salad #5BB456
Tints of Fruit Salad #5BB456
RGB
CMYK
RGB Variations
Color information
#5BB456 (or 0x5BB456) is known color: Fruit Salad. HEX triplet: 5B, B4 and 56. RGB value is (91,180,86). Sum of RGB (Red+Green+Blue) = 91+180+86=357 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.49% from 357); Green value is 180 (70.70% from 255 or 50.42% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 180 - color contains mainly: green. Hex color #5BB456 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BB456 is #A44BA9. Grayscale: #8E8E8E. Windows color (decimal): -10767274 or 5682267. OLE color: 5682267.
HSL color Cylindrical-coordinate representation of color #5BB456: hue angle of 116.81º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BB456 is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 91 | 180 | 86 | - |
| CMYK | 0.49 | 0 | 0.52 | 0.29 |
| HSL | 116.81º | 0.39% | 0.52% | - |
| HSV(B) | 116.81º | 0.52% | 0.71% | - |
| XYZ | 22.32 | 35.54 | 14.49 | - |
| YUV | 142.67 | 96.01 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 180 | 86 | 0.49 | 0 | 0.52 | 0.29 | 116.81 | 0.39 | 0.52 |
| Hex | 5B | B4 | 56 | 31 | 0 | 34 | 1D | 75 | 27 | 34 |
| Octal | 133 | 264 | 126 | 61 | 0 | 64 | 35 | 165 | 47 | 64 |
| Binary | 1011011 | 10110100 | 1010110 | 110001 | 0 | 110100 | 11101 | 1110101 | 100111 | 110100 |
Color Harmonies of #5BB456
Complementary color
Monochromatic Colors of #5BB456
Black with #5BB456
Text Example
Text Example
White with #5BB456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB456; }
p { color: rgb(91,180,86); }
H1.HeaderClassName
{
color: #5BB456;
}
.AnyTagClassName
{
color: #5BB456;
}
</style>
background-color css
<style>
a { background-color: #5BB456; }
a { background-color: rgb(91,180,86); }
div.DivClassName
{
background-color: #5BB456;
}
.BgClassName
{
background-color: #5BB456;
}
</style>
border-color css
<style>
span { border-color: #5BB456; }
span { border-color: rgb(91,180,86); }
td.TdClassName
{
border-color: #5BB456;
}
.TagClassName
{
border-color: #5BB456;
}
</style>