COLOR #4FD2A4

HEX: #4FD2A4 RGB: (79,210,164)

Color info

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

RGB color model

#4FD2A4 color RGB value is (79,210,164).

RGB: (79,210,164) (31%, 82%, 64%)

RGB channels and saturation

R 79 of 255 = 31%
G 210 of 255 = 82%
B 164 of 255 = 64%

79
210
164

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

Portions of RGB colors in percentages

R + G + B = 79 + 210 + 164 = 453 (100%)
R 79 of 453 ~ 17.44%
G 210 of 453 ~ 46.36%
B 164 of 453 ~ 36.2'%

%17.44
%46.36
%36.2

CMYK color model

#4FD2A4 color CMYK value is (62,0,22,18).

  • cyan value is 62.38%
  • magenta value is 0.00%
  • yellow value is 21.90%
  • key color value is 17.65%
CMYK: (62,0,22,18) C62M0Y22K18 (62%,0%,22%,18%) (0.62/0.00/0.22/0.18) 

CMYK percentages

%62.38
%0
%21.9
%17.65

Codes

Color #4FD2A4 in popluar color models

4F D2 A4
RGB 79 210 164
HSL 159° 59.28% 56.67%
HSB/HSV 159° 62.38% 82.35%
CMYK 62.38% 0.00% 21.90%
17.65%

Color #4FD2A4 in popluar number systems.

HEX 4F D2 A4
Decimal 79 210 164
Binary 1001111 11010010 10100100
Octal 117 322 244

Shades and tints

Shades of #4FD2A4

#4FD2A4
(79,210,164)
#48BF96
(72,191,150)
#41AC88
(65,172,136)
#3A997A
(58,153,122)
#33866C
(51,134,108)
#2C735E
(44,115,94)
#256050
(37,96,80)
#1E4D42
(30,77,66)
#173A34
(23,58,52)
#102726
(16,39,38)
#091418
(9,20,24)
#000000
(0,0,0)

Tints of #4FD2A4

#4FD2A4
(79,210,164)
#5FD6AC
(95,214,172)
#6FDAB4
(111,218,180)
#7FDEBC
(127,222,188)
#8FE2C4
(143,226,196)
#9FE6CC
(159,230,204)
#AFEAD4
(175,234,212)
#BFEEDC
(191,238,220)
#CFF2E4
(207,242,228)
#DFF6EC
(223,246,236)
#EFFAF4
(239,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FD2A4 color. Also use rgb(79,210,164) instead hex code.

Text Font Color

.myTextColor { color: #4FD2A4; }

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

This text font color is #4FD2A4.

Background Color

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

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

This div background color is #4FD2A4.

Border color

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

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

This div border color is #4FD2A4.

Opacity

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

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

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

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

This text has shadow with #4FD2A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4FD2A4.

Preview

Color preview on black background

This text has color #4FD2A4 on black background.


Color preview on white background

This text has color #4FD2A4 on white background.


Black color preview on #4FD2A4 background

This text has black color on #4FD2A4 background.


White color preview on #4FD2A4 background

This text has white color on #4FD2A4 background.


Related colors

Complementary color

Complementary color for #hex is #B02D5B.


I love getcolorcode.com

Triadic colors

1 #A44FD2 and #D2A44F with #4FD2A4 are triadic colors.

2 #A4D24F and #D24FA4 with #4FD2A4 are triadic colors.