Shades of Fruit Salad #4FA156
Tints of Fruit Salad #4FA156
RGB
CMYK
RGB Variations
Color information
#4FA156 (or 0x4FA156) is known color: Fruit Salad. HEX triplet: 4F, A1 and 56. RGB value is (79,161,86). Sum of RGB (Red+Green+Blue) = 79+161+86=326 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.23% from 326); Green value is 161 (63.28% from 255 or 49.39% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 161 - color contains mainly: green. Hex color #4FA156 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA156 is #B05EA9. Grayscale: #808080. Windows color (decimal): -11558570 or 5677391. OLE color: 5677391.
HSL color Cylindrical-coordinate representation of color #4FA156: hue angle of 125.12º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA156 is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 161 | 86 | - |
| CMYK | 0.51 | 0 | 0.47 | 0.37 |
| HSL | 125.12º | 0.34% | 0.47% | - |
| HSV(B) | 125.12º | 0.51% | 0.63% | - |
| XYZ | 17.65 | 27.82 | 13.24 | - |
| YUV | 127.93 | 104.33 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 161 | 86 | 0.51 | 0 | 0.47 | 0.37 | 125.12 | 0.34 | 0.47 |
| Hex | 4F | A1 | 56 | 33 | 0 | 2F | 25 | 7D | 22 | 2F |
| Octal | 117 | 241 | 126 | 63 | 0 | 57 | 45 | 175 | 42 | 57 |
| Binary | 1001111 | 10100001 | 1010110 | 110011 | 0 | 101111 | 100101 | 1111101 | 100010 | 101111 |
Color Harmonies of #4FA156
Complementary color
Monochromatic Colors of #4FA156
Black with #4FA156
Text Example
Text Example
White with #4FA156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA156; }
p { color: rgb(79,161,86); }
H1.HeaderClassName
{
color: #4FA156;
}
.AnyTagClassName
{
color: #4FA156;
}
</style>
background-color css
<style>
a { background-color: #4FA156; }
a { background-color: rgb(79,161,86); }
div.DivClassName
{
background-color: #4FA156;
}
.BgClassName
{
background-color: #4FA156;
}
</style>
border-color css
<style>
span { border-color: #4FA156; }
span { border-color: rgb(79,161,86); }
td.TdClassName
{
border-color: #4FA156;
}
.TagClassName
{
border-color: #4FA156;
}
</style>