COLOR #7FD97F

HEX: #7FD97F
RGB: (127,217,127)

Color info

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

RGB color model

#7FD97F color RGB value is (127,217,127).

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

RGB channels and saturation

R 127 of 255 = 50%
G 217 of 255 = 85%
B 127 of 255 = 50%

127
217
127

R + G + B ~ 62%. #7FD97F is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 217 + 127 = 471 (100%)
R 127 of 471 ~ 26.96%
G 217 of 471 ~ 46.07%
B 127 of 471 ~ 26.96%

%26.96
%46.07
%26.96

CMYK color model

#7FD97F color CMYK value is (41,0,41,15).

  • cyan value is 41.47%
  • magenta value is 0.00%
  • yellow value is 41.47%
  • key color value is 14.90%
CMYK:
(41,0,41,15)
C41M0Y41K15 
(41%,0%,41%,15%)
(0.41/0.00/0.41/0.15)	

CMYK percentages

%41.47
%0
%41.47
%14.9

Codes

Color #7FD97F in popluar color models

7FD97F
RGB127217127
HSL120°54.22%67.45%
HSB/HSV120°41.47%85.10%
CMYK41.47%0.00%41.47%
14.90%

Color #7FD97F in popluar number systems.

HEX7FD97F
Decimal127217127
Binary1111111110110011111111
Octal177331177

Shades and tints

Shades of #7FD97F

#7FD97F
(127,217,127)
#74C674
(116,198,116)
#69B369
(105,179,105)
#5EA05E
(94,160,94)
#538D53
(83,141,83)
#487A48
(72,122,72)
#3D673D
(61,103,61)
#325432
(50,84,50)
#274127
(39,65,39)
#1C2E1C
(28,46,28)
#111B11
(17,27,17)
#000000
(0,0,0)

Tints of #7FD97F

#7FD97F
(127,217,127)
#8ADC8A
(138,220,138)
#95DF95
(149,223,149)
#A0E2A0
(160,226,160)
#ABE5AB
(171,229,171)
#B6E8B6
(182,232,182)
#C1EBC1
(193,235,193)
#CCEECC
(204,238,204)
#D7F1D7
(215,241,215)
#E2F4E2
(226,244,226)
#EDF7ED
(237,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FD97F; }

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

This text font color is #7FD97F.


Background Color

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

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

This div background color is #7FD97F.


Border color

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

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

This div border color is #7FD97F.


Opacity

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

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

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

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

This text has shadow with #7FD97F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FD97F on black background.


Color preview on white background

This text has color #7FD97F on white background.



Black color preview on #7FD97F background

This text has black color on #7FD97F background.


White color preview on #7FD97F background

This text has white color on #7FD97F background.