#4EAF5B

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

Shades of Fruit Salad #4EAF5B

Tints of Fruit Salad #4EAF5B

Color information

#4EAF5B (or 0x4EAF5B) is unknown color: approx Fruit Salad. HEX triplet: 4E, AF and 5B. RGB value is (78,175,91). Sum of RGB (Red+Green+Blue) = 78+175+91=344 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.67% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #4EAF5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAF5B is #B150A4. Grayscale: #888888. Windows color (decimal): -11620517 or 6008654. OLE color: 6008654.

HSL color Cylindrical-coordinate representation of color #4EAF5B: hue angle of 128.04º 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 #4EAF5B is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB7817591-
CMYK0.5500.480.31
HSL128.04º38.34%49.61%-
HSV(B)128.04º55.43%68.63%-
XYZ20.3633.0315.2-
YUV136.42102.3686.33-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.67%
GREEN value IS 175 (68.75% from 255) = 50.87%
BLUE value IS 91 (35.94% from 255) = 26.45%
R=22.67%
G=50.87%
B=26.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal78175910.5500.480.31128.0438.3449.61
Hex4EAF5B370301F802632
Octal11625713367060372004662
Binary100111010101111101101111011101100001111110000000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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