#4FA45D

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

Shades of Fruit Salad #4FA45D

Tints of Fruit Salad #4FA45D

Color information

#4FA45D (or 0x4FA45D) is unknown color: approx Fruit Salad. HEX triplet: 4F, A4 and 5D. RGB value is (79,164,93). Sum of RGB (Red+Green+Blue) = 79+164+93=336 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.51% from 336); Green value is 164 (64.45% from 255 or 48.81% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 164 - color contains mainly: green. Hex color #4FA45D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA45D is #B05BA2. Grayscale: #828282. Windows color (decimal): -11557795 or 6136911. OLE color: 6136911.

HSL color Cylindrical-coordinate representation of color #4FA45D: hue angle of 129.88º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4FA45D is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB7916493-
CMYK0.5200.430.36
HSL129.88º34.98%47.65%-
HSV(B)129.88º51.83%64.31%-
XYZ18.482914.98-
YUV130.49106.8491.27-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.51%
GREEN value IS 164 (64.45% from 255) = 48.81%
BLUE value IS 93 (36.72% from 255) = 27.68%
R=23.51%
G=48.81%
B=27.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal79164930.5200.430.36129.8834.9847.65
Hex4FA45D3402B24822330
Octal11724413564053442024360
Binary1001111101001001011101110100010101110010010000010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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