COLOR #5FD38B

HEX: #5FD38B
RGB: (95,211,139)

Color info

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

RGB color model

#5FD38B color RGB value is (95,211,139).

  • red value is 95;
  • green value is 211;
  • blue value is 139.
RGB:
(95,211,139)
(37%,83%,55%)

RGB channels and saturation

R 95 of 255 = 37%
G 211 of 255 = 83%
B 139 of 255 = 55%

95
211
139

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

Portions of RGB colors in percentages

R + G + B =
95 + 211 + 139 = 445 (100%)
R 95 of 445 ~ 21.35%
G 211 of 445 ~ 47.42%
B 139 of 445 ~ 31.24%

%21.35
%47.42
%31.24

CMYK color model

#5FD38B color CMYK value is (55,0,34,17).

  • cyan value is 54.98%
  • magenta value is 0.00%
  • yellow value is 34.12%
  • key color value is 17.25%
CMYK:
(55,0,34,17)
C55M0Y34K17 
(55%,0%,34%,17%)
(0.55/0.00/0.34/0.17)	

CMYK percentages

%54.98
%0
%34.12
%17.25

Codes

Color #5FD38B in popluar color models

5FD38B
RGB95211139
HSL143°56.86%60.00%
HSB/HSV143°54.98%82.75%
CMYK54.98%0.00%34.12%
17.25%

Color #5FD38B in popluar number systems.

HEX5FD38B
Decimal95211139
Binary10111111101001110001011
Octal137323213

Shades and tints

Shades of #5FD38B

#5FD38B
(95,211,139)
#57C07F
(87,192,127)
#4FAD73
(79,173,115)
#479A67
(71,154,103)
#3F875B
(63,135,91)
#37744F
(55,116,79)
#2F6143
(47,97,67)
#274E37
(39,78,55)
#1F3B2B
(31,59,43)
#17281F
(23,40,31)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #5FD38B

#5FD38B
(95,211,139)
#6DD795
(109,215,149)
#7BDB9F
(123,219,159)
#89DFA9
(137,223,169)
#97E3B3
(151,227,179)
#A5E7BD
(165,231,189)
#B3EBC7
(179,235,199)
#C1EFD1
(193,239,209)
#CFF3DB
(207,243,219)
#DDF7E5
(221,247,229)
#EBFBEF
(235,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FD38B color. Also use rgb(95,211,139) instead hex code.

Text Font Color

.myTextColor { color: #5FD38B; }

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

This text font color is #5FD38B.


Background Color

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

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

This div background color is #5FD38B.


Border color

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

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

This div border color is #5FD38B.


Opacity

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

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

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

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

This text has shadow with #5FD38B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FD38B on black background.


Color preview on white background

This text has color #5FD38B on white background.



Black color preview on #5FD38B background

This text has black color on #5FD38B background.


White color preview on #5FD38B background

This text has white color on #5FD38B background.