Shades of Fruit Salad #4EA645
Tints of Fruit Salad #4EA645
RGB
CMYK
RGB Variations
Color information
#4EA645 (or 0x4EA645) is known color: Fruit Salad. HEX triplet: 4E, A6 and 45. RGB value is (78,166,69). Sum of RGB (Red+Green+Blue) = 78+166+69=313 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.92% from 313); Green value is 166 (65.23% from 255 or 53.04% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 166 - color contains mainly: green. Hex color #4EA645 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4EA645 is #B159BA. Grayscale: #808080. Windows color (decimal): -11622843 or 4564558. OLE color: 4564558.
HSL color Cylindrical-coordinate representation of color #4EA645: hue angle of 114.43º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4EA645 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 78 | 166 | 69 | - |
| CMYK | 0.53 | 0 | 0.58 | 0.35 |
| HSL | 114.43º | 0.41% | 0.46% | - |
| HSV(B) | 114.43º | 0.58% | 0.65% | - |
| XYZ | 17.85 | 29.32 | 10.35 | - |
| YUV | 128.63 | 94.35 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 166 | 69 | 0.53 | 0 | 0.58 | 0.35 | 114.43 | 0.41 | 0.46 |
| Hex | 4E | A6 | 45 | 35 | 0 | 3A | 23 | 72 | 29 | 2E |
| Octal | 116 | 246 | 105 | 65 | 0 | 72 | 43 | 162 | 51 | 56 |
| Binary | 1001110 | 10100110 | 1000101 | 110101 | 0 | 111010 | 100011 | 1110010 | 101001 | 101110 |
Color Harmonies of #4EA645
Complementary color
Monochromatic Colors of #4EA645
Black with #4EA645
Text Example
Text Example
White with #4EA645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA645; }
p { color: rgb(78,166,69); }
H1.HeaderClassName
{
color: #4EA645;
}
.AnyTagClassName
{
color: #4EA645;
}
</style>
background-color css
<style>
a { background-color: #4EA645; }
a { background-color: rgb(78,166,69); }
div.DivClassName
{
background-color: #4EA645;
}
.BgClassName
{
background-color: #4EA645;
}
</style>
border-color css
<style>
span { border-color: #4EA645; }
span { border-color: rgb(78,166,69); }
td.TdClassName
{
border-color: #4EA645;
}
.TagClassName
{
border-color: #4EA645;
}
</style>