Shades of Fruit Salad #4EAE5E
Tints of Fruit Salad #4EAE5E
RGB
CMYK
RGB Variations
Color information
#4EAE5E (or 0x4EAE5E) is known color: Fruit Salad. HEX triplet: 4E, AE and 5E. RGB value is (78,174,94). Sum of RGB (Red+Green+Blue) = 78+174+94=346 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.54% from 346); Green value is 174 (68.36% from 255 or 50.29% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 174 - color contains mainly: green. Hex color #4EAE5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAE5E is #B151A1. Grayscale: #888888. Windows color (decimal): -11620770 or 6205006. OLE color: 6205006.
HSL color Cylindrical-coordinate representation of color #4EAE5E: hue angle of 130º 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 #4EAE5E is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 78 | 174 | 94 | - |
| CMYK | 0.55 | 0 | 0.46 | 0.32 |
| HSL | 130º | 0.38% | 0.49% | - |
| HSV(B) | 130º | 0.55% | 0.68% | - |
| XYZ | 20.3 | 32.7 | 15.83 | - |
| YUV | 136.18 | 104.2 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 174 | 94 | 0.55 | 0 | 0.46 | 0.32 | 130 | 0.38 | 0.49 |
| Hex | 4E | AE | 5E | 37 | 0 | 2E | 20 | 82 | 26 | 31 |
| Octal | 116 | 256 | 136 | 67 | 0 | 56 | 40 | 202 | 46 | 61 |
| Binary | 1001110 | 10101110 | 1011110 | 110111 | 0 | 101110 | 100000 | 10000010 | 100110 | 110001 |
Color Harmonies of #4EAE5E
Complementary color
Monochromatic Colors of #4EAE5E
Black with #4EAE5E
Text Example
Text Example
White with #4EAE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAE5E; }
p { color: rgb(78,174,94); }
H1.HeaderClassName
{
color: #4EAE5E;
}
.AnyTagClassName
{
color: #4EAE5E;
}
</style>
background-color css
<style>
a { background-color: #4EAE5E; }
a { background-color: rgb(78,174,94); }
div.DivClassName
{
background-color: #4EAE5E;
}
.BgClassName
{
background-color: #4EAE5E;
}
</style>
border-color css
<style>
span { border-color: #4EAE5E; }
span { border-color: rgb(78,174,94); }
td.TdClassName
{
border-color: #4EAE5E;
}
.TagClassName
{
border-color: #4EAE5E;
}
</style>