Shades of Fruit Salad #4FAB5D
Tints of Fruit Salad #4FAB5D
RGB
CMYK
RGB Variations
Color information
#4FAB5D (or 0x4FAB5D) is known color: Fruit Salad. HEX triplet: 4F, AB and 5D. RGB value is (79,171,93). Sum of RGB (Red+Green+Blue) = 79+171+93=343 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.03% from 343); Green value is 171 (67.19% from 255 or 49.85% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 171 - color contains mainly: green. Hex color #4FAB5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAB5D is #B054A2. Grayscale: #868686. Windows color (decimal): -11556003 or 6138703. OLE color: 6138703.
HSL color Cylindrical-coordinate representation of color #4FAB5D: hue angle of 129.13º 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 #4FAB5D is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 171 | 93 | - |
| CMYK | 0.54 | 0 | 0.46 | 0.33 |
| HSL | 129.13º | 0.37% | 0.49% | - |
| HSV(B) | 129.13º | 0.54% | 0.67% | - |
| XYZ | 19.76 | 31.58 | 15.41 | - |
| YUV | 134.6 | 104.52 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 171 | 93 | 0.54 | 0 | 0.46 | 0.33 | 129.13 | 0.37 | 0.49 |
| Hex | 4F | AB | 5D | 36 | 0 | 2E | 21 | 81 | 25 | 31 |
| Octal | 117 | 253 | 135 | 66 | 0 | 56 | 41 | 201 | 45 | 61 |
| Binary | 1001111 | 10101011 | 1011101 | 110110 | 0 | 101110 | 100001 | 10000001 | 100101 | 110001 |
Color Harmonies of #4FAB5D
Complementary color
Monochromatic Colors of #4FAB5D
Black with #4FAB5D
Text Example
Text Example
White with #4FAB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAB5D; }
p { color: rgb(79,171,93); }
H1.HeaderClassName
{
color: #4FAB5D;
}
.AnyTagClassName
{
color: #4FAB5D;
}
</style>
background-color css
<style>
a { background-color: #4FAB5D; }
a { background-color: rgb(79,171,93); }
div.DivClassName
{
background-color: #4FAB5D;
}
.BgClassName
{
background-color: #4FAB5D;
}
</style>
border-color css
<style>
span { border-color: #4FAB5D; }
span { border-color: rgb(79,171,93); }
td.TdClassName
{
border-color: #4FAB5D;
}
.TagClassName
{
border-color: #4FAB5D;
}
</style>