Shades of Fruit Salad #4FA958
Tints of Fruit Salad #4FA958
RGB
CMYK
RGB Variations
Color information
#4FA958 (or 0x4FA958) is known color: Fruit Salad. HEX triplet: 4F, A9 and 58. RGB value is (79,169,88). Sum of RGB (Red+Green+Blue) = 79+169+88=336 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.51% from 336); Green value is 169 (66.41% from 255 or 50.30% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 169 - color contains mainly: green. Hex color #4FA958 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA958 is #B056A7. Grayscale: #858585. Windows color (decimal): -11556520 or 5810511. OLE color: 5810511.
HSL color Cylindrical-coordinate representation of color #4FA958: hue angle of 126º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4FA958 is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 79 | 169 | 88 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.34 |
| HSL | 126º | 0.36% | 0.49% | - |
| HSV(B) | 126º | 0.53% | 0.66% | - |
| XYZ | 19.17 | 30.74 | 14.16 | - |
| YUV | 132.86 | 102.68 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 169 | 88 | 0.53 | 0 | 0.48 | 0.34 | 126 | 0.36 | 0.49 |
| Hex | 4F | A9 | 58 | 35 | 0 | 30 | 22 | 7E | 24 | 31 |
| Octal | 117 | 251 | 130 | 65 | 0 | 60 | 42 | 176 | 44 | 61 |
| Binary | 1001111 | 10101001 | 1011000 | 110101 | 0 | 110000 | 100010 | 1111110 | 100100 | 110001 |
Color Harmonies of #4FA958
Complementary color
Monochromatic Colors of #4FA958
Black with #4FA958
Text Example
Text Example
White with #4FA958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA958; }
p { color: rgb(79,169,88); }
H1.HeaderClassName
{
color: #4FA958;
}
.AnyTagClassName
{
color: #4FA958;
}
</style>
background-color css
<style>
a { background-color: #4FA958; }
a { background-color: rgb(79,169,88); }
div.DivClassName
{
background-color: #4FA958;
}
.BgClassName
{
background-color: #4FA958;
}
</style>
border-color css
<style>
span { border-color: #4FA958; }
span { border-color: rgb(79,169,88); }
td.TdClassName
{
border-color: #4FA958;
}
.TagClassName
{
border-color: #4FA958;
}
</style>