COLOR #4FE5A6

HEX: #4FE5A6
RGB: (79,229,166)

Color info

#4FE5A6 contains mainly green color. Web safe color of #4FE5A6 is #66CC99 (or #6C9).

RGB color model

#4FE5A6 color RGB value is (79,229,166).

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

RGB channels and saturation

R 79 of 255 = 31%
G 229 of 255 = 90%
B 166 of 255 = 65%

79
229
166

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

Portions of RGB colors in percentages

R + G + B =
79 + 229 + 166 = 474 (100%)
R 79 of 474 ~ 16.67%
G 229 of 474 ~ 48.31%
B 166 of 474 ~ 35.02%

%16.67
%48.31
%35.02

CMYK color model

#4FE5A6 color CMYK value is (66,0,28,10).

  • cyan value is 65.50%
  • magenta value is 0.00%
  • yellow value is 27.51%
  • key color value is 10.20%
CMYK:
(66,0,28,10)
C66M0Y28K10 
(66%,0%,28%,10%)
(0.66/0.00/0.28/0.10)	

CMYK percentages

%65.5
%0
%27.51
%10.2

Codes

Color #4FE5A6 in popluar color models

4FE5A6
RGB79229166
HSL155°74.26%60.39%
HSB/HSV155°65.50%89.80%
CMYK65.50%0.00%27.51%
10.20%

Color #4FE5A6 in popluar number systems.

HEX4FE5A6
Decimal79229166
Binary10011111110010110100110
Octal117345246

Shades and tints

Shades of #4FE5A6

#4FE5A6
(79,229,166)
#48D197
(72,209,151)
#41BD88
(65,189,136)
#3AA979
(58,169,121)
#33956A
(51,149,106)
#2C815B
(44,129,91)
#256D4C
(37,109,76)
#1E593D
(30,89,61)
#17452E
(23,69,46)
#10311F
(16,49,31)
#091D10
(9,29,16)
#000000
(0,0,0)

Tints of #4FE5A6

#4FE5A6
(79,229,166)
#5FE7AE
(95,231,174)
#6FE9B6
(111,233,182)
#7FEBBE
(127,235,190)
#8FEDC6
(143,237,198)
#9FEFCE
(159,239,206)
#AFF1D6
(175,241,214)
#BFF3DE
(191,243,222)
#CFF5E6
(207,245,230)
#DFF7EE
(223,247,238)
#EFF9F6
(239,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4FE5A6; }

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

This text font color is #4FE5A6.


Background Color

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

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

This div background color is #4FE5A6.


Border color

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

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

This div border color is #4FE5A6.


Opacity

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

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

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

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

This text has shadow with #4FE5A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FE5A6 on black background.


Color preview on white background

This text has color #4FE5A6 on white background.



Black color preview on #4FE5A6 background

This text has black color on #4FE5A6 background.


White color preview on #4FE5A6 background

This text has white color on #4FE5A6 background.