COLOR #4FC770

HEX: #4FC770
RGB: (79,199,112)

Color info

#4FC770 contains mainly green color. Web safe color of #4FC770 is #66CC66 (or #6C6).

RGB color model

#4FC770 color RGB value is (79,199,112).

  • red value is 79;
  • green value is 199;
  • blue value is 112.
RGB:
(79,199,112)
(31%,78%,44%)

RGB channels and saturation

R 79 of 255 = 31%
G 199 of 255 = 78%
B 112 of 255 = 44%

79
199
112

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

Portions of RGB colors in percentages

R + G + B =
79 + 199 + 112 = 390 (100%)
R 79 of 390 ~ 20.26%
G 199 of 390 ~ 51.03%
B 112 of 390 ~ 28.72%

%20.26
%51.03
%28.72

CMYK color model

#4FC770 color CMYK value is (60,0,44,22).

  • cyan value is 60.30%
  • magenta value is 0.00%
  • yellow value is 43.72%
  • key color value is 21.96%
CMYK:
(60,0,44,22)
C60M0Y44K22 
(60%,0%,44%,22%)
(0.60/0.00/0.44/0.22)	

CMYK percentages

%60.3
%0
%43.72
%21.96

Codes

Color #4FC770 in popluar color models

4FC770
RGB79199112
HSL137°51.72%54.51%
HSB/HSV137°60.30%78.04%
CMYK60.30%0.00%43.72%
21.96%

Color #4FC770 in popluar number systems.

HEX4FC770
Decimal79199112
Binary1001111110001111110000
Octal117307160

Shades and tints

Shades of #4FC770

#4FC770
(79,199,112)
#48B566
(72,181,102)
#41A35C
(65,163,92)
#3A9152
(58,145,82)
#337F48
(51,127,72)
#2C6D3E
(44,109,62)
#255B34
(37,91,52)
#1E492A
(30,73,42)
#173720
(23,55,32)
#102516
(16,37,22)
#09130C
(9,19,12)
#000000
(0,0,0)

Tints of #4FC770

#4FC770
(79,199,112)
#5FCC7D
(95,204,125)
#6FD18A
(111,209,138)
#7FD697
(127,214,151)
#8FDBA4
(143,219,164)
#9FE0B1
(159,224,177)
#AFE5BE
(175,229,190)
#BFEACB
(191,234,203)
#CFEFD8
(207,239,216)
#DFF4E5
(223,244,229)
#EFF9F2
(239,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FC770 color. Also use rgb(79,199,112) instead hex code.

Text Font Color

.myTextColor { color: #4FC770; }

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

This text font color is #4FC770.


Background Color

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

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

This div background color is #4FC770.


Border color

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

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

This div border color is #4FC770.


Opacity

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

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

Text with #4FC770 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 #4FC770;}

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

This text has shadow with #4FC770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FC770 on black background.


Color preview on white background

This text has color #4FC770 on white background.



Black color preview on #4FC770 background

This text has black color on #4FC770 background.


White color preview on #4FC770 background

This text has white color on #4FC770 background.