Shades of Fruit Salad #4FA14B
Tints of Fruit Salad #4FA14B
RGB
CMYK
RGB Variations
Color information
#4FA14B (or 0x4FA14B) is known color: Fruit Salad. HEX triplet: 4F, A1 and 4B. RGB value is (79,161,75). Sum of RGB (Red+Green+Blue) = 79+161+75=315 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.08% from 315); Green value is 161 (63.28% from 255 or 51.11% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 161 - color contains mainly: green. Hex color #4FA14B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA14B is #B05EB4. Grayscale: #7E7E7E. Windows color (decimal): -11558581 or 4956495. OLE color: 4956495.
HSL color Cylindrical-coordinate representation of color #4FA14B: hue angle of 117.21º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4FA14B is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 161 | 75 | - |
| CMYK | 0.51 | 0 | 0.53 | 0.37 |
| HSL | 117.21º | 0.36% | 0.46% | - |
| HSV(B) | 117.21º | 0.53% | 0.63% | - |
| XYZ | 17.24 | 27.66 | 11.09 | - |
| YUV | 126.68 | 98.83 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 161 | 75 | 0.51 | 0 | 0.53 | 0.37 | 117.21 | 0.36 | 0.46 |
| Hex | 4F | A1 | 4B | 33 | 0 | 35 | 25 | 75 | 24 | 2E |
| Octal | 117 | 241 | 113 | 63 | 0 | 65 | 45 | 165 | 44 | 56 |
| Binary | 1001111 | 10100001 | 1001011 | 110011 | 0 | 110101 | 100101 | 1110101 | 100100 | 101110 |
Color Harmonies of #4FA14B
Complementary color
Monochromatic Colors of #4FA14B
Black with #4FA14B
Text Example
Text Example
White with #4FA14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA14B; }
p { color: rgb(79,161,75); }
H1.HeaderClassName
{
color: #4FA14B;
}
.AnyTagClassName
{
color: #4FA14B;
}
</style>
background-color css
<style>
a { background-color: #4FA14B; }
a { background-color: rgb(79,161,75); }
div.DivClassName
{
background-color: #4FA14B;
}
.BgClassName
{
background-color: #4FA14B;
}
</style>
border-color css
<style>
span { border-color: #4FA14B; }
span { border-color: rgb(79,161,75); }
td.TdClassName
{
border-color: #4FA14B;
}
.TagClassName
{
border-color: #4FA14B;
}
</style>