#4EA45D

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

Shades of Fruit Salad #4EA45D

Tints of Fruit Salad #4EA45D

Color information

#4EA45D (or 0x4EA45D) is unknown color: approx Fruit Salad. HEX triplet: 4E, A4 and 5D. RGB value is (78,164,93). Sum of RGB (Red+Green+Blue) = 78+164+93=335 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.28% from 335); Green value is 164 (64.45% from 255 or 48.96% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 164 - color contains mainly: green. Hex color #4EA45D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA45D is #B15BA2. Grayscale: #828282. Windows color (decimal): -11623331 or 6136910. OLE color: 6136910.

HSL color Cylindrical-coordinate representation of color #4EA45D: hue angle of 130.47º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4EA45D is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB7816493-
CMYK0.5200.430.36
HSL130.47º35.54%47.45%-
HSV(B)130.47º52.44%64.31%-
XYZ18.3928.9614.98-
YUV130.19107.0190.77-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.28%
GREEN value IS 164 (64.45% from 255) = 48.96%
BLUE value IS 93 (36.72% from 255) = 27.76%
R=23.28%
G=48.96%
B=27.76%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal78164930.5200.430.36130.4735.5447.45
Hex4EA45D3402B2482242f
Octal11624413564053442024457
Binary1001110101001001011101110100010101110010010000010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,164,93); }

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

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

 a { background-color: rgb(78,164,93); }

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

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

 span { border-color: rgb(78,164,93); }

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