Shades of Fruit Salad #5FA85C
Tints of Fruit Salad #5FA85C
RGB
CMYK
RGB Variations
Color information
#5FA85C (or 0x5FA85C) is known color: Fruit Salad. HEX triplet: 5F, A8 and 5C. RGB value is (95,168,92). Sum of RGB (Red+Green+Blue) = 95+168+92=355 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.76% from 355); Green value is 168 (66.02% from 255 or 47.32% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 168 - color contains mainly: green. Hex color #5FA85C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA85C is #A057A3. Grayscale: #898989. Windows color (decimal): -10508196 or 6072415. OLE color: 6072415.
HSL color Cylindrical-coordinate representation of color #5FA85C: hue angle of 117.63º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FA85C is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 95 | 168 | 92 | - |
| CMYK | 0.43 | 0 | 0.45 | 0.34 |
| HSL | 117.63º | 0.3% | 0.51% | - |
| HSV(B) | 117.63º | 0.45% | 0.66% | - |
| XYZ | 20.65 | 31.21 | 15.06 | - |
| YUV | 137.51 | 102.32 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 168 | 92 | 0.43 | 0 | 0.45 | 0.34 | 117.63 | 0.3 | 0.51 |
| Hex | 5F | A8 | 5C | 2B | 0 | 2D | 22 | 76 | 1E | 33 |
| Octal | 137 | 250 | 134 | 53 | 0 | 55 | 42 | 166 | 36 | 63 |
| Binary | 1011111 | 10101000 | 1011100 | 101011 | 0 | 101101 | 100010 | 1110110 | 11110 | 110011 |
Color Harmonies of #5FA85C
Complementary color
Monochromatic Colors of #5FA85C
Black with #5FA85C
Text Example
Text Example
White with #5FA85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA85C; }
p { color: rgb(95,168,92); }
H1.HeaderClassName
{
color: #5FA85C;
}
.AnyTagClassName
{
color: #5FA85C;
}
</style>
background-color css
<style>
a { background-color: #5FA85C; }
a { background-color: rgb(95,168,92); }
div.DivClassName
{
background-color: #5FA85C;
}
.BgClassName
{
background-color: #5FA85C;
}
</style>
border-color css
<style>
span { border-color: #5FA85C; }
span { border-color: rgb(95,168,92); }
td.TdClassName
{
border-color: #5FA85C;
}
.TagClassName
{
border-color: #5FA85C;
}
</style>