Shades of Fruit Salad #4EA045
Tints of Fruit Salad #4EA045
RGB
CMYK
RGB Variations
Color information
#4EA045 (or 0x4EA045) is known color: Fruit Salad. HEX triplet: 4E, A0 and 45. RGB value is (78,160,69). Sum of RGB (Red+Green+Blue) = 78+160+69=307 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.41% from 307); Green value is 160 (62.89% from 255 or 52.12% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 160 - color contains mainly: green. Hex color #4EA045 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4EA045 is #B15FBA. Grayscale: #7D7D7D. Windows color (decimal): -11624379 or 4563022. OLE color: 4563022.
HSL color Cylindrical-coordinate representation of color #4EA045: hue angle of 114.07º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4EA045 is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 78 | 160 | 69 | - |
| CMYK | 0.51 | 0 | 0.57 | 0.37 |
| HSL | 114.07º | 0.4% | 0.45% | - |
| HSV(B) | 114.07º | 0.57% | 0.63% | - |
| XYZ | 16.79 | 27.19 | 9.99 | - |
| YUV | 125.11 | 96.33 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 160 | 69 | 0.51 | 0 | 0.57 | 0.37 | 114.07 | 0.4 | 0.45 |
| Hex | 4E | A0 | 45 | 33 | 0 | 39 | 25 | 72 | 28 | 2D |
| Octal | 116 | 240 | 105 | 63 | 0 | 71 | 45 | 162 | 50 | 55 |
| Binary | 1001110 | 10100000 | 1000101 | 110011 | 0 | 111001 | 100101 | 1110010 | 101000 | 101101 |
Color Harmonies of #4EA045
Complementary color
Monochromatic Colors of #4EA045
Black with #4EA045
Text Example
Text Example
White with #4EA045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA045; }
p { color: rgb(78,160,69); }
H1.HeaderClassName
{
color: #4EA045;
}
.AnyTagClassName
{
color: #4EA045;
}
</style>
background-color css
<style>
a { background-color: #4EA045; }
a { background-color: rgb(78,160,69); }
div.DivClassName
{
background-color: #4EA045;
}
.BgClassName
{
background-color: #4EA045;
}
</style>
border-color css
<style>
span { border-color: #4EA045; }
span { border-color: rgb(78,160,69); }
td.TdClassName
{
border-color: #4EA045;
}
.TagClassName
{
border-color: #4EA045;
}
</style>