#4EB352

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

Shades of Fruit Salad #4EB352

Tints of Fruit Salad #4EB352

Color information

#4EB352 (or 0x4EB352) is unknown color: approx Fruit Salad. HEX triplet: 4E, B3 and 52. RGB value is (78,179,82). Sum of RGB (Red+Green+Blue) = 78+179+82=339 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.01% from 339); Green value is 179 (70.31% from 255 or 52.80% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 179 - color contains mainly: green. Hex color #4EB352 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EB352 is #B14CAD. Grayscale: #8A8A8A. Windows color (decimal): -11619502 or 5419854. OLE color: 5419854.

HSL color Cylindrical-coordinate representation of color #4EB352: hue angle of 122.38º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4EB352 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB7817982-
CMYK0.5600.540.30
HSL122.38º39.92%50.39%-
HSV(B)122.38º56.42%70.2%-
XYZ20.7834.4713.54-
YUV137.7496.5485.39-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.01%
GREEN value IS 179 (70.31% from 255) = 52.80%
BLUE value IS 82 (32.42% from 255) = 24.19%
R=23.01%
G=52.80%
B=24.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal78179820.5600.540.30122.3839.9250.39
Hex4EB352380361E7a2832
Octal11626312270066361725062
Binary10011101011001110100101110000110110111101111010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,179,82); }

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

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

 a { background-color: rgb(78,179,82); }

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

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

 span { border-color: rgb(78,179,82); }

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