COLOR #5FD771

HEX: #5FD771
RGB: (95,215,113)

Color info

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

RGB color model

#5FD771 color RGB value is (95,215,113).

  • red value is 95;
  • green value is 215;
  • blue value is 113.
RGB:
(95,215,113)
(37%,84%,44%)

RGB channels and saturation

R 95 of 255 = 37%
G 215 of 255 = 84%
B 113 of 255 = 44%

95
215
113

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

Portions of RGB colors in percentages

R + G + B =
95 + 215 + 113 = 423 (100%)
R 95 of 423 ~ 22.46%
G 215 of 423 ~ 50.83%
B 113 of 423 ~ 26.71%

%22.46
%50.83
%26.71

CMYK color model

#5FD771 color CMYK value is (56,0,47,16).

  • cyan value is 55.81%
  • magenta value is 0.00%
  • yellow value is 47.44%
  • key color value is 15.69%
CMYK:
(56,0,47,16)
C56M0Y47K16 
(56%,0%,47%,16%)
(0.56/0.00/0.47/0.16)	

CMYK percentages

%55.81
%0
%47.44
%15.69

Codes

Color #5FD771 in popluar color models

5FD771
RGB95215113
HSL129°60.00%60.78%
HSB/HSV129°55.81%84.31%
CMYK55.81%0.00%47.44%
15.69%

Color #5FD771 in popluar number systems.

HEX5FD771
Decimal95215113
Binary1011111110101111110001
Octal137327161

Shades and tints

Shades of #5FD771

#5FD771
(95,215,113)
#57C467
(87,196,103)
#4FB15D
(79,177,93)
#479E53
(71,158,83)
#3F8B49
(63,139,73)
#37783F
(55,120,63)
#2F6535
(47,101,53)
#27522B
(39,82,43)
#1F3F21
(31,63,33)
#172C17
(23,44,23)
#0F190D
(15,25,13)
#000000
(0,0,0)

Tints of #5FD771

#5FD771
(95,215,113)
#6DDA7D
(109,218,125)
#7BDD89
(123,221,137)
#89E095
(137,224,149)
#97E3A1
(151,227,161)
#A5E6AD
(165,230,173)
#B3E9B9
(179,233,185)
#C1ECC5
(193,236,197)
#CFEFD1
(207,239,209)
#DDF2DD
(221,242,221)
#EBF5E9
(235,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FD771 color. Also use rgb(95,215,113) instead hex code.

Text Font Color

.myTextColor { color: #5FD771; }

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

This text font color is #5FD771.


Background Color

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

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

This div background color is #5FD771.


Border color

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

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

This div border color is #5FD771.


Opacity

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

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

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

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

This text has shadow with #5FD771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FD771 on black background.


Color preview on white background

This text has color #5FD771 on white background.



Black color preview on #5FD771 background

This text has black color on #5FD771 background.


White color preview on #5FD771 background

This text has white color on #5FD771 background.