Shades of Fruit Salad #5FA659
Tints of Fruit Salad #5FA659
RGB
CMYK
RGB Variations
Color information
#5FA659 (or 0x5FA659) is known color: Fruit Salad. HEX triplet: 5F, A6 and 59. RGB value is (95,166,89). Sum of RGB (Red+Green+Blue) = 95+166+89=350 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.14% from 350); Green value is 166 (65.23% from 255 or 47.43% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 166 - color contains mainly: green. Hex color #5FA659 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA659 is #A059A6. Grayscale: #888888. Windows color (decimal): -10508711 or 5875295. OLE color: 5875295.
HSL color Cylindrical-coordinate representation of color #5FA659: hue angle of 115.32º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5FA659 is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 166 | 89 | - |
| CMYK | 0.43 | 0 | 0.46 | 0.35 |
| HSL | 115.32º | 0.3% | 0.5% | - |
| HSV(B) | 115.32º | 0.46% | 0.65% | - |
| XYZ | 20.16 | 30.43 | 14.26 | - |
| YUV | 135.99 | 101.48 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 166 | 89 | 0.43 | 0 | 0.46 | 0.35 | 115.32 | 0.3 | 0.5 |
| Hex | 5F | A6 | 59 | 2B | 0 | 2E | 23 | 73 | 1E | 32 |
| Octal | 137 | 246 | 131 | 53 | 0 | 56 | 43 | 163 | 36 | 62 |
| Binary | 1011111 | 10100110 | 1011001 | 101011 | 0 | 101110 | 100011 | 1110011 | 11110 | 110010 |
Color Harmonies of #5FA659
Complementary color
Monochromatic Colors of #5FA659
Black with #5FA659
Text Example
Text Example
White with #5FA659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA659; }
p { color: rgb(95,166,89); }
H1.HeaderClassName
{
color: #5FA659;
}
.AnyTagClassName
{
color: #5FA659;
}
</style>
background-color css
<style>
a { background-color: #5FA659; }
a { background-color: rgb(95,166,89); }
div.DivClassName
{
background-color: #5FA659;
}
.BgClassName
{
background-color: #5FA659;
}
</style>
border-color css
<style>
span { border-color: #5FA659; }
span { border-color: rgb(95,166,89); }
td.TdClassName
{
border-color: #5FA659;
}
.TagClassName
{
border-color: #5FA659;
}
</style>