Shades of Fruit Salad #4FA95C
Tints of Fruit Salad #4FA95C
RGB
CMYK
RGB Variations
Color information
#4FA95C (or 0x4FA95C) is known color: Fruit Salad. HEX triplet: 4F, A9 and 5C. RGB value is (79,169,92). Sum of RGB (Red+Green+Blue) = 79+169+92=340 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.24% from 340); Green value is 169 (66.41% from 255 or 49.71% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 169 - color contains mainly: green. Hex color #4FA95C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA95C is #B056A3. Grayscale: #858585. Windows color (decimal): -11556516 or 6072655. OLE color: 6072655.
HSL color Cylindrical-coordinate representation of color #4FA95C: hue angle of 128.67º 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 #4FA95C is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 79 | 169 | 92 | - |
| CMYK | 0.53 | 0 | 0.46 | 0.34 |
| HSL | 128.67º | 0.36% | 0.49% | - |
| HSV(B) | 128.67º | 0.53% | 0.66% | - |
| XYZ | 19.34 | 30.81 | 15.05 | - |
| YUV | 133.31 | 104.68 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 169 | 92 | 0.53 | 0 | 0.46 | 0.34 | 128.67 | 0.36 | 0.49 |
| Hex | 4F | A9 | 5C | 35 | 0 | 2E | 22 | 81 | 24 | 31 |
| Octal | 117 | 251 | 134 | 65 | 0 | 56 | 42 | 201 | 44 | 61 |
| Binary | 1001111 | 10101001 | 1011100 | 110101 | 0 | 101110 | 100010 | 10000001 | 100100 | 110001 |
Color Harmonies of #4FA95C
Complementary color
Monochromatic Colors of #4FA95C
Black with #4FA95C
Text Example
Text Example
White with #4FA95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA95C; }
p { color: rgb(79,169,92); }
H1.HeaderClassName
{
color: #4FA95C;
}
.AnyTagClassName
{
color: #4FA95C;
}
</style>
background-color css
<style>
a { background-color: #4FA95C; }
a { background-color: rgb(79,169,92); }
div.DivClassName
{
background-color: #4FA95C;
}
.BgClassName
{
background-color: #4FA95C;
}
</style>
border-color css
<style>
span { border-color: #4FA95C; }
span { border-color: rgb(79,169,92); }
td.TdClassName
{
border-color: #4FA95C;
}
.TagClassName
{
border-color: #4FA95C;
}
</style>