Shades of Fruit Salad #4FAE4D
Tints of Fruit Salad #4FAE4D
RGB
CMYK
RGB Variations
Color information
#4FAE4D (or 0x4FAE4D) is known color: Fruit Salad. HEX triplet: 4F, AE and 4D. RGB value is (79,174,77). Sum of RGB (Red+Green+Blue) = 79+174+77=330 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.94% from 330); Green value is 174 (68.36% from 255 or 52.73% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 174 - color contains mainly: green. Hex color #4FAE4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAE4D is #B051B2. Grayscale: #868686. Windows color (decimal): -11555251 or 5090895. OLE color: 5090895.
HSL color Cylindrical-coordinate representation of color #4FAE4D: hue angle of 118.76º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FAE4D is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 174 | 77 | - |
| CMYK | 0.55 | 0 | 0.56 | 0.32 |
| HSL | 118.76º | 0.39% | 0.49% | - |
| HSV(B) | 118.76º | 0.56% | 0.68% | - |
| XYZ | 19.7 | 32.47 | 12.25 | - |
| YUV | 134.54 | 95.53 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 174 | 77 | 0.55 | 0 | 0.56 | 0.32 | 118.76 | 0.39 | 0.49 |
| Hex | 4F | AE | 4D | 37 | 0 | 38 | 20 | 77 | 27 | 31 |
| Octal | 117 | 256 | 115 | 67 | 0 | 70 | 40 | 167 | 47 | 61 |
| Binary | 1001111 | 10101110 | 1001101 | 110111 | 0 | 111000 | 100000 | 1110111 | 100111 | 110001 |
Color Harmonies of #4FAE4D
Complementary color
Monochromatic Colors of #4FAE4D
Black with #4FAE4D
Text Example
Text Example
White with #4FAE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAE4D; }
p { color: rgb(79,174,77); }
H1.HeaderClassName
{
color: #4FAE4D;
}
.AnyTagClassName
{
color: #4FAE4D;
}
</style>
background-color css
<style>
a { background-color: #4FAE4D; }
a { background-color: rgb(79,174,77); }
div.DivClassName
{
background-color: #4FAE4D;
}
.BgClassName
{
background-color: #4FAE4D;
}
</style>
border-color css
<style>
span { border-color: #4FAE4D; }
span { border-color: rgb(79,174,77); }
td.TdClassName
{
border-color: #4FAE4D;
}
.TagClassName
{
border-color: #4FAE4D;
}
</style>