Shades of Fruit Salad #4FBA4B
Tints of Fruit Salad #4FBA4B
RGB
CMYK
RGB Variations
Color information
#4FBA4B (or 0x4FBA4B) is known color: Fruit Salad. HEX triplet: 4F, BA and 4B. RGB value is (79,186,75). Sum of RGB (Red+Green+Blue) = 79+186+75=340 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.24% from 340); Green value is 186 (73.05% from 255 or 54.71% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 186 - color contains mainly: green. Hex color #4FBA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FBA4B is #B045B4. Grayscale: #8D8D8D. Windows color (decimal): -11552181 or 4962895. OLE color: 4962895.
HSL color Cylindrical-coordinate representation of color #4FBA4B: hue angle of 117.84º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4FBA4B is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 186 | 75 | - |
| CMYK | 0.58 | 0 | 0.60 | 0.27 |
| HSL | 117.84º | 0.45% | 0.51% | - |
| HSV(B) | 117.84º | 0.6% | 0.73% | - |
| XYZ | 22.05 | 37.29 | 12.69 | - |
| YUV | 141.35 | 90.55 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 186 | 75 | 0.58 | 0 | 0.60 | 0.27 | 117.84 | 0.45 | 0.51 |
| Hex | 4F | BA | 4B | 3A | 0 | 3C | 1B | 76 | 2D | 33 |
| Octal | 117 | 272 | 113 | 72 | 0 | 74 | 33 | 166 | 55 | 63 |
| Binary | 1001111 | 10111010 | 1001011 | 111010 | 0 | 111100 | 11011 | 1110110 | 101101 | 110011 |
Color Harmonies of #4FBA4B
Complementary color
Monochromatic Colors of #4FBA4B
Black with #4FBA4B
Text Example
Text Example
White with #4FBA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBA4B; }
p { color: rgb(79,186,75); }
H1.HeaderClassName
{
color: #4FBA4B;
}
.AnyTagClassName
{
color: #4FBA4B;
}
</style>
background-color css
<style>
a { background-color: #4FBA4B; }
a { background-color: rgb(79,186,75); }
div.DivClassName
{
background-color: #4FBA4B;
}
.BgClassName
{
background-color: #4FBA4B;
}
</style>
border-color css
<style>
span { border-color: #4FBA4B; }
span { border-color: rgb(79,186,75); }
td.TdClassName
{
border-color: #4FBA4B;
}
.TagClassName
{
border-color: #4FBA4B;
}
</style>