Shades of Fruit Salad #4E8E56
Tints of Fruit Salad #4E8E56
RGB
CMYK
RGB Variations
Color information
#4E8E56 (or 0x4E8E56) is known color: Fruit Salad. HEX triplet: 4E, 8E and 56. RGB value is (78,142,86). Sum of RGB (Red+Green+Blue) = 78+142+86=306 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.49% from 306); Green value is 142 (55.86% from 255 or 46.41% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 142 - color contains mainly: green. Hex color #4E8E56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8E56 is #B171A9. Grayscale: #747474. Windows color (decimal): -11628970 or 5672526. OLE color: 5672526.
HSL color Cylindrical-coordinate representation of color #4E8E56: hue angle of 127.5º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4E8E56 is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 142 | 86 | - |
| CMYK | 0.45 | 0 | 0.39 | 0.44 |
| HSL | 127.5º | 0.29% | 0.43% | - |
| HSV(B) | 127.5º | 0.45% | 0.56% | - |
| XYZ | 14.49 | 21.64 | 12.22 | - |
| YUV | 116.48 | 110.8 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 142 | 86 | 0.45 | 0 | 0.39 | 0.44 | 127.5 | 0.29 | 0.43 |
| Hex | 4E | 8E | 56 | 2D | 0 | 27 | 2C | 80 | 1D | 2B |
| Octal | 116 | 216 | 126 | 55 | 0 | 47 | 54 | 200 | 35 | 53 |
| Binary | 1001110 | 10001110 | 1010110 | 101101 | 0 | 100111 | 101100 | 10000000 | 11101 | 101011 |
Color Harmonies of #4E8E56
Complementary color
Monochromatic Colors of #4E8E56
Black with #4E8E56
Text Example
Text Example
White with #4E8E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8E56; }
p { color: rgb(78,142,86); }
H1.HeaderClassName
{
color: #4E8E56;
}
.AnyTagClassName
{
color: #4E8E56;
}
</style>
background-color css
<style>
a { background-color: #4E8E56; }
a { background-color: rgb(78,142,86); }
div.DivClassName
{
background-color: #4E8E56;
}
.BgClassName
{
background-color: #4E8E56;
}
</style>
border-color css
<style>
span { border-color: #4E8E56; }
span { border-color: rgb(78,142,86); }
td.TdClassName
{
border-color: #4E8E56;
}
.TagClassName
{
border-color: #4E8E56;
}
</style>