#4E9F5A

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

Shades of Fruit Salad #4E9F5A

Tints of Fruit Salad #4E9F5A

Color information

#4E9F5A (or 0x4E9F5A) is unknown color: approx Fruit Salad. HEX triplet: 4E, 9F and 5A. RGB value is (78,159,90). Sum of RGB (Red+Green+Blue) = 78+159+90=327 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.85% from 327); Green value is 159 (62.5% from 255 or 48.62% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 159 - color contains mainly: green. Hex color #4E9F5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9F5A is #B160A5. Grayscale: #7F7F7F. Windows color (decimal): -11624614 or 5939022. OLE color: 5939022.

HSL color Cylindrical-coordinate representation of color #4E9F5A: hue angle of 128.89º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E9F5A is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB7815990-
CMYK0.5100.430.38
HSL128.89º34.18%46.47%-
HSV(B)128.89º50.94%62.35%-
XYZ17.3927.1514-
YUV126.92107.1693.11-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.85%
GREEN value IS 159 (62.5% from 255) = 48.62%
BLUE value IS 90 (35.55% from 255) = 27.52%
R=23.85%
G=48.62%
B=27.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal78159900.5100.430.38128.8934.1846.47
Hex4E9F5A3302B2681222e
Octal11623713263053462014256
Binary1001110100111111011010110011010101110011010000001100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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