Shades of Fruit Salad #4FAE5E
Tints of Fruit Salad #4FAE5E
RGB
CMYK
RGB Variations
Color information
#4FAE5E (or 0x4FAE5E) is known color: Fruit Salad. HEX triplet: 4F, AE and 5E. RGB value is (79,174,94). Sum of RGB (Red+Green+Blue) = 79+174+94=347 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.77% from 347); Green value is 174 (68.36% from 255 or 50.14% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 174 - color contains mainly: green. Hex color #4FAE5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAE5E is #B051A1. Grayscale: #888888. Windows color (decimal): -11555234 or 6205007. OLE color: 6205007.
HSL color Cylindrical-coordinate representation of color #4FAE5E: hue angle of 129.47º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FAE5E is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 174 | 94 | - |
| CMYK | 0.55 | 0 | 0.46 | 0.32 |
| HSL | 129.47º | 0.38% | 0.5% | - |
| HSV(B) | 129.47º | 0.55% | 0.68% | - |
| XYZ | 20.38 | 32.74 | 15.84 | - |
| YUV | 136.48 | 104.03 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 174 | 94 | 0.55 | 0 | 0.46 | 0.32 | 129.47 | 0.38 | 0.5 |
| Hex | 4F | AE | 5E | 37 | 0 | 2E | 20 | 81 | 26 | 32 |
| Octal | 117 | 256 | 136 | 67 | 0 | 56 | 40 | 201 | 46 | 62 |
| Binary | 1001111 | 10101110 | 1011110 | 110111 | 0 | 101110 | 100000 | 10000001 | 100110 | 110010 |
Color Harmonies of #4FAE5E
Complementary color
Monochromatic Colors of #4FAE5E
Black with #4FAE5E
Text Example
Text Example
White with #4FAE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAE5E; }
p { color: rgb(79,174,94); }
H1.HeaderClassName
{
color: #4FAE5E;
}
.AnyTagClassName
{
color: #4FAE5E;
}
</style>
background-color css
<style>
a { background-color: #4FAE5E; }
a { background-color: rgb(79,174,94); }
div.DivClassName
{
background-color: #4FAE5E;
}
.BgClassName
{
background-color: #4FAE5E;
}
</style>
border-color css
<style>
span { border-color: #4FAE5E; }
span { border-color: rgb(79,174,94); }
td.TdClassName
{
border-color: #4FAE5E;
}
.TagClassName
{
border-color: #4FAE5E;
}
</style>