Shades of Fruit Salad #4FAC4F
Tints of Fruit Salad #4FAC4F
RGB
CMYK
RGB Variations
Color information
#4FAC4F (or 0x4FAC4F) is known color: Fruit Salad. HEX triplet: 4F, AC and 4F. RGB value is (79,172,79). Sum of RGB (Red+Green+Blue) = 79+172+79=330 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.94% from 330); Green value is 172 (67.58% from 255 or 52.12% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 172 - color contains mainly: green. Hex color #4FAC4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAC4F is #B053B0. Grayscale: #858585. Windows color (decimal): -11555761 or 5221455. OLE color: 5221455.
HSL color Cylindrical-coordinate representation of color #4FAC4F: hue angle of 120º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FAC4F is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 172 | 79 | - |
| CMYK | 0.54 | 0 | 0.54 | 0.33 |
| HSL | 120º | 0.37% | 0.49% | - |
| HSV(B) | 120º | 0.54% | 0.67% | - |
| XYZ | 19.39 | 31.73 | 12.5 | - |
| YUV | 133.59 | 97.19 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 172 | 79 | 0.54 | 0 | 0.54 | 0.33 | 120 | 0.37 | 0.49 |
| Hex | 4F | AC | 4F | 36 | 0 | 36 | 21 | 78 | 25 | 31 |
| Octal | 117 | 254 | 117 | 66 | 0 | 66 | 41 | 170 | 45 | 61 |
| Binary | 1001111 | 10101100 | 1001111 | 110110 | 0 | 110110 | 100001 | 1111000 | 100101 | 110001 |
Color Harmonies of #4FAC4F
Complementary color
Monochromatic Colors of #4FAC4F
Black with #4FAC4F
Text Example
Text Example
White with #4FAC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAC4F; }
p { color: rgb(79,172,79); }
H1.HeaderClassName
{
color: #4FAC4F;
}
.AnyTagClassName
{
color: #4FAC4F;
}
</style>
background-color css
<style>
a { background-color: #4FAC4F; }
a { background-color: rgb(79,172,79); }
div.DivClassName
{
background-color: #4FAC4F;
}
.BgClassName
{
background-color: #4FAC4F;
}
</style>
border-color css
<style>
span { border-color: #4FAC4F; }
span { border-color: rgb(79,172,79); }
td.TdClassName
{
border-color: #4FAC4F;
}
.TagClassName
{
border-color: #4FAC4F;
}
</style>