COLOR #6FD97F

HEX: #6FD97F
RGB: (111,217,127)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

111
217
127

R + G + B ~ 60%. #6FD97F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
111 + 217 + 127 = 455 (100%)
R 111 of 455 ~ 24.4%
G 217 of 455 ~ 47.69%
B 127 of 455 ~ 27.91%

%24.4
%47.69
%27.91

CMYK color model

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

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

CMYK percentages

%48.85
%0
%41.47
%14.9

Codes

Color #6FD97F in popluar color models

6FD97F
RGB111217127
HSL129°58.24%64.31%
HSB/HSV129°48.85%85.10%
CMYK48.85%0.00%41.47%
14.90%

Color #6FD97F in popluar number systems.

HEX6FD97F
Decimal111217127
Binary1101111110110011111111
Octal157331177

Shades and tints

Shades of #6FD97F

#6FD97F
(111,217,127)
#65C674
(101,198,116)
#5BB369
(91,179,105)
#51A05E
(81,160,94)
#478D53
(71,141,83)
#3D7A48
(61,122,72)
#33673D
(51,103,61)
#295432
(41,84,50)
#1F4127
(31,65,39)
#152E1C
(21,46,28)
#0B1B11
(11,27,17)
#000000
(0,0,0)

Tints of #6FD97F

#6FD97F
(111,217,127)
#7CDC8A
(124,220,138)
#89DF95
(137,223,149)
#96E2A0
(150,226,160)
#A3E5AB
(163,229,171)
#B0E8B6
(176,232,182)
#BDEBC1
(189,235,193)
#CAEECC
(202,238,204)
#D7F1D7
(215,241,215)
#E4F4E2
(228,244,226)
#F1F7ED
(241,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FD97F; }

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

This text font color is #6FD97F.


Background Color

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

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

This div background color is #6FD97F.


Border color

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

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

This div border color is #6FD97F.


Opacity

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

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

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

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

This text has shadow with #6FD97F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FD97F on black background.


Color preview on white background

This text has color #6FD97F on white background.



Black color preview on #6FD97F background

This text has black color on #6FD97F background.


White color preview on #6FD97F background

This text has white color on #6FD97F background.