#4F9550

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

Shades of Fruit Salad #4F9550

Tints of Fruit Salad #4F9550

Color information

#4F9550 (or 0x4F9550) is unknown color: approx Fruit Salad. HEX triplet: 4F, 95 and 50. RGB value is (79,149,80). Sum of RGB (Red+Green+Blue) = 79+149+80=308 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.65% from 308); Green value is 149 (58.59% from 255 or 48.38% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 149 - color contains mainly: green. Hex color #4F9550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9550 is #B06AAF. Grayscale: #787878. Windows color (decimal): -11561648 or 5281103. OLE color: 5281103.

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

Color convert

RGB7914980-
CMYK0.4700.460.42
HSL120.86º30.7%44.71%-
HSV(B)120.86º46.98%58.43%-
XYZ15.4223.7411.36-
YUV120.2105.3198.61-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.65%
GREEN value IS 149 (58.59% from 255) = 48.38%
BLUE value IS 80 (31.64% from 255) = 25.97%
R=25.65%
G=48.38%
B=25.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal79149800.4700.460.42120.8630.744.71
Hex4F95502F02E2A791f2d
Octal11722512057056521713755
Binary10011111001010110100001011110101110101010111100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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