Shades of Fruit Salad #4FAA5B
Tints of Fruit Salad #4FAA5B
RGB
CMYK
RGB Variations
Color information
#4FAA5B (or 0x4FAA5B) is known color: Fruit Salad. HEX triplet: 4F, AA and 5B. RGB value is (79,170,91). Sum of RGB (Red+Green+Blue) = 79+170+91=340 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.24% from 340); Green value is 170 (66.80% from 255 or 50% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 170 - color contains mainly: green. Hex color #4FAA5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAA5B is #B055A4. Grayscale: #868686. Windows color (decimal): -11556261 or 6007375. OLE color: 6007375.
HSL color Cylindrical-coordinate representation of color #4FAA5B: hue angle of 127.91º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FAA5B is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 170 | 91 | - |
| CMYK | 0.54 | 0 | 0.46 | 0.33 |
| HSL | 127.91º | 0.37% | 0.49% | - |
| HSV(B) | 127.91º | 0.54% | 0.67% | - |
| XYZ | 19.49 | 31.17 | 14.89 | - |
| YUV | 133.79 | 103.85 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 170 | 91 | 0.54 | 0 | 0.46 | 0.33 | 127.91 | 0.37 | 0.49 |
| Hex | 4F | AA | 5B | 36 | 0 | 2E | 21 | 80 | 25 | 31 |
| Octal | 117 | 252 | 133 | 66 | 0 | 56 | 41 | 200 | 45 | 61 |
| Binary | 1001111 | 10101010 | 1011011 | 110110 | 0 | 101110 | 100001 | 10000000 | 100101 | 110001 |
Color Harmonies of #4FAA5B
Complementary color
Monochromatic Colors of #4FAA5B
Black with #4FAA5B
Text Example
Text Example
White with #4FAA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAA5B; }
p { color: rgb(79,170,91); }
H1.HeaderClassName
{
color: #4FAA5B;
}
.AnyTagClassName
{
color: #4FAA5B;
}
</style>
background-color css
<style>
a { background-color: #4FAA5B; }
a { background-color: rgb(79,170,91); }
div.DivClassName
{
background-color: #4FAA5B;
}
.BgClassName
{
background-color: #4FAA5B;
}
</style>
border-color css
<style>
span { border-color: #4FAA5B; }
span { border-color: rgb(79,170,91); }
td.TdClassName
{
border-color: #4FAA5B;
}
.TagClassName
{
border-color: #4FAA5B;
}
</style>