Shades of Fruit Salad #4FBF55
Tints of Fruit Salad #4FBF55
RGB
CMYK
RGB Variations
Color information
#4FBF55 (or 0x4FBF55) is known color: Fruit Salad. HEX triplet: 4F, BF and 55. RGB value is (79,191,85). Sum of RGB (Red+Green+Blue) = 79+191+85=355 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.25% from 355); Green value is 191 (75% from 255 or 53.80% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 191 - color contains mainly: green. Hex color #4FBF55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FBF55 is #B040AA. Grayscale: #919191. Windows color (decimal): -11550891 or 5619535. OLE color: 5619535.
HSL color Cylindrical-coordinate representation of color #4FBF55: hue angle of 123.21º 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 #4FBF55 is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 191 | 85 | - |
| CMYK | 0.59 | 0 | 0.55 | 0.25 |
| HSL | 123.21º | 0.47% | 0.53% | - |
| HSV(B) | 123.21º | 0.59% | 0.75% | - |
| XYZ | 23.49 | 39.58 | 15 | - |
| YUV | 145.43 | 93.89 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 191 | 85 | 0.59 | 0 | 0.55 | 0.25 | 123.21 | 0.47 | 0.53 |
| Hex | 4F | BF | 55 | 3B | 0 | 37 | 19 | 7B | 2F | 35 |
| Octal | 117 | 277 | 125 | 73 | 0 | 67 | 31 | 173 | 57 | 65 |
| Binary | 1001111 | 10111111 | 1010101 | 111011 | 0 | 110111 | 11001 | 1111011 | 101111 | 110101 |
Color Harmonies of #4FBF55
Complementary color
Monochromatic Colors of #4FBF55
Black with #4FBF55
Text Example
Text Example
White with #4FBF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBF55; }
p { color: rgb(79,191,85); }
H1.HeaderClassName
{
color: #4FBF55;
}
.AnyTagClassName
{
color: #4FBF55;
}
</style>
background-color css
<style>
a { background-color: #4FBF55; }
a { background-color: rgb(79,191,85); }
div.DivClassName
{
background-color: #4FBF55;
}
.BgClassName
{
background-color: #4FBF55;
}
</style>
border-color css
<style>
span { border-color: #4FBF55; }
span { border-color: rgb(79,191,85); }
td.TdClassName
{
border-color: #4FBF55;
}
.TagClassName
{
border-color: #4FBF55;
}
</style>