#4EAF5F

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

Shades of Fruit Salad #4EAF5F

Tints of Fruit Salad #4EAF5F

Color information

#4EAF5F (or 0x4EAF5F) is unknown color: approx Fruit Salad. HEX triplet: 4E, AF and 5F. RGB value is (78,175,95). Sum of RGB (Red+Green+Blue) = 78+175+95=348 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.41% from 348); Green value is 175 (68.75% from 255 or 50.29% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 175 - color contains mainly: green. Hex color #4EAF5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAF5F is #B150A0. Grayscale: #898989. Windows color (decimal): -11620513 or 6270798. OLE color: 6270798.

HSL color Cylindrical-coordinate representation of color #4EAF5F: hue angle of 130.52º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EAF5F is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB7817595-
CMYK0.5500.460.31
HSL130.52º38.34%49.61%-
HSV(B)130.52º55.43%68.63%-
XYZ20.5433.1116.13-
YUV136.88104.3686-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.41%
GREEN value IS 175 (68.75% from 255) = 50.29%
BLUE value IS 95 (37.5% from 255) = 27.30%
R=22.41%
G=50.29%
B=27.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal78175950.5500.460.31130.5238.3449.61
Hex4EAF5F3702E1F832632
Octal11625713767056372034662
Binary100111010101111101111111011101011101111110000011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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