Shades of Fruit Salad #5FA55E
Tints of Fruit Salad #5FA55E
RGB
CMYK
RGB Variations
Color information
#5FA55E (or 0x5FA55E) is known color: Fruit Salad. HEX triplet: 5F, A5 and 5E. RGB value is (95,165,94). Sum of RGB (Red+Green+Blue) = 95+165+94=354 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.84% from 354); Green value is 165 (64.84% from 255 or 46.61% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 165 - color contains mainly: green. Hex color #5FA55E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA55E is #A05AA1. Grayscale: #888888. Windows color (decimal): -10508962 or 6202719. OLE color: 6202719.
HSL color Cylindrical-coordinate representation of color #5FA55E: hue angle of 119.15º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5FA55E is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 165 | 94 | - |
| CMYK | 0.42 | 0 | 0.43 | 0.35 |
| HSL | 119.15º | 0.28% | 0.51% | - |
| HSV(B) | 119.15º | 0.43% | 0.65% | - |
| XYZ | 20.19 | 30.15 | 15.35 | - |
| YUV | 135.98 | 104.31 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 165 | 94 | 0.42 | 0 | 0.43 | 0.35 | 119.15 | 0.28 | 0.51 |
| Hex | 5F | A5 | 5E | 2A | 0 | 2B | 23 | 77 | 1C | 33 |
| Octal | 137 | 245 | 136 | 52 | 0 | 53 | 43 | 167 | 34 | 63 |
| Binary | 1011111 | 10100101 | 1011110 | 101010 | 0 | 101011 | 100011 | 1110111 | 11100 | 110011 |
Color Harmonies of #5FA55E
Complementary color
Monochromatic Colors of #5FA55E
Black with #5FA55E
Text Example
Text Example
White with #5FA55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA55E; }
p { color: rgb(95,165,94); }
H1.HeaderClassName
{
color: #5FA55E;
}
.AnyTagClassName
{
color: #5FA55E;
}
</style>
background-color css
<style>
a { background-color: #5FA55E; }
a { background-color: rgb(95,165,94); }
div.DivClassName
{
background-color: #5FA55E;
}
.BgClassName
{
background-color: #5FA55E;
}
</style>
border-color css
<style>
span { border-color: #5FA55E; }
span { border-color: rgb(95,165,94); }
td.TdClassName
{
border-color: #5FA55E;
}
.TagClassName
{
border-color: #5FA55E;
}
</style>