Shades of Fruit Salad #4FBA5B
Tints of Fruit Salad #4FBA5B
RGB
CMYK
RGB Variations
Color information
#4FBA5B (or 0x4FBA5B) is known color: Fruit Salad. HEX triplet: 4F, BA and 5B. RGB value is (79,186,91). Sum of RGB (Red+Green+Blue) = 79+186+91=356 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.19% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #4FBA5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FBA5B is #B045A4. Grayscale: #8F8F8F. Windows color (decimal): -11552165 or 6011471. OLE color: 6011471.
HSL color Cylindrical-coordinate representation of color #4FBA5B: hue angle of 126.73º 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 #4FBA5B is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 186 | 91 | - |
| CMYK | 0.58 | 0 | 0.51 | 0.27 |
| HSL | 126.73º | 0.44% | 0.52% | - |
| HSV(B) | 126.73º | 0.58% | 0.73% | - |
| XYZ | 22.67 | 37.54 | 15.95 | - |
| YUV | 143.18 | 98.55 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 186 | 91 | 0.58 | 0 | 0.51 | 0.27 | 126.73 | 0.44 | 0.52 |
| Hex | 4F | BA | 5B | 3A | 0 | 33 | 1B | 7F | 2C | 34 |
| Octal | 117 | 272 | 133 | 72 | 0 | 63 | 33 | 177 | 54 | 64 |
| Binary | 1001111 | 10111010 | 1011011 | 111010 | 0 | 110011 | 11011 | 1111111 | 101100 | 110100 |
Color Harmonies of #4FBA5B
Complementary color
Monochromatic Colors of #4FBA5B
Black with #4FBA5B
Text Example
Text Example
White with #4FBA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBA5B; }
p { color: rgb(79,186,91); }
H1.HeaderClassName
{
color: #4FBA5B;
}
.AnyTagClassName
{
color: #4FBA5B;
}
</style>
background-color css
<style>
a { background-color: #4FBA5B; }
a { background-color: rgb(79,186,91); }
div.DivClassName
{
background-color: #4FBA5B;
}
.BgClassName
{
background-color: #4FBA5B;
}
</style>
border-color css
<style>
span { border-color: #4FBA5B; }
span { border-color: rgb(79,186,91); }
td.TdClassName
{
border-color: #4FBA5B;
}
.TagClassName
{
border-color: #4FBA5B;
}
</style>