Shades of Fruit Salad #4FAE55
Tints of Fruit Salad #4FAE55
RGB
CMYK
RGB Variations
Color information
#4FAE55 (or 0x4FAE55) is known color: Fruit Salad. HEX triplet: 4F, AE and 55. RGB value is (79,174,85). Sum of RGB (Red+Green+Blue) = 79+174+85=338 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.37% from 338); Green value is 174 (68.36% from 255 or 51.48% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 174 - color contains mainly: green. Hex color #4FAE55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAE55 is #B051AA. Grayscale: #878787. Windows color (decimal): -11555243 or 5615183. OLE color: 5615183.
HSL color Cylindrical-coordinate representation of color #4FAE55: hue angle of 123.79º 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 #4FAE55 is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 174 | 85 | - |
| CMYK | 0.55 | 0 | 0.51 | 0.32 |
| HSL | 123.79º | 0.38% | 0.5% | - |
| HSV(B) | 123.79º | 0.55% | 0.68% | - |
| XYZ | 20 | 32.59 | 13.83 | - |
| YUV | 135.45 | 99.53 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 174 | 85 | 0.55 | 0 | 0.51 | 0.32 | 123.79 | 0.38 | 0.5 |
| Hex | 4F | AE | 55 | 37 | 0 | 33 | 20 | 7C | 26 | 32 |
| Octal | 117 | 256 | 125 | 67 | 0 | 63 | 40 | 174 | 46 | 62 |
| Binary | 1001111 | 10101110 | 1010101 | 110111 | 0 | 110011 | 100000 | 1111100 | 100110 | 110010 |
Color Harmonies of #4FAE55
Complementary color
Monochromatic Colors of #4FAE55
Black with #4FAE55
Text Example
Text Example
White with #4FAE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAE55; }
p { color: rgb(79,174,85); }
H1.HeaderClassName
{
color: #4FAE55;
}
.AnyTagClassName
{
color: #4FAE55;
}
</style>
background-color css
<style>
a { background-color: #4FAE55; }
a { background-color: rgb(79,174,85); }
div.DivClassName
{
background-color: #4FAE55;
}
.BgClassName
{
background-color: #4FAE55;
}
</style>
border-color css
<style>
span { border-color: #4FAE55; }
span { border-color: rgb(79,174,85); }
td.TdClassName
{
border-color: #4FAE55;
}
.TagClassName
{
border-color: #4FAE55;
}
</style>