#4EAF5A

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

Shades of Fruit Salad #4EAF5A

Tints of Fruit Salad #4EAF5A

Color information

#4EAF5A (or 0x4EAF5A) is unknown color: approx Fruit Salad. HEX triplet: 4E, AF and 5A. RGB value is (78,175,90). Sum of RGB (Red+Green+Blue) = 78+175+90=343 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.74% from 343); Green value is 175 (68.75% from 255 or 51.02% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 175 - color contains mainly: green. Hex color #4EAF5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAF5A is #B150A5. Grayscale: #888888. Windows color (decimal): -11620518 or 5943118. OLE color: 5943118.

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

Color convert

RGB7817590-
CMYK0.5500.490.31
HSL127.42º38.34%49.61%-
HSV(B)127.42º55.43%68.63%-
XYZ20.3233.0214.98-
YUV136.31101.8686.41-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.74%
GREEN value IS 175 (68.75% from 255) = 51.02%
BLUE value IS 90 (35.55% from 255) = 26.24%
R=22.74%
G=51.02%
B=26.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal78175900.5500.490.31127.4238.3449.61
Hex4EAF5A370311F7f2632
Octal11625713267061371774662
Binary10011101010111110110101101110110001111111111111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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