Shades of Fruit Salad #5B9F5F
Tints of Fruit Salad #5B9F5F
RGB
CMYK
RGB Variations
Color information
#5B9F5F (or 0x5B9F5F) is known color: Fruit Salad. HEX triplet: 5B, 9F and 5F. RGB value is (91,159,95). Sum of RGB (Red+Green+Blue) = 91+159+95=345 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.38% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 159 - color contains mainly: green. Hex color #5B9F5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9F5F is #A460A0. Grayscale: #838383. Windows color (decimal): -10772641 or 6266715. OLE color: 6266715.
HSL color Cylindrical-coordinate representation of color #5B9F5F: hue angle of 123.53º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B9F5F is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 159 | 95 | - |
| CMYK | 0.43 | 0 | 0.40 | 0.38 |
| HSL | 123.53º | 0.27% | 0.49% | - |
| HSV(B) | 123.53º | 0.43% | 0.62% | - |
| XYZ | 18.78 | 27.85 | 15.21 | - |
| YUV | 131.37 | 107.47 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 159 | 95 | 0.43 | 0 | 0.40 | 0.38 | 123.53 | 0.27 | 0.49 |
| Hex | 5B | 9F | 5F | 2B | 0 | 28 | 26 | 7C | 1B | 31 |
| Octal | 133 | 237 | 137 | 53 | 0 | 50 | 46 | 174 | 33 | 61 |
| Binary | 1011011 | 10011111 | 1011111 | 101011 | 0 | 101000 | 100110 | 1111100 | 11011 | 110001 |
Color Harmonies of #5B9F5F
Complementary color
Monochromatic Colors of #5B9F5F
Black with #5B9F5F
Text Example
Text Example
White with #5B9F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9F5F; }
p { color: rgb(91,159,95); }
H1.HeaderClassName
{
color: #5B9F5F;
}
.AnyTagClassName
{
color: #5B9F5F;
}
</style>
background-color css
<style>
a { background-color: #5B9F5F; }
a { background-color: rgb(91,159,95); }
div.DivClassName
{
background-color: #5B9F5F;
}
.BgClassName
{
background-color: #5B9F5F;
}
</style>
border-color css
<style>
span { border-color: #5B9F5F; }
span { border-color: rgb(91,159,95); }
td.TdClassName
{
border-color: #5B9F5F;
}
.TagClassName
{
border-color: #5B9F5F;
}
</style>