Shades of Fruit Salad #4FA03D
Tints of Fruit Salad #4FA03D
RGB
CMYK
RGB Variations
Color information
#4FA03D (or 0x4FA03D) is known color: Fruit Salad. HEX triplet: 4F, A0 and 3D. RGB value is (79,160,61). Sum of RGB (Red+Green+Blue) = 79+160+61=300 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.33% from 300); Green value is 160 (62.89% from 255 or 53.33% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 160 - color contains mainly: green. Hex color #4FA03D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA03D is #B05FC2. Grayscale: #7C7C7C. Windows color (decimal): -11558851 or 4038735. OLE color: 4038735.
HSL color Cylindrical-coordinate representation of color #4FA03D: hue angle of 109.09º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FA03D is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 160 | 61 | - |
| CMYK | 0.51 | 0 | 0.62 | 0.37 |
| HSL | 109.09º | 0.45% | 0.43% | - |
| HSV(B) | 109.09º | 0.62% | 0.63% | - |
| XYZ | 16.64 | 27.14 | 8.78 | - |
| YUV | 124.5 | 92.16 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 160 | 61 | 0.51 | 0 | 0.62 | 0.37 | 109.09 | 0.45 | 0.43 |
| Hex | 4F | A0 | 3D | 33 | 0 | 3E | 25 | 6D | 2D | 2B |
| Octal | 117 | 240 | 75 | 63 | 0 | 76 | 45 | 155 | 55 | 53 |
| Binary | 1001111 | 10100000 | 111101 | 110011 | 0 | 111110 | 100101 | 1101101 | 101101 | 101011 |
Color Harmonies of #4FA03D
Complementary color
Monochromatic Colors of #4FA03D
Black with #4FA03D
Text Example
Text Example
White with #4FA03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA03D; }
p { color: rgb(79,160,61); }
H1.HeaderClassName
{
color: #4FA03D;
}
.AnyTagClassName
{
color: #4FA03D;
}
</style>
background-color css
<style>
a { background-color: #4FA03D; }
a { background-color: rgb(79,160,61); }
div.DivClassName
{
background-color: #4FA03D;
}
.BgClassName
{
background-color: #4FA03D;
}
</style>
border-color css
<style>
span { border-color: #4FA03D; }
span { border-color: rgb(79,160,61); }
td.TdClassName
{
border-color: #4FA03D;
}
.TagClassName
{
border-color: #4FA03D;
}
</style>