Shades of Fruit Salad #4FAB4C
Tints of Fruit Salad #4FAB4C
RGB
CMYK
RGB Variations
Color information
#4FAB4C (or 0x4FAB4C) is known color: Fruit Salad. HEX triplet: 4F, AB and 4C. RGB value is (79,171,76). Sum of RGB (Red+Green+Blue) = 79+171+76=326 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.23% from 326); Green value is 171 (67.19% from 255 or 52.45% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 171 - color contains mainly: green. Hex color #4FAB4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FAB4C is #B054B3. Grayscale: #848484. Windows color (decimal): -11556020 or 5024591. OLE color: 5024591.
HSL color Cylindrical-coordinate representation of color #4FAB4C: hue angle of 118.11º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FAB4C is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 171 | 76 | - |
| CMYK | 0.54 | 0 | 0.56 | 0.33 |
| HSL | 118.11º | 0.38% | 0.48% | - |
| HSV(B) | 118.11º | 0.56% | 0.67% | - |
| XYZ | 19.09 | 31.31 | 11.87 | - |
| YUV | 132.66 | 96.02 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 171 | 76 | 0.54 | 0 | 0.56 | 0.33 | 118.11 | 0.38 | 0.48 |
| Hex | 4F | AB | 4C | 36 | 0 | 38 | 21 | 76 | 26 | 30 |
| Octal | 117 | 253 | 114 | 66 | 0 | 70 | 41 | 166 | 46 | 60 |
| Binary | 1001111 | 10101011 | 1001100 | 110110 | 0 | 111000 | 100001 | 1110110 | 100110 | 110000 |
Color Harmonies of #4FAB4C
Complementary color
Monochromatic Colors of #4FAB4C
Black with #4FAB4C
Text Example
Text Example
White with #4FAB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAB4C; }
p { color: rgb(79,171,76); }
H1.HeaderClassName
{
color: #4FAB4C;
}
.AnyTagClassName
{
color: #4FAB4C;
}
</style>
background-color css
<style>
a { background-color: #4FAB4C; }
a { background-color: rgb(79,171,76); }
div.DivClassName
{
background-color: #4FAB4C;
}
.BgClassName
{
background-color: #4FAB4C;
}
</style>
border-color css
<style>
span { border-color: #4FAB4C; }
span { border-color: rgb(79,171,76); }
td.TdClassName
{
border-color: #4FAB4C;
}
.TagClassName
{
border-color: #4FAB4C;
}
</style>