Shades of Fruit Salad #5FA160
Tints of Fruit Salad #5FA160
RGB
CMYK
RGB Variations
Color information
#5FA160 (or 0x5FA160) is known color: Fruit Salad. HEX triplet: 5F, A1 and 60. RGB value is (95,161,96). Sum of RGB (Red+Green+Blue) = 95+161+96=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 161 - color contains mainly: green. Hex color #5FA160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA160 is #A05E9F. Grayscale: #868686. Windows color (decimal): -10509984 or 6332767. OLE color: 6332767.
HSL color Cylindrical-coordinate representation of color #5FA160: hue angle of 120.91º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5FA160 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 95 | 161 | 96 | - |
| CMYK | 0.41 | 0 | 0.40 | 0.37 |
| HSL | 120.91º | 0.26% | 0.5% | - |
| HSV(B) | 120.91º | 0.41% | 0.63% | - |
| XYZ | 19.58 | 28.77 | 15.59 | - |
| YUV | 133.86 | 106.63 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 161 | 96 | 0.41 | 0 | 0.40 | 0.37 | 120.91 | 0.26 | 0.5 |
| Hex | 5F | A1 | 60 | 29 | 0 | 28 | 25 | 79 | 1A | 32 |
| Octal | 137 | 241 | 140 | 51 | 0 | 50 | 45 | 171 | 32 | 62 |
| Binary | 1011111 | 10100001 | 1100000 | 101001 | 0 | 101000 | 100101 | 1111001 | 11010 | 110010 |
Color Harmonies of #5FA160
Complementary color
Monochromatic Colors of #5FA160
Black with #5FA160
Text Example
Text Example
White with #5FA160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA160; }
p { color: rgb(95,161,96); }
H1.HeaderClassName
{
color: #5FA160;
}
.AnyTagClassName
{
color: #5FA160;
}
</style>
background-color css
<style>
a { background-color: #5FA160; }
a { background-color: rgb(95,161,96); }
div.DivClassName
{
background-color: #5FA160;
}
.BgClassName
{
background-color: #5FA160;
}
</style>
border-color css
<style>
span { border-color: #5FA160; }
span { border-color: rgb(95,161,96); }
td.TdClassName
{
border-color: #5FA160;
}
.TagClassName
{
border-color: #5FA160;
}
</style>