#4F9750

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

Shades of Fruit Salad #4F9750

Tints of Fruit Salad #4F9750

Color information

#4F9750 (or 0x4F9750) is unknown color: approx Fruit Salad. HEX triplet: 4F, 97 and 50. RGB value is (79,151,80). Sum of RGB (Red+Green+Blue) = 79+151+80=310 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.48% from 310); Green value is 151 (59.38% from 255 or 48.71% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 151 - color contains mainly: green. Hex color #4F9750 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9750 is #B068AF. Grayscale: #797979. Windows color (decimal): -11561136 or 5281615. OLE color: 5281615.

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

Color convert

RGB7915180-
CMYK0.4800.470.41
HSL120.83º31.3%45.1%-
HSV(B)120.83º47.68%59.22%-
XYZ15.7424.3711.46-
YUV121.38104.6597.77-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.48%
GREEN value IS 151 (59.38% from 255) = 48.71%
BLUE value IS 80 (31.64% from 255) = 25.81%
R=25.48%
G=48.71%
B=25.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal79151800.4800.470.41120.8331.345.1
Hex4F97503002F29791f2d
Octal11722712060057511713755
Binary10011111001011110100001100000101111101001111100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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