COLOR #4FA55A

HEX: #4FA55A
RGB: (79,165,90)

Color info

#4FA55A contains mainly green color. Web safe color of #4FA55A is #669966 (or #696).

RGB color model

#4FA55A color RGB value is (79,165,90).

  • red value is 79;
  • green value is 165;
  • blue value is 90.
RGB:
(79,165,90)
(31%,65%,35%)

RGB channels and saturation

R 79 of 255 = 31%
G 165 of 255 = 65%
B 90 of 255 = 35%

79
165
90

R + G + B ~ 44%. #4FA55A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
79 + 165 + 90 = 334 (100%)
R 79 of 334 ~ 23.65%
G 165 of 334 ~ 49.4%
B 90 of 334 ~ 26.95%

%23.65
%49.4
%26.95

CMYK color model

#4FA55A color CMYK value is (52,0,45,35).

  • cyan value is 52.12%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 35.29%
CMYK:
(52,0,45,35)
C52M0Y45K35 
(52%,0%,45%,35%)
(0.52/0.00/0.45/0.35)	

CMYK percentages

%52.12
%0
%45.45
%35.29

Codes

Color #4FA55A in popluar color models

4FA55A
RGB7916590
HSL128°35.25%47.84%
HSB/HSV128°52.12%64.71%
CMYK52.12%0.00%45.45%
35.29%

Color #4FA55A in popluar number systems.

HEX4FA55A
Decimal7916590
Binary1001111101001011011010
Octal117245132

Shades and tints

Shades of #4FA55A

#4FA55A
(79,165,90)
#489652
(72,150,82)
#41874A
(65,135,74)
#3A7842
(58,120,66)
#33693A
(51,105,58)
#2C5A32
(44,90,50)
#254B2A
(37,75,42)
#1E3C22
(30,60,34)
#172D1A
(23,45,26)
#101E12
(16,30,18)
#090F0A
(9,15,10)
#000000
(0,0,0)

Tints of #4FA55A

#4FA55A
(79,165,90)
#5FAD69
(95,173,105)
#6FB578
(111,181,120)
#7FBD87
(127,189,135)
#8FC596
(143,197,150)
#9FCDA5
(159,205,165)
#AFD5B4
(175,213,180)
#BFDDC3
(191,221,195)
#CFE5D2
(207,229,210)
#DFEDE1
(223,237,225)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FA55A color. Also use rgb(79,165,90) instead hex code.

Text Font Color

.myTextColor { color: #4FA55A; }

<p style="color:#4FA55A">This sample text font color is #4FA55A.</p>

This text font color is #4FA55A.


Background Color

.myBgColor { background-color: #4FA55A; }

<div style="background-color:#4FA55A">Inner text</div>

This div background color is #4FA55A.


Border color

.myBorderColor { border: 1px solid #4FA55A; }

<div style="border:3px solid #4FA55A">Div</div>

This div border color is #4FA55A.


Opacity

.myOpacity80 { color: #4FA55A; opacity: 0.8; }

<p style="color:#4FA55A;opacity:0.8;">80%</p>

Text with #4FA55A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #4FA55A;}

<p style="text-shadow: 3px 3px 1px #4FA55A">Text here.</p>

This text has shadow with #4FA55A color.

.textShadow {text-shadow: 3px 3px 1px #4FA55A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #4FA55A, 5px 5px 20px red">Text here.</p>

This text has shadow with #4FA55A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4FA55A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#4FA55A, Direction=45, Strength=4)">Text</p>

This text has shadow with #4FA55A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #4FA55A;
  -webkit-box-shadow:	1px 1px 3px 2px #4FA55A;
  box-shadow:		1px 1px 3px 2px #4FA55A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4FA55A;
-webkit-box-shadow: 1px 1px 3px 2px #4FA55A;
box-shadow:1px 1px 3px 2px #4FA55A;">
Div content here</div>
This div box has shadow with color #4FA55A.

Preview

Color preview on black background

This text has color #4FA55A on black background.


Color preview on white background

This text has color #4FA55A on white background.



Black color preview on #4FA55A background

This text has black color on #4FA55A background.


White color preview on #4FA55A background

This text has white color on #4FA55A background.