Shades of Fruit Salad #4EAB5E
Tints of Fruit Salad #4EAB5E
RGB
CMYK
RGB Variations
Color information
#4EAB5E (or 0x4EAB5E) is known color: Fruit Salad. HEX triplet: 4E, AB and 5E. RGB value is (78,171,94). Sum of RGB (Red+Green+Blue) = 78+171+94=343 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.74% from 343); Green value is 171 (67.19% from 255 or 49.85% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 171 - color contains mainly: green. Hex color #4EAB5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAB5E is #B154A1. Grayscale: #868686. Windows color (decimal): -11621538 or 6204238. OLE color: 6204238.
HSL color Cylindrical-coordinate representation of color #4EAB5E: hue angle of 130.32º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4EAB5E is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 171 | 94 | - |
| CMYK | 0.54 | 0 | 0.45 | 0.33 |
| HSL | 130.32º | 0.37% | 0.49% | - |
| HSV(B) | 130.32º | 0.54% | 0.67% | - |
| XYZ | 19.73 | 31.55 | 15.64 | - |
| YUV | 134.42 | 105.19 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 171 | 94 | 0.54 | 0 | 0.45 | 0.33 | 130.32 | 0.37 | 0.49 |
| Hex | 4E | AB | 5E | 36 | 0 | 2D | 21 | 82 | 25 | 31 |
| Octal | 116 | 253 | 136 | 66 | 0 | 55 | 41 | 202 | 45 | 61 |
| Binary | 1001110 | 10101011 | 1011110 | 110110 | 0 | 101101 | 100001 | 10000010 | 100101 | 110001 |
Color Harmonies of #4EAB5E
Complementary color
Monochromatic Colors of #4EAB5E
Black with #4EAB5E
Text Example
Text Example
White with #4EAB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAB5E; }
p { color: rgb(78,171,94); }
H1.HeaderClassName
{
color: #4EAB5E;
}
.AnyTagClassName
{
color: #4EAB5E;
}
</style>
background-color css
<style>
a { background-color: #4EAB5E; }
a { background-color: rgb(78,171,94); }
div.DivClassName
{
background-color: #4EAB5E;
}
.BgClassName
{
background-color: #4EAB5E;
}
</style>
border-color css
<style>
span { border-color: #4EAB5E; }
span { border-color: rgb(78,171,94); }
td.TdClassName
{
border-color: #4EAB5E;
}
.TagClassName
{
border-color: #4EAB5E;
}
</style>