#4EA845

Color #4EA845 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #4EA845

Tints of Fruit Salad #4EA845

Color information

#4EA845 (or 0x4EA845) is unknown color: approx Fruit Salad. HEX triplet: 4E, A8 and 45. RGB value is (78,168,69). Sum of RGB (Red+Green+Blue) = 78+168+69=315 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.76% from 315); Green value is 168 (66.02% from 255 or 53.33% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 168 - color contains mainly: green. Hex color #4EA845 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4EA845 is #B157BA. Grayscale: #828282. Windows color (decimal): -11622331 or 4565070. OLE color: 4565070.

HSL color Cylindrical-coordinate representation of color #4EA845: hue angle of 114.55º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EA845 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB7816869-
CMYK0.5400.590.34
HSL114.55º41.77%46.47%-
HSV(B)114.55º58.93%65.88%-
XYZ18.2230.0510.47-
YUV129.893.6891.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 24.76%
GREEN value IS 168 (66.02% from 255) = 53.33%
BLUE value IS 69 (27.34% from 255) = 21.90%
R=24.76%
G=53.33%
B=21.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal78168690.5400.590.34114.5541.7746.47
Hex4EA8453603B22732a2e
Octal11625010566073421635256
Binary100111010101000100010111011001110111000101110011101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EA845; }

 p { color: rgb(78,168,69); }

 H1.HeaderClassName
 {
   color: #4EA845;
 }
 .AnyTagClassName
 {
   color: #4EA845;
 }
</style>
background-color css

<style>
 a { background-color: #4EA845; }

 a { background-color: rgb(78,168,69); }

 div.DivClassName
 {
   background-color: #4EA845;
 }
 .BgClassName
 {
   background-color: #4EA845;
 }
</style>
border-color css

<style>
 span { border-color: #4EA845; }

 span { border-color: rgb(78,168,69); }

 td.TdClassName
 {
   border-color: #4EA845;
 }
 .TagClassName
 {
   border-color: #4EA845;
 }
</style>