COLOR #7FD17F

HEX: #7FD17F
RGB: (127,209,127)

Color info

#7FD17F contains mainly green color. Web safe color of #7FD17F is #66CC66 (or #6C6).

RGB color model

#7FD17F color RGB value is (127,209,127).

  • red value is 127;
  • green value is 209;
  • blue value is 127.
RGB:
(127,209,127)
(50%,82%,50%)

RGB channels and saturation

R 127 of 255 = 50%
G 209 of 255 = 82%
B 127 of 255 = 50%

127
209
127

R + G + B ~ 61%. #7FD17F is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 209 + 127 = 463 (100%)
R 127 of 463 ~ 27.43%
G 209 of 463 ~ 45.14%
B 127 of 463 ~ 27.43%

%27.43
%45.14
%27.43

CMYK color model

#7FD17F color CMYK value is (39,0,39,18).

  • cyan value is 39.23%
  • magenta value is 0.00%
  • yellow value is 39.23%
  • key color value is 18.04%
CMYK:
(39,0,39,18)
C39M0Y39K18 
(39%,0%,39%,18%)
(0.39/0.00/0.39/0.18)	

CMYK percentages

%39.23
%0
%39.23
%18.04

Codes

Color #7FD17F in popluar color models

7FD17F
RGB127209127
HSL120°47.13%65.88%
HSB/HSV120°39.23%81.96%
CMYK39.23%0.00%39.23%
18.04%

Color #7FD17F in popluar number systems.

HEX7FD17F
Decimal127209127
Binary1111111110100011111111
Octal177321177

Shades and tints

Shades of #7FD17F

#7FD17F
(127,209,127)
#74BE74
(116,190,116)
#69AB69
(105,171,105)
#5E985E
(94,152,94)
#538553
(83,133,83)
#487248
(72,114,72)
#3D5F3D
(61,95,61)
#324C32
(50,76,50)
#273927
(39,57,39)
#1C261C
(28,38,28)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #7FD17F

#7FD17F
(127,209,127)
#8AD58A
(138,213,138)
#95D995
(149,217,149)
#A0DDA0
(160,221,160)
#ABE1AB
(171,225,171)
#B6E5B6
(182,229,182)
#C1E9C1
(193,233,193)
#CCEDCC
(204,237,204)
#D7F1D7
(215,241,215)
#E2F5E2
(226,245,226)
#EDF9ED
(237,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FD17F color. Also use rgb(127,209,127) instead hex code.

Text Font Color

.myTextColor { color: #7FD17F; }

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

This text font color is #7FD17F.


Background Color

.myBgColor { background-color: #7FD17F; }

<div style="background-color:#7FD17F">Inner text</div>

This div background color is #7FD17F.


Border color

.myBorderColor { border: 1px solid #7FD17F; }

<div style="border:3px solid #7FD17F">Div</div>

This div border color is #7FD17F.


Opacity

.myOpacity80 { color: #7FD17F; opacity: 0.8; }

<p style="color:#7FD17F;opacity:0.8;">80%</p>

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

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

This text has shadow with #7FD17F color.

.textShadow {text-shadow: 3px 3px 1px #7FD17F, 3px 3px 1px red;}

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

This text has shadow with #7FD17F primary color and red secondary color.


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

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

This text has shadow with #7FD17F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FD17F on black background.


Color preview on white background

This text has color #7FD17F on white background.



Black color preview on #7FD17F background

This text has black color on #7FD17F background.


White color preview on #7FD17F background

This text has white color on #7FD17F background.