COLOR #4FCF6B

HEX: #4FCF6B
RGB: (79,207,107)

Color info

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

RGB color model

#4FCF6B color RGB value is (79,207,107).

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

RGB channels and saturation

R 79 of 255 = 31%
G 207 of 255 = 81%
B 107 of 255 = 42%

79
207
107

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

Portions of RGB colors in percentages

R + G + B =
79 + 207 + 107 = 393 (100%)
R 79 of 393 ~ 20.1%
G 207 of 393 ~ 52.67%
B 107 of 393 ~ 27.23%

%20.1
%52.67
%27.23

CMYK color model

#4FCF6B color CMYK value is (62,0,48,19).

  • cyan value is 61.84%
  • magenta value is 0.00%
  • yellow value is 48.31%
  • key color value is 18.82%
CMYK:
(62,0,48,19)
C62M0Y48K19 
(62%,0%,48%,19%)
(0.62/0.00/0.48/0.19)	

CMYK percentages

%61.84
%0
%48.31
%18.82

Codes

Color #4FCF6B in popluar color models

4FCF6B
RGB79207107
HSL133°57.14%56.08%
HSB/HSV133°61.84%81.18%
CMYK61.84%0.00%48.31%
18.82%

Color #4FCF6B in popluar number systems.

HEX4FCF6B
Decimal79207107
Binary1001111110011111101011
Octal117317153

Shades and tints

Shades of #4FCF6B

#4FCF6B
(79,207,107)
#48BD62
(72,189,98)
#41AB59
(65,171,89)
#3A9950
(58,153,80)
#338747
(51,135,71)
#2C753E
(44,117,62)
#256335
(37,99,53)
#1E512C
(30,81,44)
#173F23
(23,63,35)
#102D1A
(16,45,26)
#091B11
(9,27,17)
#000000
(0,0,0)

Tints of #4FCF6B

#4FCF6B
(79,207,107)
#5FD378
(95,211,120)
#6FD785
(111,215,133)
#7FDB92
(127,219,146)
#8FDF9F
(143,223,159)
#9FE3AC
(159,227,172)
#AFE7B9
(175,231,185)
#BFEBC6
(191,235,198)
#CFEFD3
(207,239,211)
#DFF3E0
(223,243,224)
#EFF7ED
(239,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4FCF6B; }

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

This text font color is #4FCF6B.


Background Color

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

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

This div background color is #4FCF6B.


Border color

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

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

This div border color is #4FCF6B.


Opacity

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

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

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

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

This text has shadow with #4FCF6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FCF6B on black background.


Color preview on white background

This text has color #4FCF6B on white background.



Black color preview on #4FCF6B background

This text has black color on #4FCF6B background.


White color preview on #4FCF6B background

This text has white color on #4FCF6B background.