#4EB94A

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

Shades of Fruit Salad #4EB94A

Tints of Fruit Salad #4EB94A

Color information

#4EB94A (or 0x4EB94A) is unknown color: approx Fruit Salad. HEX triplet: 4E, B9 and 4A. RGB value is (78,185,74). Sum of RGB (Red+Green+Blue) = 78+185+74=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 185 (72.66% from 255 or 54.90% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 185 - color contains mainly: green. Hex color #4EB94A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EB94A is #B146B5. Grayscale: #8C8C8C. Windows color (decimal): -11617974 or 4897102. OLE color: 4897102.

HSL color Cylindrical-coordinate representation of color #4EB94A: hue angle of 117.84º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EB94A is Cyan = 0.58, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.27.

Color convert

RGB7818574-
CMYK0.5800.60.27
HSL117.84º44.22%50.78%-
HSV(B)117.84º60%72.55%-
XYZ21.7336.8112.44-
YUV140.3590.5583.53-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.15%
GREEN value IS 185 (72.66% from 255) = 54.90%
BLUE value IS 74 (29.30% from 255) = 21.96%
R=23.15%
G=54.90%
B=21.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal78185740.5800.60.27117.8444.2250.78
Hex4EB94A3A03C1B762c33
Octal11627111272074331665463
Binary10011101011100110010101110100111100110111110110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,185,74); }

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

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

 a { background-color: rgb(78,185,74); }

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

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

 span { border-color: rgb(78,185,74); }

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