COLOR #5FD17F

HEX: #5FD17F
RGB: (95,209,127)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

95
209
127

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

Portions of RGB colors in percentages

R + G + B =
95 + 209 + 127 = 431 (100%)
R 95 of 431 ~ 22.04%
G 209 of 431 ~ 48.49%
B 127 of 431 ~ 29.47%

%22.04
%48.49
%29.47

CMYK color model

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

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

CMYK percentages

%54.55
%0
%39.23
%18.04

Codes

Color #5FD17F in popluar color models

5FD17F
RGB95209127
HSL137°55.34%59.61%
HSB/HSV137°54.55%81.96%
CMYK54.55%0.00%39.23%
18.04%

Color #5FD17F in popluar number systems.

HEX5FD17F
Decimal95209127
Binary1011111110100011111111
Octal137321177

Shades and tints

Shades of #5FD17F

#5FD17F
(95,209,127)
#57BE74
(87,190,116)
#4FAB69
(79,171,105)
#47985E
(71,152,94)
#3F8553
(63,133,83)
#377248
(55,114,72)
#2F5F3D
(47,95,61)
#274C32
(39,76,50)
#1F3927
(31,57,39)
#17261C
(23,38,28)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #5FD17F

#5FD17F
(95,209,127)
#6DD58A
(109,213,138)
#7BD995
(123,217,149)
#89DDA0
(137,221,160)
#97E1AB
(151,225,171)
#A5E5B6
(165,229,182)
#B3E9C1
(179,233,193)
#C1EDCC
(193,237,204)
#CFF1D7
(207,241,215)
#DDF5E2
(221,245,226)
#EBF9ED
(235,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5FD17F; }

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

This text font color is #5FD17F.


Background Color

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

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

This div background color is #5FD17F.


Border color

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

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

This div border color is #5FD17F.


Opacity

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

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

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

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

This text has shadow with #5FD17F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FD17F on black background.


Color preview on white background

This text has color #5FD17F on white background.



Black color preview on #5FD17F background

This text has black color on #5FD17F background.


White color preview on #5FD17F background

This text has white color on #5FD17F background.