#4F9E50

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

Shades of Fruit Salad #4F9E50

Tints of Fruit Salad #4F9E50

Color information

#4F9E50 (or 0x4F9E50) is unknown color: approx Fruit Salad. HEX triplet: 4F, 9E and 50. RGB value is (79,158,80). Sum of RGB (Red+Green+Blue) = 79+158+80=317 (41% of max value = 765). Red value is 79 (31.25% from 255 or 24.92% from 317); Green value is 158 (62.11% from 255 or 49.84% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 158 - color contains mainly: green. Hex color #4F9E50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9E50 is #B061AF. Grayscale: #7D7D7D. Windows color (decimal): -11559344 or 5283407. OLE color: 5283407.

HSL color Cylindrical-coordinate representation of color #4F9E50: hue angle of 120.76º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F9E50 is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB7915880-
CMYK0.5000.490.38
HSL120.76º33.33%46.47%-
HSV(B)120.76º50%61.96%-
XYZ16.926.711.85-
YUV125.49102.3394.84-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.92%
GREEN value IS 158 (62.11% from 255) = 49.84%
BLUE value IS 80 (31.64% from 255) = 25.24%
R=24.92%
G=49.84%
B=25.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal79158800.5000.490.38120.7633.3346.47
Hex4F9E50320312679212e
Octal11723612062061461714156
Binary100111110011110101000011001001100011001101111001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,158,80); }

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

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

 a { background-color: rgb(79,158,80); }

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

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

 span { border-color: rgb(79,158,80); }

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