COLOR #5FD97F

HEX: #5FD97F
RGB: (95,217,127)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

95
217
127

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

Portions of RGB colors in percentages

R + G + B =
95 + 217 + 127 = 439 (100%)
R 95 of 439 ~ 21.64%
G 217 of 439 ~ 49.43%
B 127 of 439 ~ 28.93%

%21.64
%49.43
%28.93

CMYK color model

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

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

CMYK percentages

%56.22
%0
%41.47
%14.9

Codes

Color #5FD97F in popluar color models

5FD97F
RGB95217127
HSL136°61.62%61.18%
HSB/HSV136°56.22%85.10%
CMYK56.22%0.00%41.47%
14.90%

Color #5FD97F in popluar number systems.

HEX5FD97F
Decimal95217127
Binary1011111110110011111111
Octal137331177

Shades and tints

Shades of #5FD97F

#5FD97F
(95,217,127)
#57C674
(87,198,116)
#4FB369
(79,179,105)
#47A05E
(71,160,94)
#3F8D53
(63,141,83)
#377A48
(55,122,72)
#2F673D
(47,103,61)
#275432
(39,84,50)
#1F4127
(31,65,39)
#172E1C
(23,46,28)
#0F1B11
(15,27,17)
#000000
(0,0,0)

Tints of #5FD97F

#5FD97F
(95,217,127)
#6DDC8A
(109,220,138)
#7BDF95
(123,223,149)
#89E2A0
(137,226,160)
#97E5AB
(151,229,171)
#A5E8B6
(165,232,182)
#B3EBC1
(179,235,193)
#C1EECC
(193,238,204)
#CFF1D7
(207,241,215)
#DDF4E2
(221,244,226)
#EBF7ED
(235,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5FD97F; }

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

This text font color is #5FD97F.


Background Color

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

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

This div background color is #5FD97F.


Border color

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

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

This div border color is #5FD97F.


Opacity

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

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

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

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

This text has shadow with #5FD97F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FD97F on black background.


Color preview on white background

This text has color #5FD97F on white background.



Black color preview on #5FD97F background

This text has black color on #5FD97F background.


White color preview on #5FD97F background

This text has white color on #5FD97F background.