Shades of Fruit Salad #5B9E60
Tints of Fruit Salad #5B9E60
RGB
CMYK
RGB Variations
Color information
#5B9E60 (or 0x5B9E60) is known color: Fruit Salad. HEX triplet: 5B, 9E and 60. RGB value is (91,158,96). Sum of RGB (Red+Green+Blue) = 91+158+96=345 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.38% from 345); Green value is 158 (62.11% from 255 or 45.80% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 158 - color contains mainly: green. Hex color #5B9E60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9E60 is #A4619F. Grayscale: #838383. Windows color (decimal): -10772896 or 6331995. OLE color: 6331995.
HSL color Cylindrical-coordinate representation of color #5B9E60: hue angle of 124.48º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B9E60 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 158 | 96 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.38 |
| HSL | 124.48º | 0.27% | 0.49% | - |
| HSV(B) | 124.48º | 0.42% | 0.62% | - |
| XYZ | 18.65 | 27.52 | 15.4 | - |
| YUV | 130.9 | 108.3 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 158 | 96 | 0.42 | 0 | 0.39 | 0.38 | 124.48 | 0.27 | 0.49 |
| Hex | 5B | 9E | 60 | 2A | 0 | 27 | 26 | 7C | 1B | 31 |
| Octal | 133 | 236 | 140 | 52 | 0 | 47 | 46 | 174 | 33 | 61 |
| Binary | 1011011 | 10011110 | 1100000 | 101010 | 0 | 100111 | 100110 | 1111100 | 11011 | 110001 |
Color Harmonies of #5B9E60
Complementary color
Monochromatic Colors of #5B9E60
Black with #5B9E60
Text Example
Text Example
White with #5B9E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9E60; }
p { color: rgb(91,158,96); }
H1.HeaderClassName
{
color: #5B9E60;
}
.AnyTagClassName
{
color: #5B9E60;
}
</style>
background-color css
<style>
a { background-color: #5B9E60; }
a { background-color: rgb(91,158,96); }
div.DivClassName
{
background-color: #5B9E60;
}
.BgClassName
{
background-color: #5B9E60;
}
</style>
border-color css
<style>
span { border-color: #5B9E60; }
span { border-color: rgb(91,158,96); }
td.TdClassName
{
border-color: #5B9E60;
}
.TagClassName
{
border-color: #5B9E60;
}
</style>