Shades of Fruit Salad #4FAC4C
Tints of Fruit Salad #4FAC4C
RGB
CMYK
RGB Variations
Color information
#4FAC4C (or 0x4FAC4C) is known color: Fruit Salad. HEX triplet: 4F, AC and 4C. RGB value is (79,172,76). Sum of RGB (Red+Green+Blue) = 79+172+76=327 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.16% from 327); Green value is 172 (67.58% from 255 or 52.60% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 172 - color contains mainly: green. Hex color #4FAC4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FAC4C is #B053B3. Grayscale: #858585. Windows color (decimal): -11555764 or 5024847. OLE color: 5024847.
HSL color Cylindrical-coordinate representation of color #4FAC4C: hue angle of 118.12º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FAC4C is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 172 | 76 | - |
| CMYK | 0.54 | 0 | 0.56 | 0.33 |
| HSL | 118.13º | 0.39% | 0.49% | - |
| HSV(B) | 118.13º | 0.56% | 0.67% | - |
| XYZ | 19.28 | 31.69 | 11.94 | - |
| YUV | 133.25 | 95.69 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 172 | 76 | 0.54 | 0 | 0.56 | 0.33 | 118.13 | 0.39 | 0.49 |
| Hex | 4F | AC | 4C | 36 | 0 | 38 | 21 | 76 | 27 | 31 |
| Octal | 117 | 254 | 114 | 66 | 0 | 70 | 41 | 166 | 47 | 61 |
| Binary | 1001111 | 10101100 | 1001100 | 110110 | 0 | 111000 | 100001 | 1110110 | 100111 | 110001 |
Color Harmonies of #4FAC4C
Complementary color
Monochromatic Colors of #4FAC4C
Black with #4FAC4C
Text Example
Text Example
White with #4FAC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAC4C; }
p { color: rgb(79,172,76); }
H1.HeaderClassName
{
color: #4FAC4C;
}
.AnyTagClassName
{
color: #4FAC4C;
}
</style>
background-color css
<style>
a { background-color: #4FAC4C; }
a { background-color: rgb(79,172,76); }
div.DivClassName
{
background-color: #4FAC4C;
}
.BgClassName
{
background-color: #4FAC4C;
}
</style>
border-color css
<style>
span { border-color: #4FAC4C; }
span { border-color: rgb(79,172,76); }
td.TdClassName
{
border-color: #4FAC4C;
}
.TagClassName
{
border-color: #4FAC4C;
}
</style>