#4EAE45

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

Shades of Fruit Salad #4EAE45

Tints of Fruit Salad #4EAE45

Color information

#4EAE45 (or 0x4EAE45) is unknown color: approx Fruit Salad. HEX triplet: 4E, AE and 45. RGB value is (78,174,69). Sum of RGB (Red+Green+Blue) = 78+174+69=321 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.30% from 321); Green value is 174 (68.36% from 255 or 54.21% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 174 - color contains mainly: green. Hex color #4EAE45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4EAE45 is #B151BA. Grayscale: #858585. Windows color (decimal): -11620795 or 4566606. OLE color: 4566606.

HSL color Cylindrical-coordinate representation of color #4EAE45: hue angle of 114.86º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EAE45 is Cyan = 0.55, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB7817469-
CMYK0.5500.600.32
HSL114.86º43.21%47.65%-
HSV(B)114.86º60.34%68.24%-
XYZ19.3532.3210.85-
YUV133.3391.788.54-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.30%
GREEN value IS 174 (68.36% from 255) = 54.21%
BLUE value IS 69 (27.34% from 255) = 21.50%
R=24.30%
G=54.21%
B=21.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal78174690.5500.600.32114.8643.2147.65
Hex4EAE453703C20732b30
Octal11625610567074401635360
Binary100111010101110100010111011101111001000001110011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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