COLOR #4FD4A1

HEX: #4FD4A1
RGB: (79,212,161)

Color info

#4FD4A1 contains mainly green and blue colors. Web safe color of #4FD4A1 is #66CC99 (or #6C9).

RGB color model

#4FD4A1 color RGB value is (79,212,161).

  • red value is 79;
  • green value is 212;
  • blue value is 161.
RGB:
(79,212,161)
(31%,83%,63%)

RGB channels and saturation

R 79 of 255 = 31%
G 212 of 255 = 83%
B 161 of 255 = 63%

79
212
161

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

Portions of RGB colors in percentages

R + G + B =
79 + 212 + 161 = 452 (100%)
R 79 of 452 ~ 17.48%
G 212 of 452 ~ 46.9%
B 161 of 452 ~ 35.62%

%17.48
%46.9
%35.62

CMYK color model

#4FD4A1 color CMYK value is (63,0,24,17).

  • cyan value is 62.74%
  • magenta value is 0.00%
  • yellow value is 24.06%
  • key color value is 16.86%
CMYK:
(63,0,24,17)
C63M0Y24K17 
(63%,0%,24%,17%)
(0.63/0.00/0.24/0.17)	

CMYK percentages

%62.74
%0
%24.06
%16.86

Codes

Color #4FD4A1 in popluar color models

4FD4A1
RGB79212161
HSL157°60.73%57.06%
HSB/HSV157°62.74%83.14%
CMYK62.74%0.00%24.06%
16.86%

Color #4FD4A1 in popluar number systems.

HEX4FD4A1
Decimal79212161
Binary10011111101010010100001
Octal117324241

Shades and tints

Shades of #4FD4A1

#4FD4A1
(79,212,161)
#48C193
(72,193,147)
#41AE85
(65,174,133)
#3A9B77
(58,155,119)
#338869
(51,136,105)
#2C755B
(44,117,91)
#25624D
(37,98,77)
#1E4F3F
(30,79,63)
#173C31
(23,60,49)
#102923
(16,41,35)
#091615
(9,22,21)
#000000
(0,0,0)

Tints of #4FD4A1

#4FD4A1
(79,212,161)
#5FD7A9
(95,215,169)
#6FDAB1
(111,218,177)
#7FDDB9
(127,221,185)
#8FE0C1
(143,224,193)
#9FE3C9
(159,227,201)
#AFE6D1
(175,230,209)
#BFE9D9
(191,233,217)
#CFECE1
(207,236,225)
#DFEFE9
(223,239,233)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FD4A1 color. Also use rgb(79,212,161) instead hex code.

Text Font Color

.myTextColor { color: #4FD4A1; }

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

This text font color is #4FD4A1.


Background Color

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

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

This div background color is #4FD4A1.


Border color

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

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

This div border color is #4FD4A1.


Opacity

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

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

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

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

This text has shadow with #4FD4A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FD4A1 on black background.


Color preview on white background

This text has color #4FD4A1 on white background.



Black color preview on #4FD4A1 background

This text has black color on #4FD4A1 background.


White color preview on #4FD4A1 background

This text has white color on #4FD4A1 background.