#4EAA4B

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

Shades of Fruit Salad #4EAA4B

Tints of Fruit Salad #4EAA4B

Color information

#4EAA4B (or 0x4EAA4B) is unknown color: approx Fruit Salad. HEX triplet: 4E, AA and 4B. RGB value is (78,170,75). Sum of RGB (Red+Green+Blue) = 78+170+75=323 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.15% from 323); Green value is 170 (66.80% from 255 or 52.63% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 170 - color contains mainly: green. Hex color #4EAA4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4EAA4B is #B155B4. Grayscale: #838383. Windows color (decimal): -11621813 or 4958798. OLE color: 4958798.

HSL color Cylindrical-coordinate representation of color #4EAA4B: hue angle of 118.11º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4EAA4B is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB7817075-
CMYK0.5400.560.33
HSL118.11º38.78%48.04%-
HSV(B)118.11º55.88%66.67%-
XYZ18.7930.8811.63-
YUV131.6696.0289.72-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.15%
GREEN value IS 170 (66.80% from 255) = 52.63%
BLUE value IS 75 (29.69% from 255) = 23.22%
R=24.15%
G=52.63%
B=23.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal78170750.5400.560.33118.1138.7848.04
Hex4EAA4B3603821762730
Octal11625211366070411664760
Binary100111010101010100101111011001110001000011110110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,170,75); }

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

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

 a { background-color: rgb(78,170,75); }

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

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

 span { border-color: rgb(78,170,75); }

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