#4EA54A

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

Shades of Fruit Salad #4EA54A

Tints of Fruit Salad #4EA54A

Color information

#4EA54A (or 0x4EA54A) is unknown color: approx Fruit Salad. HEX triplet: 4E, A5 and 4A. RGB value is (78,165,74). Sum of RGB (Red+Green+Blue) = 78+165+74=317 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.61% from 317); Green value is 165 (64.84% from 255 or 52.05% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 165 - color contains mainly: green. Hex color #4EA54A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4EA54A is #B15AB5. Grayscale: #808080. Windows color (decimal): -11623094 or 4891982. OLE color: 4891982.

HSL color Cylindrical-coordinate representation of color #4EA54A: hue angle of 117.36º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EA54A is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB7816574-
CMYK0.5300.550.35
HSL117.36º38.08%46.86%-
HSV(B)117.36º55.15%64.71%-
XYZ17.8329.0211.14-
YUV128.6197.1891.9-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.61%
GREEN value IS 165 (64.84% from 255) = 52.05%
BLUE value IS 74 (29.30% from 255) = 23.34%
R=24.61%
G=52.05%
B=23.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal78165740.5300.550.35117.3638.0846.86
Hex4EA54A350372375262f
Octal11624511265067431654657
Binary100111010100101100101011010101101111000111110101100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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