#4EAB45

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

Shades of Fruit Salad #4EAB45

Tints of Fruit Salad #4EAB45

Color information

#4EAB45 (or 0x4EAB45) is unknown color: approx Fruit Salad. HEX triplet: 4E, AB and 45. RGB value is (78,171,69). Sum of RGB (Red+Green+Blue) = 78+171+69=318 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.53% from 318); Green value is 171 (67.19% from 255 or 53.77% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 171 - color contains mainly: green. Hex color #4EAB45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4EAB45 is #B154BA. Grayscale: #838383. Windows color (decimal): -11621563 or 4565838. OLE color: 4565838.

HSL color Cylindrical-coordinate representation of color #4EAB45: hue angle of 114.71º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EAB45 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB7817169-
CMYK0.5400.600.33
HSL114.71º42.5%47.06%-
HSV(B)114.71º59.65%67.06%-
XYZ18.7831.1810.66-
YUV131.5692.6989.79-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.53%
GREEN value IS 171 (67.19% from 255) = 53.77%
BLUE value IS 69 (27.34% from 255) = 21.70%
R=24.53%
G=53.77%
B=21.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal78171690.5400.600.33114.7142.547.06
Hex4EAB453603C21732a2f
Octal11625310566074411635257
Binary100111010101011100010111011001111001000011110011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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