Shades of Fruit Salad #4FA05D
Tints of Fruit Salad #4FA05D
RGB
CMYK
RGB Variations
Color information
#4FA05D (or 0x4FA05D) is known color: Fruit Salad. HEX triplet: 4F, A0 and 5D. RGB value is (79,160,93). Sum of RGB (Red+Green+Blue) = 79+160+93=332 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.80% from 332); Green value is 160 (62.89% from 255 or 48.19% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 160 - color contains mainly: green. Hex color #4FA05D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA05D is #B05FA2. Grayscale: #808080. Windows color (decimal): -11558819 or 6135887. OLE color: 6135887.
HSL color Cylindrical-coordinate representation of color #4FA05D: hue angle of 130.37º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA05D is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 160 | 93 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.37 |
| HSL | 130.37º | 0.34% | 0.47% | - |
| HSV(B) | 130.37º | 0.51% | 0.63% | - |
| XYZ | 17.77 | 27.59 | 14.75 | - |
| YUV | 128.14 | 108.16 | 92.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 160 | 93 | 0.51 | 0 | 0.42 | 0.37 | 130.37 | 0.34 | 0.47 |
| Hex | 4F | A0 | 5D | 33 | 0 | 2A | 25 | 82 | 22 | 2F |
| Octal | 117 | 240 | 135 | 63 | 0 | 52 | 45 | 202 | 42 | 57 |
| Binary | 1001111 | 10100000 | 1011101 | 110011 | 0 | 101010 | 100101 | 10000010 | 100010 | 101111 |
Color Harmonies of #4FA05D
Complementary color
Monochromatic Colors of #4FA05D
Black with #4FA05D
Text Example
Text Example
White with #4FA05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA05D; }
p { color: rgb(79,160,93); }
H1.HeaderClassName
{
color: #4FA05D;
}
.AnyTagClassName
{
color: #4FA05D;
}
</style>
background-color css
<style>
a { background-color: #4FA05D; }
a { background-color: rgb(79,160,93); }
div.DivClassName
{
background-color: #4FA05D;
}
.BgClassName
{
background-color: #4FA05D;
}
</style>
border-color css
<style>
span { border-color: #4FA05D; }
span { border-color: rgb(79,160,93); }
td.TdClassName
{
border-color: #4FA05D;
}
.TagClassName
{
border-color: #4FA05D;
}
</style>