COLOR #4FE7C0

HEX: #4FE7C0
RGB: (79,231,192)

Color info

#4FE7C0 contains mainly green and blue colors. Web safe color of #4FE7C0 is #66FFCC (or #6FC).

RGB color model

#4FE7C0 color RGB value is (79,231,192).

  • red value is 79;
  • green value is 231;
  • blue value is 192.
RGB:
(79,231,192)
(31%,91%,75%)

RGB channels and saturation

R 79 of 255 = 31%
G 231 of 255 = 91%
B 192 of 255 = 75%

79
231
192

R + G + B ~ 66%. #4FE7C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
79 + 231 + 192 = 502 (100%)
R 79 of 502 ~ 15.74%
G 231 of 502 ~ 46.02%
B 192 of 502 ~ 38.25%

%15.74
%46.02
%38.25

CMYK color model

#4FE7C0 color CMYK value is (66,0,17,9).

  • cyan value is 65.80%
  • magenta value is 0.00%
  • yellow value is 16.88%
  • key color value is 9.41%
CMYK:
(66,0,17,9)
C66M0Y17K9 
(66%,0%,17%,9%)
(0.66/0.00/0.17/0.09)	

CMYK percentages

%65.8
%0
%16.88
%9.41

Codes

Color #4FE7C0 in popluar color models

4FE7C0
RGB79231192
HSL165°76.00%60.78%
HSB/HSV165°65.80%90.59%
CMYK65.80%0.00%16.88%
9.41%

Color #4FE7C0 in popluar number systems.

HEX4FE7C0
Decimal79231192
Binary10011111110011111000000
Octal117347300

Shades and tints

Shades of #4FE7C0

#4FE7C0
(79,231,192)
#48D2AF
(72,210,175)
#41BD9E
(65,189,158)
#3AA88D
(58,168,141)
#33937C
(51,147,124)
#2C7E6B
(44,126,107)
#25695A
(37,105,90)
#1E5449
(30,84,73)
#173F38
(23,63,56)
#102A27
(16,42,39)
#091516
(9,21,22)
#000000
(0,0,0)

Tints of #4FE7C0

#4FE7C0
(79,231,192)
#5FE9C5
(95,233,197)
#6FEBCA
(111,235,202)
#7FEDCF
(127,237,207)
#8FEFD4
(143,239,212)
#9FF1D9
(159,241,217)
#AFF3DE
(175,243,222)
#BFF5E3
(191,245,227)
#CFF7E8
(207,247,232)
#DFF9ED
(223,249,237)
#EFFBF2
(239,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FE7C0 color. Also use rgb(79,231,192) instead hex code.

Text Font Color

.myTextColor { color: #4FE7C0; }

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

This text font color is #4FE7C0.


Background Color

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

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

This div background color is #4FE7C0.


Border color

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

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

This div border color is #4FE7C0.


Opacity

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

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

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

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

This text has shadow with #4FE7C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FE7C0 on black background.


Color preview on white background

This text has color #4FE7C0 on white background.



Black color preview on #4FE7C0 background

This text has black color on #4FE7C0 background.


White color preview on #4FE7C0 background

This text has white color on #4FE7C0 background.