Shades of Fruit Salad #5FA958
Tints of Fruit Salad #5FA958
RGB
CMYK
RGB Variations
Color information
#5FA958 (or 0x5FA958) is known color: Fruit Salad. HEX triplet: 5F, A9 and 58. RGB value is (95,169,88). Sum of RGB (Red+Green+Blue) = 95+169+88=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 169 (66.41% from 255 or 48.01% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 169 - color contains mainly: green. Hex color #5FA958 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA958 is #A056A7. Grayscale: #898989. Windows color (decimal): -10507944 or 5810527. OLE color: 5810527.
HSL color Cylindrical-coordinate representation of color #5FA958: hue angle of 114.81º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FA958 is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 95 | 169 | 88 | - |
| CMYK | 0.44 | 0 | 0.48 | 0.34 |
| HSL | 114.81º | 0.32% | 0.5% | - |
| HSV(B) | 114.81º | 0.48% | 0.66% | - |
| XYZ | 20.67 | 31.51 | 14.23 | - |
| YUV | 137.64 | 99.98 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 169 | 88 | 0.44 | 0 | 0.48 | 0.34 | 114.81 | 0.32 | 0.5 |
| Hex | 5F | A9 | 58 | 2C | 0 | 30 | 22 | 73 | 20 | 32 |
| Octal | 137 | 251 | 130 | 54 | 0 | 60 | 42 | 163 | 40 | 62 |
| Binary | 1011111 | 10101001 | 1011000 | 101100 | 0 | 110000 | 100010 | 1110011 | 100000 | 110010 |
Color Harmonies of #5FA958
Complementary color
Monochromatic Colors of #5FA958
Black with #5FA958
Text Example
Text Example
White with #5FA958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA958; }
p { color: rgb(95,169,88); }
H1.HeaderClassName
{
color: #5FA958;
}
.AnyTagClassName
{
color: #5FA958;
}
</style>
background-color css
<style>
a { background-color: #5FA958; }
a { background-color: rgb(95,169,88); }
div.DivClassName
{
background-color: #5FA958;
}
.BgClassName
{
background-color: #5FA958;
}
</style>
border-color css
<style>
span { border-color: #5FA958; }
span { border-color: rgb(95,169,88); }
td.TdClassName
{
border-color: #5FA958;
}
.TagClassName
{
border-color: #5FA958;
}
</style>