#4EB35F

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

Shades of Fruit Salad #4EB35F

Tints of Fruit Salad #4EB35F

Color information

#4EB35F (or 0x4EB35F) is unknown color: approx Fruit Salad. HEX triplet: 4E, B3 and 5F. RGB value is (78,179,95). Sum of RGB (Red+Green+Blue) = 78+179+95=352 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.16% from 352); Green value is 179 (70.31% from 255 or 50.85% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 179 - color contains mainly: green. Hex color #4EB35F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EB35F is #B14CA0. Grayscale: #8B8B8B. Windows color (decimal): -11619489 or 6271822. OLE color: 6271822.

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

Color convert

RGB7817995-
CMYK0.5600.470.30
HSL130.1º39.92%50.39%-
HSV(B)130.1º56.42%70.2%-
XYZ21.3334.6916.4-
YUV139.22103.0484.33-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.16%
GREEN value IS 179 (70.31% from 255) = 50.85%
BLUE value IS 95 (37.5% from 255) = 26.99%
R=22.16%
G=50.85%
B=26.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal78179950.5600.470.30130.139.9250.39
Hex4EB35F3802F1E822832
Octal11626313770057362025062
Binary100111010110011101111111100001011111111010000010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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