Shades of Fruit Salad #4FBA4F
Tints of Fruit Salad #4FBA4F
RGB
CMYK
RGB Variations
Color information
#4FBA4F (or 0x4FBA4F) is known color: Fruit Salad. HEX triplet: 4F, BA and 4F. RGB value is (79,186,79). Sum of RGB (Red+Green+Blue) = 79+186+79=344 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.97% from 344); Green value is 186 (73.05% from 255 or 54.07% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 186 - color contains mainly: green. Hex color #4FBA4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FBA4F is #B045B0. Grayscale: #8E8E8E. Windows color (decimal): -11552177 or 5225039. OLE color: 5225039.
HSL color Cylindrical-coordinate representation of color #4FBA4F: hue angle of 120º 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 #4FBA4F is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 186 | 79 | - |
| CMYK | 0.58 | 0 | 0.58 | 0.27 |
| HSL | 120º | 0.44% | 0.52% | - |
| HSV(B) | 120º | 0.58% | 0.73% | - |
| XYZ | 22.19 | 37.34 | 13.44 | - |
| YUV | 141.81 | 92.55 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 186 | 79 | 0.58 | 0 | 0.58 | 0.27 | 120 | 0.44 | 0.52 |
| Hex | 4F | BA | 4F | 3A | 0 | 3A | 1B | 78 | 2C | 34 |
| Octal | 117 | 272 | 117 | 72 | 0 | 72 | 33 | 170 | 54 | 64 |
| Binary | 1001111 | 10111010 | 1001111 | 111010 | 0 | 111010 | 11011 | 1111000 | 101100 | 110100 |
Color Harmonies of #4FBA4F
Complementary color
Monochromatic Colors of #4FBA4F
Black with #4FBA4F
Text Example
Text Example
White with #4FBA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBA4F; }
p { color: rgb(79,186,79); }
H1.HeaderClassName
{
color: #4FBA4F;
}
.AnyTagClassName
{
color: #4FBA4F;
}
</style>
background-color css
<style>
a { background-color: #4FBA4F; }
a { background-color: rgb(79,186,79); }
div.DivClassName
{
background-color: #4FBA4F;
}
.BgClassName
{
background-color: #4FBA4F;
}
</style>
border-color css
<style>
span { border-color: #4FBA4F; }
span { border-color: rgb(79,186,79); }
td.TdClassName
{
border-color: #4FBA4F;
}
.TagClassName
{
border-color: #4FBA4F;
}
</style>