Shades of Fruit Salad #4E9057
Tints of Fruit Salad #4E9057
RGB
CMYK
RGB Variations
Color information
#4E9057 (or 0x4E9057) is known color: Fruit Salad. HEX triplet: 4E, 90 and 57. RGB value is (78,144,87). Sum of RGB (Red+Green+Blue) = 78+144+87=309 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.24% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 87 (34.38% from 255 or 28.16% from 309); Max value from RGB is 144 - color contains mainly: green. Hex color #4E9057 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9057 is #B16FA8. Grayscale: #757575. Windows color (decimal): -11628457 or 5738574. OLE color: 5738574.
HSL color Cylindrical-coordinate representation of color #4E9057: hue angle of 128.18º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E9057 is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 144 | 87 | - |
| CMYK | 0.46 | 0 | 0.40 | 0.44 |
| HSL | 128.18º | 0.3% | 0.44% | - |
| HSV(B) | 128.18º | 0.46% | 0.56% | - |
| XYZ | 14.84 | 22.25 | 12.53 | - |
| YUV | 117.77 | 110.63 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 144 | 87 | 0.46 | 0 | 0.40 | 0.44 | 128.18 | 0.3 | 0.44 |
| Hex | 4E | 90 | 57 | 2E | 0 | 28 | 2C | 80 | 1E | 2C |
| Octal | 116 | 220 | 127 | 56 | 0 | 50 | 54 | 200 | 36 | 54 |
| Binary | 1001110 | 10010000 | 1010111 | 101110 | 0 | 101000 | 101100 | 10000000 | 11110 | 101100 |
Color Harmonies of #4E9057
Complementary color
Monochromatic Colors of #4E9057
Black with #4E9057
Text Example
Text Example
White with #4E9057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9057; }
p { color: rgb(78,144,87); }
H1.HeaderClassName
{
color: #4E9057;
}
.AnyTagClassName
{
color: #4E9057;
}
</style>
background-color css
<style>
a { background-color: #4E9057; }
a { background-color: rgb(78,144,87); }
div.DivClassName
{
background-color: #4E9057;
}
.BgClassName
{
background-color: #4E9057;
}
</style>
border-color css
<style>
span { border-color: #4E9057; }
span { border-color: rgb(78,144,87); }
td.TdClassName
{
border-color: #4E9057;
}
.TagClassName
{
border-color: #4E9057;
}
</style>