Shades of Fruit Salad #4FC056
Tints of Fruit Salad #4FC056
RGB
CMYK
RGB Variations
Color information
#4FC056 (or 0x4FC056) is known color: Fruit Salad. HEX triplet: 4F, C0 and 56. RGB value is (79,192,86). Sum of RGB (Red+Green+Blue) = 79+192+86=357 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.13% from 357); Green value is 192 (75.39% from 255 or 53.78% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 192 - color contains mainly: green. Hex color #4FC056 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FC056 is #B03FA9. Grayscale: #929292. Windows color (decimal): -11550634 or 5685327. OLE color: 5685327.
HSL color Cylindrical-coordinate representation of color #4FC056: hue angle of 123.72º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FC056 is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 192 | 86 | - |
| CMYK | 0.59 | 0 | 0.55 | 0.25 |
| HSL | 123.72º | 0.47% | 0.53% | - |
| HSV(B) | 123.72º | 0.59% | 0.75% | - |
| XYZ | 23.75 | 40.03 | 15.28 | - |
| YUV | 146.13 | 94.06 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 192 | 86 | 0.59 | 0 | 0.55 | 0.25 | 123.72 | 0.47 | 0.53 |
| Hex | 4F | C0 | 56 | 3B | 0 | 37 | 19 | 7C | 2F | 35 |
| Octal | 117 | 300 | 126 | 73 | 0 | 67 | 31 | 174 | 57 | 65 |
| Binary | 1001111 | 11000000 | 1010110 | 111011 | 0 | 110111 | 11001 | 1111100 | 101111 | 110101 |
Color Harmonies of #4FC056
Complementary color
Monochromatic Colors of #4FC056
Black with #4FC056
Text Example
Text Example
White with #4FC056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC056; }
p { color: rgb(79,192,86); }
H1.HeaderClassName
{
color: #4FC056;
}
.AnyTagClassName
{
color: #4FC056;
}
</style>
background-color css
<style>
a { background-color: #4FC056; }
a { background-color: rgb(79,192,86); }
div.DivClassName
{
background-color: #4FC056;
}
.BgClassName
{
background-color: #4FC056;
}
</style>
border-color css
<style>
span { border-color: #4FC056; }
span { border-color: rgb(79,192,86); }
td.TdClassName
{
border-color: #4FC056;
}
.TagClassName
{
border-color: #4FC056;
}
</style>