Shades of Fruit Salad #4FAD3F
Tints of Fruit Salad #4FAD3F
RGB
CMYK
RGB Variations
Color information
#4FAD3F (or 0x4FAD3F) is known color: Fruit Salad. HEX triplet: 4F, AD and 3F. RGB value is (79,173,63). Sum of RGB (Red+Green+Blue) = 79+173+63=315 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.08% from 315); Green value is 173 (67.97% from 255 or 54.92% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 173 - color contains mainly: green. Hex color #4FAD3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FAD3F is #B052C0. Grayscale: #848484. Windows color (decimal): -11555521 or 4173135. OLE color: 4173135.
HSL color Cylindrical-coordinate representation of color #4FAD3F: hue angle of 111.27º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FAD3F is Cyan = 0.54, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 173 | 63 | - |
| CMYK | 0.54 | 0 | 0.64 | 0.32 |
| HSL | 111.27º | 0.47% | 0.46% | - |
| HSV(B) | 111.27º | 0.64% | 0.68% | - |
| XYZ | 19.07 | 31.91 | 9.86 | - |
| YUV | 132.35 | 88.86 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 173 | 63 | 0.54 | 0 | 0.64 | 0.32 | 111.27 | 0.47 | 0.46 |
| Hex | 4F | AD | 3F | 36 | 0 | 40 | 20 | 6F | 2F | 2E |
| Octal | 117 | 255 | 77 | 66 | 0 | 100 | 40 | 157 | 57 | 56 |
| Binary | 1001111 | 10101101 | 111111 | 110110 | 0 | 1000000 | 100000 | 1101111 | 101111 | 101110 |
Color Harmonies of #4FAD3F
Complementary color
Monochromatic Colors of #4FAD3F
Black with #4FAD3F
Text Example
Text Example
White with #4FAD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAD3F; }
p { color: rgb(79,173,63); }
H1.HeaderClassName
{
color: #4FAD3F;
}
.AnyTagClassName
{
color: #4FAD3F;
}
</style>
background-color css
<style>
a { background-color: #4FAD3F; }
a { background-color: rgb(79,173,63); }
div.DivClassName
{
background-color: #4FAD3F;
}
.BgClassName
{
background-color: #4FAD3F;
}
</style>
border-color css
<style>
span { border-color: #4FAD3F; }
span { border-color: rgb(79,173,63); }
td.TdClassName
{
border-color: #4FAD3F;
}
.TagClassName
{
border-color: #4FAD3F;
}
</style>