Shades of Fruit Salad #4FA143
Tints of Fruit Salad #4FA143
RGB
CMYK
RGB Variations
Color information
#4FA143 (or 0x4FA143) is known color: Fruit Salad. HEX triplet: 4F, A1 and 43. RGB value is (79,161,67). Sum of RGB (Red+Green+Blue) = 79+161+67=307 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.73% from 307); Green value is 161 (63.28% from 255 or 52.44% from 307); Blue value is 67 (26.56% from 255 or 21.82% from 307); Max value from RGB is 161 - color contains mainly: green. Hex color #4FA143 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA143 is #B05EBC. Grayscale: #7E7E7E. Windows color (decimal): -11558589 or 4432207. OLE color: 4432207.
HSL color Cylindrical-coordinate representation of color #4FA143: hue angle of 112.34º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FA143 is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 161 | 67 | - |
| CMYK | 0.51 | 0 | 0.58 | 0.37 |
| HSL | 112.34º | 0.41% | 0.45% | - |
| HSV(B) | 112.34º | 0.58% | 0.63% | - |
| XYZ | 16.98 | 27.56 | 9.73 | - |
| YUV | 125.77 | 94.83 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 161 | 67 | 0.51 | 0 | 0.58 | 0.37 | 112.34 | 0.41 | 0.45 |
| Hex | 4F | A1 | 43 | 33 | 0 | 3A | 25 | 70 | 29 | 2D |
| Octal | 117 | 241 | 103 | 63 | 0 | 72 | 45 | 160 | 51 | 55 |
| Binary | 1001111 | 10100001 | 1000011 | 110011 | 0 | 111010 | 100101 | 1110000 | 101001 | 101101 |
Color Harmonies of #4FA143
Complementary color
Monochromatic Colors of #4FA143
Black with #4FA143
Text Example
Text Example
White with #4FA143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA143; }
p { color: rgb(79,161,67); }
H1.HeaderClassName
{
color: #4FA143;
}
.AnyTagClassName
{
color: #4FA143;
}
</style>
background-color css
<style>
a { background-color: #4FA143; }
a { background-color: rgb(79,161,67); }
div.DivClassName
{
background-color: #4FA143;
}
.BgClassName
{
background-color: #4FA143;
}
</style>
border-color css
<style>
span { border-color: #4FA143; }
span { border-color: rgb(79,161,67); }
td.TdClassName
{
border-color: #4FA143;
}
.TagClassName
{
border-color: #4FA143;
}
</style>