Shades of Fruit Salad #5FA558
Tints of Fruit Salad #5FA558
RGB
CMYK
RGB Variations
Color information
#5FA558 (or 0x5FA558) is known color: Fruit Salad. HEX triplet: 5F, A5 and 58. RGB value is (95,165,88). Sum of RGB (Red+Green+Blue) = 95+165+88=348 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.30% from 348); Green value is 165 (64.84% from 255 or 47.41% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 165 - color contains mainly: green. Hex color #5FA558 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA558 is #A05AA7. Grayscale: #878787. Windows color (decimal): -10508968 or 5809503. OLE color: 5809503.
HSL color Cylindrical-coordinate representation of color #5FA558: hue angle of 114.55º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FA558 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 165 | 88 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.35 |
| HSL | 114.55º | 0.3% | 0.5% | - |
| HSV(B) | 114.55º | 0.47% | 0.65% | - |
| XYZ | 19.94 | 30.05 | 13.98 | - |
| YUV | 135.29 | 101.31 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 165 | 88 | 0.42 | 0 | 0.47 | 0.35 | 114.55 | 0.3 | 0.5 |
| Hex | 5F | A5 | 58 | 2A | 0 | 2F | 23 | 73 | 1E | 32 |
| Octal | 137 | 245 | 130 | 52 | 0 | 57 | 43 | 163 | 36 | 62 |
| Binary | 1011111 | 10100101 | 1011000 | 101010 | 0 | 101111 | 100011 | 1110011 | 11110 | 110010 |
Color Harmonies of #5FA558
Complementary color
Monochromatic Colors of #5FA558
Black with #5FA558
Text Example
Text Example
White with #5FA558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA558; }
p { color: rgb(95,165,88); }
H1.HeaderClassName
{
color: #5FA558;
}
.AnyTagClassName
{
color: #5FA558;
}
</style>
background-color css
<style>
a { background-color: #5FA558; }
a { background-color: rgb(95,165,88); }
div.DivClassName
{
background-color: #5FA558;
}
.BgClassName
{
background-color: #5FA558;
}
</style>
border-color css
<style>
span { border-color: #5FA558; }
span { border-color: rgb(95,165,88); }
td.TdClassName
{
border-color: #5FA558;
}
.TagClassName
{
border-color: #5FA558;
}
</style>