Shades of Fruit Salad #4FAE60
Tints of Fruit Salad #4FAE60
RGB
CMYK
RGB Variations
Color information
#4FAE60 (or 0x4FAE60) is known color: Fruit Salad. HEX triplet: 4F, AE and 60. RGB value is (79,174,96). Sum of RGB (Red+Green+Blue) = 79+174+96=349 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.64% from 349); Green value is 174 (68.36% from 255 or 49.86% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 174 - color contains mainly: green. Hex color #4FAE60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAE60 is #B0519F. Grayscale: #888888. Windows color (decimal): -11555232 or 6336079. OLE color: 6336079.
HSL color Cylindrical-coordinate representation of color #4FAE60: hue angle of 130.74º 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 #4FAE60 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 174 | 96 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.32 |
| HSL | 130.74º | 0.38% | 0.5% | - |
| HSV(B) | 130.74º | 0.55% | 0.68% | - |
| XYZ | 20.47 | 32.78 | 16.31 | - |
| YUV | 136.7 | 105.03 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 174 | 96 | 0.55 | 0 | 0.45 | 0.32 | 130.74 | 0.38 | 0.5 |
| Hex | 4F | AE | 60 | 37 | 0 | 2D | 20 | 83 | 26 | 32 |
| Octal | 117 | 256 | 140 | 67 | 0 | 55 | 40 | 203 | 46 | 62 |
| Binary | 1001111 | 10101110 | 1100000 | 110111 | 0 | 101101 | 100000 | 10000011 | 100110 | 110010 |
Color Harmonies of #4FAE60
Complementary color
Monochromatic Colors of #4FAE60
Black with #4FAE60
Text Example
Text Example
White with #4FAE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAE60; }
p { color: rgb(79,174,96); }
H1.HeaderClassName
{
color: #4FAE60;
}
.AnyTagClassName
{
color: #4FAE60;
}
</style>
background-color css
<style>
a { background-color: #4FAE60; }
a { background-color: rgb(79,174,96); }
div.DivClassName
{
background-color: #4FAE60;
}
.BgClassName
{
background-color: #4FAE60;
}
</style>
border-color css
<style>
span { border-color: #4FAE60; }
span { border-color: rgb(79,174,96); }
td.TdClassName
{
border-color: #4FAE60;
}
.TagClassName
{
border-color: #4FAE60;
}
</style>