#4FA14A

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

Shades of Fruit Salad #4FA14A

Tints of Fruit Salad #4FA14A

Color information

#4FA14A (or 0x4FA14A) is unknown color: approx Fruit Salad. HEX triplet: 4F, A1 and 4A. RGB value is (79,161,74). Sum of RGB (Red+Green+Blue) = 79+161+74=314 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.16% from 314); Green value is 161 (63.28% from 255 or 51.27% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 161 - color contains mainly: green. Hex color #4FA14A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA14A is #B05EB5. Grayscale: #7E7E7E. Windows color (decimal): -11558582 or 4890959. OLE color: 4890959.

HSL color Cylindrical-coordinate representation of color #4FA14A: hue angle of 116.55º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FA14A is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB7916174-
CMYK0.5100.540.37
HSL116.55º37.02%46.08%-
HSV(B)116.55º54.04%63.14%-
XYZ17.2127.6510.91-
YUV126.5698.3394.07-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.16%
GREEN value IS 161 (63.28% from 255) = 51.27%
BLUE value IS 74 (29.30% from 255) = 23.57%
R=25.16%
G=51.27%
B=23.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal79161740.5100.540.37116.5537.0246.08
Hex4FA14A330362575252e
Octal11724111263066451654556
Binary100111110100001100101011001101101101001011110101100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,161,74); }

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

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

 a { background-color: rgb(79,161,74); }

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

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

 span { border-color: rgb(79,161,74); }

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