Shades of Fruit Salad #4FB350
Tints of Fruit Salad #4FB350
RGB
CMYK
RGB Variations
Color information
#4FB350 (or 0x4FB350) is known color: Fruit Salad. HEX triplet: 4F, B3 and 50. RGB value is (79,179,80). Sum of RGB (Red+Green+Blue) = 79+179+80=338 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.37% from 338); Green value is 179 (70.31% from 255 or 52.96% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 179 - color contains mainly: green. Hex color #4FB350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FB350 is #B04CAF. Grayscale: #8A8A8A. Windows color (decimal): -11553968 or 5288783. OLE color: 5288783.
HSL color Cylindrical-coordinate representation of color #4FB350: hue angle of 120.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FB350 is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 79 | 179 | 80 | - |
| CMYK | 0.56 | 0 | 0.55 | 0.30 |
| HSL | 120.6º | 0.4% | 0.51% | - |
| HSV(B) | 120.6º | 0.56% | 0.7% | - |
| XYZ | 20.79 | 34.48 | 13.15 | - |
| YUV | 137.81 | 95.37 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 179 | 80 | 0.56 | 0 | 0.55 | 0.30 | 120.6 | 0.4 | 0.51 |
| Hex | 4F | B3 | 50 | 38 | 0 | 37 | 1E | 79 | 28 | 33 |
| Octal | 117 | 263 | 120 | 70 | 0 | 67 | 36 | 171 | 50 | 63 |
| Binary | 1001111 | 10110011 | 1010000 | 111000 | 0 | 110111 | 11110 | 1111001 | 101000 | 110011 |
Color Harmonies of #4FB350
Complementary color
Monochromatic Colors of #4FB350
Black with #4FB350
Text Example
Text Example
White with #4FB350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB350; }
p { color: rgb(79,179,80); }
H1.HeaderClassName
{
color: #4FB350;
}
.AnyTagClassName
{
color: #4FB350;
}
</style>
background-color css
<style>
a { background-color: #4FB350; }
a { background-color: rgb(79,179,80); }
div.DivClassName
{
background-color: #4FB350;
}
.BgClassName
{
background-color: #4FB350;
}
</style>
border-color css
<style>
span { border-color: #4FB350; }
span { border-color: rgb(79,179,80); }
td.TdClassName
{
border-color: #4FB350;
}
.TagClassName
{
border-color: #4FB350;
}
</style>