#4E954F

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

Shades of Fruit Salad #4E954F

Tints of Fruit Salad #4E954F

Color information

#4E954F (or 0x4E954F) is unknown color: approx Fruit Salad. HEX triplet: 4E, 95 and 4F. RGB value is (78,149,79). Sum of RGB (Red+Green+Blue) = 78+149+79=306 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.49% from 306); Green value is 149 (58.59% from 255 or 48.69% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 149 - color contains mainly: green. Hex color #4E954F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E954F is #B16AB0. Grayscale: #787878. Windows color (decimal): -11627185 or 5215566. OLE color: 5215566.

HSL color Cylindrical-coordinate representation of color #4E954F: hue angle of 120.85º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E954F is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB7814979-
CMYK0.4800.470.42
HSL120.85º31.28%44.51%-
HSV(B)120.85º47.65%58.43%-
XYZ15.323.6811.16-
YUV119.79104.9898.19-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.49%
GREEN value IS 149 (58.59% from 255) = 48.69%
BLUE value IS 79 (31.25% from 255) = 25.82%
R=25.49%
G=48.69%
B=25.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal78149790.4800.470.42120.8531.2844.51
Hex4E954F3002F2A791f2d
Octal11622511760057521713755
Binary10011101001010110011111100000101111101010111100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E954F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,149,79); }

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

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

 a { background-color: rgb(78,149,79); }

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

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

 span { border-color: rgb(78,149,79); }

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