Shades of Fruit Salad #4FBA55
Tints of Fruit Salad #4FBA55
RGB
CMYK
RGB Variations
Color information
#4FBA55 (or 0x4FBA55) is known color: Fruit Salad. HEX triplet: 4F, BA and 55. RGB value is (79,186,85). Sum of RGB (Red+Green+Blue) = 79+186+85=350 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.57% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #4FBA55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FBA55 is #B045AA. Grayscale: #8E8E8E. Windows color (decimal): -11552171 or 5618255. OLE color: 5618255.
HSL color Cylindrical-coordinate representation of color #4FBA55: hue angle of 123.36º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBA55 is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 186 | 85 | - |
| CMYK | 0.58 | 0 | 0.54 | 0.27 |
| HSL | 123.36º | 0.44% | 0.52% | - |
| HSV(B) | 123.36º | 0.58% | 0.73% | - |
| XYZ | 22.42 | 37.44 | 14.64 | - |
| YUV | 142.49 | 95.55 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 186 | 85 | 0.58 | 0 | 0.54 | 0.27 | 123.36 | 0.44 | 0.52 |
| Hex | 4F | BA | 55 | 3A | 0 | 36 | 1B | 7B | 2C | 34 |
| Octal | 117 | 272 | 125 | 72 | 0 | 66 | 33 | 173 | 54 | 64 |
| Binary | 1001111 | 10111010 | 1010101 | 111010 | 0 | 110110 | 11011 | 1111011 | 101100 | 110100 |
Color Harmonies of #4FBA55
Complementary color
Monochromatic Colors of #4FBA55
Black with #4FBA55
Text Example
Text Example
White with #4FBA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBA55; }
p { color: rgb(79,186,85); }
H1.HeaderClassName
{
color: #4FBA55;
}
.AnyTagClassName
{
color: #4FBA55;
}
</style>
background-color css
<style>
a { background-color: #4FBA55; }
a { background-color: rgb(79,186,85); }
div.DivClassName
{
background-color: #4FBA55;
}
.BgClassName
{
background-color: #4FBA55;
}
</style>
border-color css
<style>
span { border-color: #4FBA55; }
span { border-color: rgb(79,186,85); }
td.TdClassName
{
border-color: #4FBA55;
}
.TagClassName
{
border-color: #4FBA55;
}
</style>