COLOR #4FE8A6

HEX: #4FE8A6
RGB: (79,232,166)

Color info

#4FE8A6 contains mainly green color. Web safe color of #4FE8A6 is #66FF99 (or #6F9).

RGB color model

#4FE8A6 color RGB value is (79,232,166).

  • red value is 79;
  • green value is 232;
  • blue value is 166.
RGB:
(79,232,166)
(31%,91%,65%)

RGB channels and saturation

R 79 of 255 = 31%
G 232 of 255 = 91%
B 166 of 255 = 65%

79
232
166

R + G + B ~ 62%. #4FE8A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
79 + 232 + 166 = 477 (100%)
R 79 of 477 ~ 16.56%
G 232 of 477 ~ 48.64%
B 166 of 477 ~ 34.8%

%16.56
%48.64
%34.8

CMYK color model

#4FE8A6 color CMYK value is (66,0,28,9).

  • cyan value is 65.95%
  • magenta value is 0.00%
  • yellow value is 28.45%
  • key color value is 9.02%
CMYK:
(66,0,28,9)
C66M0Y28K9 
(66%,0%,28%,9%)
(0.66/0.00/0.28/0.09)	

CMYK percentages

%65.95
%0
%28.45
%9.02

Codes

Color #4FE8A6 in popluar color models

4FE8A6
RGB79232166
HSL154°76.88%60.98%
HSB/HSV154°65.95%90.98%
CMYK65.95%0.00%28.45%
9.02%

Color #4FE8A6 in popluar number systems.

HEX4FE8A6
Decimal79232166
Binary10011111110100010100110
Octal117350246

Shades and tints

Shades of #4FE8A6

#4FE8A6
(79,232,166)
#48D397
(72,211,151)
#41BE88
(65,190,136)
#3AA979
(58,169,121)
#33946A
(51,148,106)
#2C7F5B
(44,127,91)
#256A4C
(37,106,76)
#1E553D
(30,85,61)
#17402E
(23,64,46)
#102B1F
(16,43,31)
#091610
(9,22,16)
#000000
(0,0,0)

Tints of #4FE8A6

#4FE8A6
(79,232,166)
#5FEAAE
(95,234,174)
#6FECB6
(111,236,182)
#7FEEBE
(127,238,190)
#8FF0C6
(143,240,198)
#9FF2CE
(159,242,206)
#AFF4D6
(175,244,214)
#BFF6DE
(191,246,222)
#CFF8E6
(207,248,230)
#DFFAEE
(223,250,238)
#EFFCF6
(239,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FE8A6 color. Also use rgb(79,232,166) instead hex code.

Text Font Color

.myTextColor { color: #4FE8A6; }

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

This text font color is #4FE8A6.


Background Color

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

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

This div background color is #4FE8A6.


Border color

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

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

This div border color is #4FE8A6.


Opacity

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

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

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

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

This text has shadow with #4FE8A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FE8A6 on black background.


Color preview on white background

This text has color #4FE8A6 on white background.



Black color preview on #4FE8A6 background

This text has black color on #4FE8A6 background.


White color preview on #4FE8A6 background

This text has white color on #4FE8A6 background.