COLOR #4FCF7E

HEX: #4FCF7E
RGB: (79,207,126)

Color info

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

RGB color model

#4FCF7E color RGB value is (79,207,126).

  • red value is 79;
  • green value is 207;
  • blue value is 126.
RGB:
(79,207,126)
(31%,81%,49%)

RGB channels and saturation

R 79 of 255 = 31%
G 207 of 255 = 81%
B 126 of 255 = 49%

79
207
126

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

Portions of RGB colors in percentages

R + G + B =
79 + 207 + 126 = 412 (100%)
R 79 of 412 ~ 19.17%
G 207 of 412 ~ 50.24%
B 126 of 412 ~ 30.58%

%19.17
%50.24
%30.58

CMYK color model

#4FCF7E color CMYK value is (62,0,39,19).

  • cyan value is 61.84%
  • magenta value is 0.00%
  • yellow value is 39.13%
  • key color value is 18.82%
CMYK:
(62,0,39,19)
C62M0Y39K19 
(62%,0%,39%,19%)
(0.62/0.00/0.39/0.19)	

CMYK percentages

%61.84
%0
%39.13
%18.82

Codes

Color #4FCF7E in popluar color models

4FCF7E
RGB79207126
HSL142°57.14%56.08%
HSB/HSV142°61.84%81.18%
CMYK61.84%0.00%39.13%
18.82%

Color #4FCF7E in popluar number systems.

HEX4FCF7E
Decimal79207126
Binary1001111110011111111110
Octal117317176

Shades and tints

Shades of #4FCF7E

#4FCF7E
(79,207,126)
#48BD73
(72,189,115)
#41AB68
(65,171,104)
#3A995D
(58,153,93)
#338752
(51,135,82)
#2C7547
(44,117,71)
#25633C
(37,99,60)
#1E5131
(30,81,49)
#173F26
(23,63,38)
#102D1B
(16,45,27)
#091B10
(9,27,16)
#000000
(0,0,0)

Tints of #4FCF7E

#4FCF7E
(79,207,126)
#5FD389
(95,211,137)
#6FD794
(111,215,148)
#7FDB9F
(127,219,159)
#8FDFAA
(143,223,170)
#9FE3B5
(159,227,181)
#AFE7C0
(175,231,192)
#BFEBCB
(191,235,203)
#CFEFD6
(207,239,214)
#DFF3E1
(223,243,225)
#EFF7EC
(239,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FCF7E color. Also use rgb(79,207,126) instead hex code.

Text Font Color

.myTextColor { color: #4FCF7E; }

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

This text font color is #4FCF7E.


Background Color

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

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

This div background color is #4FCF7E.


Border color

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

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

This div border color is #4FCF7E.


Opacity

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

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

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

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

This text has shadow with #4FCF7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FCF7E on black background.


Color preview on white background

This text has color #4FCF7E on white background.



Black color preview on #4FCF7E background

This text has black color on #4FCF7E background.


White color preview on #4FCF7E background

This text has white color on #4FCF7E background.