Shades of Fruit Salad #4FAE4E
Tints of Fruit Salad #4FAE4E
RGB
CMYK
RGB Variations
Color information
#4FAE4E (or 0x4FAE4E) is known color: Fruit Salad. HEX triplet: 4F, AE and 4E. RGB value is (79,174,78). Sum of RGB (Red+Green+Blue) = 79+174+78=331 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.87% from 331); Green value is 174 (68.36% from 255 or 52.57% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 174 - color contains mainly: green. Hex color #4FAE4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAE4E is #B051B1. Grayscale: #868686. Windows color (decimal): -11555250 or 5156431. OLE color: 5156431.
HSL color Cylindrical-coordinate representation of color #4FAE4E: hue angle of 119.38º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FAE4E is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 174 | 78 | - |
| CMYK | 0.55 | 0 | 0.55 | 0.32 |
| HSL | 119.38º | 0.38% | 0.49% | - |
| HSV(B) | 119.38º | 0.55% | 0.68% | - |
| XYZ | 19.74 | 32.48 | 12.44 | - |
| YUV | 134.65 | 96.03 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 174 | 78 | 0.55 | 0 | 0.55 | 0.32 | 119.38 | 0.38 | 0.49 |
| Hex | 4F | AE | 4E | 37 | 0 | 37 | 20 | 77 | 26 | 31 |
| Octal | 117 | 256 | 116 | 67 | 0 | 67 | 40 | 167 | 46 | 61 |
| Binary | 1001111 | 10101110 | 1001110 | 110111 | 0 | 110111 | 100000 | 1110111 | 100110 | 110001 |
Color Harmonies of #4FAE4E
Complementary color
Monochromatic Colors of #4FAE4E
Black with #4FAE4E
Text Example
Text Example
White with #4FAE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAE4E; }
p { color: rgb(79,174,78); }
H1.HeaderClassName
{
color: #4FAE4E;
}
.AnyTagClassName
{
color: #4FAE4E;
}
</style>
background-color css
<style>
a { background-color: #4FAE4E; }
a { background-color: rgb(79,174,78); }
div.DivClassName
{
background-color: #4FAE4E;
}
.BgClassName
{
background-color: #4FAE4E;
}
</style>
border-color css
<style>
span { border-color: #4FAE4E; }
span { border-color: rgb(79,174,78); }
td.TdClassName
{
border-color: #4FAE4E;
}
.TagClassName
{
border-color: #4FAE4E;
}
</style>