Shades of Fruit Salad #4FA85C
Tints of Fruit Salad #4FA85C
RGB
CMYK
RGB Variations
Color information
#4FA85C (or 0x4FA85C) is known color: Fruit Salad. HEX triplet: 4F, A8 and 5C. RGB value is (79,168,92). Sum of RGB (Red+Green+Blue) = 79+168+92=339 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.30% from 339); Green value is 168 (66.02% from 255 or 49.56% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 168 - color contains mainly: green. Hex color #4FA85C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA85C is #B057A3. Grayscale: #848484. Windows color (decimal): -11556772 or 6072399. OLE color: 6072399.
HSL color Cylindrical-coordinate representation of color #4FA85C: hue angle of 128.76º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4FA85C is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 79 | 168 | 92 | - |
| CMYK | 0.53 | 0 | 0.45 | 0.34 |
| HSL | 128.76º | 0.36% | 0.48% | - |
| HSV(B) | 128.76º | 0.53% | 0.66% | - |
| XYZ | 19.16 | 30.44 | 14.99 | - |
| YUV | 132.73 | 105.01 | 89.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 168 | 92 | 0.53 | 0 | 0.45 | 0.34 | 128.76 | 0.36 | 0.48 |
| Hex | 4F | A8 | 5C | 35 | 0 | 2D | 22 | 81 | 24 | 30 |
| Octal | 117 | 250 | 134 | 65 | 0 | 55 | 42 | 201 | 44 | 60 |
| Binary | 1001111 | 10101000 | 1011100 | 110101 | 0 | 101101 | 100010 | 10000001 | 100100 | 110000 |
Color Harmonies of #4FA85C
Complementary color
Monochromatic Colors of #4FA85C
Black with #4FA85C
Text Example
Text Example
White with #4FA85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA85C; }
p { color: rgb(79,168,92); }
H1.HeaderClassName
{
color: #4FA85C;
}
.AnyTagClassName
{
color: #4FA85C;
}
</style>
background-color css
<style>
a { background-color: #4FA85C; }
a { background-color: rgb(79,168,92); }
div.DivClassName
{
background-color: #4FA85C;
}
.BgClassName
{
background-color: #4FA85C;
}
</style>
border-color css
<style>
span { border-color: #4FA85C; }
span { border-color: rgb(79,168,92); }
td.TdClassName
{
border-color: #4FA85C;
}
.TagClassName
{
border-color: #4FA85C;
}
</style>