COLOR #5FD787

HEX: #5FD787
RGB: (95,215,135)

Color info

#5FD787 contains mainly green color. Web safe color of #5FD787 is #66CC99 (or #6C9).

RGB color model

#5FD787 color RGB value is (95,215,135).

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

RGB channels and saturation

R 95 of 255 = 37%
G 215 of 255 = 84%
B 135 of 255 = 53%

95
215
135

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

Portions of RGB colors in percentages

R + G + B =
95 + 215 + 135 = 445 (100%)
R 95 of 445 ~ 21.35%
G 215 of 445 ~ 48.31%
B 135 of 445 ~ 30.34%

%21.35
%48.31
%30.34

CMYK color model

#5FD787 color CMYK value is (56,0,37,16).

  • cyan value is 55.81%
  • magenta value is 0.00%
  • yellow value is 37.21%
  • key color value is 15.69%
CMYK:
(56,0,37,16)
C56M0Y37K16 
(56%,0%,37%,16%)
(0.56/0.00/0.37/0.16)	

CMYK percentages

%55.81
%0
%37.21
%15.69

Codes

Color #5FD787 in popluar color models

5FD787
RGB95215135
HSL140°60.00%60.78%
HSB/HSV140°55.81%84.31%
CMYK55.81%0.00%37.21%
15.69%

Color #5FD787 in popluar number systems.

HEX5FD787
Decimal95215135
Binary10111111101011110000111
Octal137327207

Shades and tints

Shades of #5FD787

#5FD787
(95,215,135)
#57C47B
(87,196,123)
#4FB16F
(79,177,111)
#479E63
(71,158,99)
#3F8B57
(63,139,87)
#37784B
(55,120,75)
#2F653F
(47,101,63)
#275233
(39,82,51)
#1F3F27
(31,63,39)
#172C1B
(23,44,27)
#0F190F
(15,25,15)
#000000
(0,0,0)

Tints of #5FD787

#5FD787
(95,215,135)
#6DDA91
(109,218,145)
#7BDD9B
(123,221,155)
#89E0A5
(137,224,165)
#97E3AF
(151,227,175)
#A5E6B9
(165,230,185)
#B3E9C3
(179,233,195)
#C1ECCD
(193,236,205)
#CFEFD7
(207,239,215)
#DDF2E1
(221,242,225)
#EBF5EB
(235,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5FD787; }

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

This text font color is #5FD787.


Background Color

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

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

This div background color is #5FD787.


Border color

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

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

This div border color is #5FD787.


Opacity

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

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

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

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

This text has shadow with #5FD787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FD787 on black background.


Color preview on white background

This text has color #5FD787 on white background.



Black color preview on #5FD787 background

This text has black color on #5FD787 background.


White color preview on #5FD787 background

This text has white color on #5FD787 background.