Shades of Fruit Salad #5FA459
Tints of Fruit Salad #5FA459
RGB
CMYK
RGB Variations
Color information
#5FA459 (or 0x5FA459) is known color: Fruit Salad. HEX triplet: 5F, A4 and 59. RGB value is (95,164,89). Sum of RGB (Red+Green+Blue) = 95+164+89=348 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.30% from 348); Green value is 164 (64.45% from 255 or 47.13% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 164 - color contains mainly: green. Hex color #5FA459 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA459 is #A05BA6. Grayscale: #878787. Windows color (decimal): -10509223 or 5874783. OLE color: 5874783.
HSL color Cylindrical-coordinate representation of color #5FA459: hue angle of 115.2º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5FA459 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 164 | 89 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.36 |
| HSL | 115.2º | 0.3% | 0.5% | - |
| HSV(B) | 115.2º | 0.46% | 0.64% | - |
| XYZ | 19.8 | 29.71 | 14.14 | - |
| YUV | 134.82 | 102.14 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 164 | 89 | 0.42 | 0 | 0.46 | 0.36 | 115.2 | 0.3 | 0.5 |
| Hex | 5F | A4 | 59 | 2A | 0 | 2E | 24 | 73 | 1E | 32 |
| Octal | 137 | 244 | 131 | 52 | 0 | 56 | 44 | 163 | 36 | 62 |
| Binary | 1011111 | 10100100 | 1011001 | 101010 | 0 | 101110 | 100100 | 1110011 | 11110 | 110010 |
Color Harmonies of #5FA459
Complementary color
Monochromatic Colors of #5FA459
Black with #5FA459
Text Example
Text Example
White with #5FA459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA459; }
p { color: rgb(95,164,89); }
H1.HeaderClassName
{
color: #5FA459;
}
.AnyTagClassName
{
color: #5FA459;
}
</style>
background-color css
<style>
a { background-color: #5FA459; }
a { background-color: rgb(95,164,89); }
div.DivClassName
{
background-color: #5FA459;
}
.BgClassName
{
background-color: #5FA459;
}
</style>
border-color css
<style>
span { border-color: #5FA459; }
span { border-color: rgb(95,164,89); }
td.TdClassName
{
border-color: #5FA459;
}
.TagClassName
{
border-color: #5FA459;
}
</style>