Shades of Fruit Salad #4FAE49
Tints of Fruit Salad #4FAE49
RGB
CMYK
RGB Variations
Color information
#4FAE49 (or 0x4FAE49) is known color: Fruit Salad. HEX triplet: 4F, AE and 49. RGB value is (79,174,73). Sum of RGB (Red+Green+Blue) = 79+174+73=326 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.23% from 326); Green value is 174 (68.36% from 255 or 53.37% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 174 - color contains mainly: green. Hex color #4FAE49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FAE49 is #B051B6. Grayscale: #868686. Windows color (decimal): -11555255 or 4828751. OLE color: 4828751.
HSL color Cylindrical-coordinate representation of color #4FAE49: hue angle of 116.44º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FAE49 is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 174 | 73 | - |
| CMYK | 0.55 | 0 | 0.58 | 0.32 |
| HSL | 116.44º | 0.41% | 0.48% | - |
| HSV(B) | 116.44º | 0.58% | 0.68% | - |
| XYZ | 19.56 | 32.42 | 11.53 | - |
| YUV | 134.08 | 93.53 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 174 | 73 | 0.55 | 0 | 0.58 | 0.32 | 116.44 | 0.41 | 0.48 |
| Hex | 4F | AE | 49 | 37 | 0 | 3A | 20 | 74 | 29 | 30 |
| Octal | 117 | 256 | 111 | 67 | 0 | 72 | 40 | 164 | 51 | 60 |
| Binary | 1001111 | 10101110 | 1001001 | 110111 | 0 | 111010 | 100000 | 1110100 | 101001 | 110000 |
Color Harmonies of #4FAE49
Complementary color
Monochromatic Colors of #4FAE49
Black with #4FAE49
Text Example
Text Example
White with #4FAE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAE49; }
p { color: rgb(79,174,73); }
H1.HeaderClassName
{
color: #4FAE49;
}
.AnyTagClassName
{
color: #4FAE49;
}
</style>
background-color css
<style>
a { background-color: #4FAE49; }
a { background-color: rgb(79,174,73); }
div.DivClassName
{
background-color: #4FAE49;
}
.BgClassName
{
background-color: #4FAE49;
}
</style>
border-color css
<style>
span { border-color: #4FAE49; }
span { border-color: rgb(79,174,73); }
td.TdClassName
{
border-color: #4FAE49;
}
.TagClassName
{
border-color: #4FAE49;
}
</style>