Shades of Fruit Salad #4FAA47
Tints of Fruit Salad #4FAA47
RGB
CMYK
RGB Variations
Color information
#4FAA47 (or 0x4FAA47) is known color: Fruit Salad. HEX triplet: 4F, AA and 47. RGB value is (79,170,71). Sum of RGB (Red+Green+Blue) = 79+170+71=320 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.69% from 320); Green value is 170 (66.80% from 255 or 53.12% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 170 - color contains mainly: green. Hex color #4FAA47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FAA47 is #B055B8. Grayscale: #838383. Windows color (decimal): -11556281 or 4696655. OLE color: 4696655.
HSL color Cylindrical-coordinate representation of color #4FAA47: hue angle of 115.15º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FAA47 is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 170 | 71 | - |
| CMYK | 0.54 | 0 | 0.58 | 0.33 |
| HSL | 115.15º | 0.41% | 0.47% | - |
| HSV(B) | 115.15º | 0.58% | 0.67% | - |
| XYZ | 18.74 | 30.87 | 10.93 | - |
| YUV | 131.51 | 93.85 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 170 | 71 | 0.54 | 0 | 0.58 | 0.33 | 115.15 | 0.41 | 0.47 |
| Hex | 4F | AA | 47 | 36 | 0 | 3A | 21 | 73 | 29 | 2F |
| Octal | 117 | 252 | 107 | 66 | 0 | 72 | 41 | 163 | 51 | 57 |
| Binary | 1001111 | 10101010 | 1000111 | 110110 | 0 | 111010 | 100001 | 1110011 | 101001 | 101111 |
Color Harmonies of #4FAA47
Complementary color
Monochromatic Colors of #4FAA47
Black with #4FAA47
Text Example
Text Example
White with #4FAA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAA47; }
p { color: rgb(79,170,71); }
H1.HeaderClassName
{
color: #4FAA47;
}
.AnyTagClassName
{
color: #4FAA47;
}
</style>
background-color css
<style>
a { background-color: #4FAA47; }
a { background-color: rgb(79,170,71); }
div.DivClassName
{
background-color: #4FAA47;
}
.BgClassName
{
background-color: #4FAA47;
}
</style>
border-color css
<style>
span { border-color: #4FAA47; }
span { border-color: rgb(79,170,71); }
td.TdClassName
{
border-color: #4FAA47;
}
.TagClassName
{
border-color: #4FAA47;
}
</style>