Shades of Fruit Salad #4FB356
Tints of Fruit Salad #4FB356
RGB
CMYK
RGB Variations
Color information
#4FB356 (or 0x4FB356) is known color: Fruit Salad. HEX triplet: 4F, B3 and 56. RGB value is (79,179,86). Sum of RGB (Red+Green+Blue) = 79+179+86=344 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.97% from 344); Green value is 179 (70.31% from 255 or 52.03% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 179 - color contains mainly: green. Hex color #4FB356 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FB356 is #B04CA9. Grayscale: #8A8A8A. Windows color (decimal): -11553962 or 5681999. OLE color: 5681999.
HSL color Cylindrical-coordinate representation of color #4FB356: hue angle of 124.2º 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 #4FB356 is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 79 | 179 | 86 | - |
| CMYK | 0.56 | 0 | 0.52 | 0.30 |
| HSL | 124.2º | 0.4% | 0.51% | - |
| HSV(B) | 124.2º | 0.56% | 0.7% | - |
| XYZ | 21.02 | 34.57 | 14.37 | - |
| YUV | 138.5 | 98.37 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 179 | 86 | 0.56 | 0 | 0.52 | 0.30 | 124.2 | 0.4 | 0.51 |
| Hex | 4F | B3 | 56 | 38 | 0 | 34 | 1E | 7C | 28 | 33 |
| Octal | 117 | 263 | 126 | 70 | 0 | 64 | 36 | 174 | 50 | 63 |
| Binary | 1001111 | 10110011 | 1010110 | 111000 | 0 | 110100 | 11110 | 1111100 | 101000 | 110011 |
Color Harmonies of #4FB356
Complementary color
Monochromatic Colors of #4FB356
Black with #4FB356
Text Example
Text Example
White with #4FB356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB356; }
p { color: rgb(79,179,86); }
H1.HeaderClassName
{
color: #4FB356;
}
.AnyTagClassName
{
color: #4FB356;
}
</style>
background-color css
<style>
a { background-color: #4FB356; }
a { background-color: rgb(79,179,86); }
div.DivClassName
{
background-color: #4FB356;
}
.BgClassName
{
background-color: #4FB356;
}
</style>
border-color css
<style>
span { border-color: #4FB356; }
span { border-color: rgb(79,179,86); }
td.TdClassName
{
border-color: #4FB356;
}
.TagClassName
{
border-color: #4FB356;
}
</style>