Shades of Fruit Salad #4E9F45
Tints of Fruit Salad #4E9F45
RGB
CMYK
RGB Variations
Color information
#4E9F45 (or 0x4E9F45) is known color: Fruit Salad. HEX triplet: 4E, 9F and 45. RGB value is (78,159,69). Sum of RGB (Red+Green+Blue) = 78+159+69=306 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.49% from 306); Green value is 159 (62.5% from 255 or 51.96% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 159 - color contains mainly: green. Hex color #4E9F45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E9F45 is #B160BA. Grayscale: #7C7C7C. Windows color (decimal): -11624635 or 4562766. OLE color: 4562766.
HSL color Cylindrical-coordinate representation of color #4E9F45: hue angle of 114º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4E9F45 is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 159 | 69 | - |
| CMYK | 0.51 | 0 | 0.57 | 0.38 |
| HSL | 114º | 0.39% | 0.45% | - |
| HSV(B) | 114º | 0.57% | 0.62% | - |
| XYZ | 16.61 | 26.85 | 9.94 | - |
| YUV | 124.52 | 96.66 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 159 | 69 | 0.51 | 0 | 0.57 | 0.38 | 114 | 0.39 | 0.45 |
| Hex | 4E | 9F | 45 | 33 | 0 | 39 | 26 | 72 | 27 | 2D |
| Octal | 116 | 237 | 105 | 63 | 0 | 71 | 46 | 162 | 47 | 55 |
| Binary | 1001110 | 10011111 | 1000101 | 110011 | 0 | 111001 | 100110 | 1110010 | 100111 | 101101 |
Color Harmonies of #4E9F45
Complementary color
Monochromatic Colors of #4E9F45
Black with #4E9F45
Text Example
Text Example
White with #4E9F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9F45; }
p { color: rgb(78,159,69); }
H1.HeaderClassName
{
color: #4E9F45;
}
.AnyTagClassName
{
color: #4E9F45;
}
</style>
background-color css
<style>
a { background-color: #4E9F45; }
a { background-color: rgb(78,159,69); }
div.DivClassName
{
background-color: #4E9F45;
}
.BgClassName
{
background-color: #4E9F45;
}
</style>
border-color css
<style>
span { border-color: #4E9F45; }
span { border-color: rgb(78,159,69); }
td.TdClassName
{
border-color: #4E9F45;
}
.TagClassName
{
border-color: #4E9F45;
}
</style>