#4F9F5D

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

Shades of Fruit Salad #4F9F5D

Tints of Fruit Salad #4F9F5D

Color information

#4F9F5D (or 0x4F9F5D) is unknown color: approx Fruit Salad. HEX triplet: 4F, 9F and 5D. RGB value is (79,159,93). Sum of RGB (Red+Green+Blue) = 79+159+93=331 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.87% from 331); Green value is 159 (62.5% from 255 or 48.04% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 159 - color contains mainly: green. Hex color #4F9F5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9F5D is #B060A2. Grayscale: #7F7F7F. Windows color (decimal): -11559075 or 6135631. OLE color: 6135631.

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

Color convert

RGB7915993-
CMYK0.5000.420.38
HSL130.5º33.61%46.67%-
HSV(B)130.5º50.31%62.35%-
XYZ17.627.2514.69-
YUV127.56108.593.37-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.87%
GREEN value IS 159 (62.5% from 255) = 48.04%
BLUE value IS 93 (36.72% from 255) = 28.10%
R=23.87%
G=48.04%
B=28.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal79159930.5000.420.38130.533.6146.67
Hex4F9F5D3202A2682222f
Octal11723713562052462024257
Binary1001111100111111011101110010010101010011010000010100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,159,93); }

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

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

 a { background-color: rgb(79,159,93); }

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

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

 span { border-color: rgb(79,159,93); }

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