#4EB25C

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

Shades of Fruit Salad #4EB25C

Tints of Fruit Salad #4EB25C

Color information

#4EB25C (or 0x4EB25C) is unknown color: approx Fruit Salad. HEX triplet: 4E, B2 and 5C. RGB value is (78,178,92). Sum of RGB (Red+Green+Blue) = 78+178+92=348 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.41% from 348); Green value is 178 (69.92% from 255 or 51.15% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 178 - color contains mainly: green. Hex color #4EB25C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EB25C is #B14DA3. Grayscale: #8A8A8A. Windows color (decimal): -11619748 or 6074958. OLE color: 6074958.

HSL color Cylindrical-coordinate representation of color #4EB25C: hue angle of 128.4º degrees, saturation: 0.39, 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 #4EB25C is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB7817892-
CMYK0.5600.480.30
HSL128.4º39.37%50.2%-
HSV(B)128.4º56.18%69.8%-
XYZ20.9934.2315.63-
YUV138.3101.8784.99-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.41%
GREEN value IS 178 (69.92% from 255) = 51.15%
BLUE value IS 92 (36.33% from 255) = 26.44%
R=22.41%
G=51.15%
B=26.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal78178920.5600.480.30128.439.3750.2
Hex4EB25C380301E802732
Octal11626213470060362004762
Binary100111010110010101110011100001100001111010000000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,178,92); }

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

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

 a { background-color: rgb(78,178,92); }

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

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

 span { border-color: rgb(78,178,92); }

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