Shades of Fruit Salad #4FC155
Tints of Fruit Salad #4FC155
RGB
CMYK
RGB Variations
Color information
#4FC155 (or 0x4FC155) is known color: Fruit Salad. HEX triplet: 4F, C1 and 55. RGB value is (79,193,85). Sum of RGB (Red+Green+Blue) = 79+193+85=357 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.13% from 357); Green value is 193 (75.78% from 255 or 54.06% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 193 - color contains mainly: green. Hex color #4FC155 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FC155 is #B03EAA. Grayscale: #929292. Windows color (decimal): -11550379 or 5620047. OLE color: 5620047.
HSL color Cylindrical-coordinate representation of color #4FC155: hue angle of 123.16º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FC155 is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 79 | 193 | 85 | - |
| CMYK | 0.59 | 0 | 0.56 | 0.24 |
| HSL | 123.16º | 0.48% | 0.53% | - |
| HSV(B) | 123.16º | 0.59% | 0.76% | - |
| XYZ | 23.93 | 40.46 | 15.14 | - |
| YUV | 146.6 | 93.23 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 193 | 85 | 0.59 | 0 | 0.56 | 0.24 | 123.16 | 0.48 | 0.53 |
| Hex | 4F | C1 | 55 | 3B | 0 | 38 | 18 | 7B | 30 | 35 |
| Octal | 117 | 301 | 125 | 73 | 0 | 70 | 30 | 173 | 60 | 65 |
| Binary | 1001111 | 11000001 | 1010101 | 111011 | 0 | 111000 | 11000 | 1111011 | 110000 | 110101 |
Color Harmonies of #4FC155
Complementary color
Monochromatic Colors of #4FC155
Black with #4FC155
Text Example
Text Example
White with #4FC155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC155; }
p { color: rgb(79,193,85); }
H1.HeaderClassName
{
color: #4FC155;
}
.AnyTagClassName
{
color: #4FC155;
}
</style>
background-color css
<style>
a { background-color: #4FC155; }
a { background-color: rgb(79,193,85); }
div.DivClassName
{
background-color: #4FC155;
}
.BgClassName
{
background-color: #4FC155;
}
</style>
border-color css
<style>
span { border-color: #4FC155; }
span { border-color: rgb(79,193,85); }
td.TdClassName
{
border-color: #4FC155;
}
.TagClassName
{
border-color: #4FC155;
}
</style>