#4FC14A

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

Shades of Fruit Salad #4FC14A

Tints of Fruit Salad #4FC14A

Color information

#4FC14A (or 0x4FC14A) is unknown color: approx Fruit Salad. HEX triplet: 4F, C1 and 4A. RGB value is (79,193,74). Sum of RGB (Red+Green+Blue) = 79+193+74=346 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.83% from 346); Green value is 193 (75.78% from 255 or 55.78% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 193 - color contains mainly: green. Hex color #4FC14A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FC14A is #B03EB5. Grayscale: #919191. Windows color (decimal): -11550390 or 4899151. OLE color: 4899151.

HSL color Cylindrical-coordinate representation of color #4FC14A: hue angle of 117.48º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FC14A is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB7919374-
CMYK0.5900.620.24
HSL117.48º48.97%52.35%-
HSV(B)117.48º61.66%75.69%-
XYZ23.5340.313.02-
YUV145.3587.7380.68-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.83%
GREEN value IS 193 (75.78% from 255) = 55.78%
BLUE value IS 74 (29.30% from 255) = 21.39%
R=22.83%
G=55.78%
B=21.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal79193740.5900.620.24117.4848.9752.35
Hex4FC14A3B03E18753134
Octal11730111273076301656164
Binary10011111100000110010101110110111110110001110101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FC14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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