COLOR #5FDE9D

HEX: #5FDE9D
RGB: (95,222,157)

Color info

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

RGB color model

#5FDE9D color RGB value is (95,222,157).

  • red value is 95;
  • green value is 222;
  • blue value is 157.
RGB:
(95,222,157)
(37%,87%,62%)

RGB channels and saturation

R 95 of 255 = 37%
G 222 of 255 = 87%
B 157 of 255 = 62%

95
222
157

R + G + B ~ 62%. #5FDE9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
95 + 222 + 157 = 474 (100%)
R 95 of 474 ~ 20.04%
G 222 of 474 ~ 46.84%
B 157 of 474 ~ 33.12%

%20.04
%46.84
%33.12

CMYK color model

#5FDE9D color CMYK value is (57,0,29,13).

  • cyan value is 57.21%
  • magenta value is 0.00%
  • yellow value is 29.28%
  • key color value is 12.94%
CMYK:
(57,0,29,13)
C57M0Y29K13 
(57%,0%,29%,13%)
(0.57/0.00/0.29/0.13)	

CMYK percentages

%57.21
%0
%29.28
%12.94

Codes

Color #5FDE9D in popluar color models

5FDE9D
RGB95222157
HSL149°65.80%62.16%
HSB/HSV149°57.21%87.06%
CMYK57.21%0.00%29.28%
12.94%

Color #5FDE9D in popluar number systems.

HEX5FDE9D
Decimal95222157
Binary10111111101111010011101
Octal137336235

Shades and tints

Shades of #5FDE9D

#5FDE9D
(95,222,157)
#57CA8F
(87,202,143)
#4FB681
(79,182,129)
#47A273
(71,162,115)
#3F8E65
(63,142,101)
#377A57
(55,122,87)
#2F6649
(47,102,73)
#27523B
(39,82,59)
#1F3E2D
(31,62,45)
#172A1F
(23,42,31)
#0F1611
(15,22,17)
#000000
(0,0,0)

Tints of #5FDE9D

#5FDE9D
(95,222,157)
#6DE1A5
(109,225,165)
#7BE4AD
(123,228,173)
#89E7B5
(137,231,181)
#97EABD
(151,234,189)
#A5EDC5
(165,237,197)
#B3F0CD
(179,240,205)
#C1F3D5
(193,243,213)
#CFF6DD
(207,246,221)
#DDF9E5
(221,249,229)
#EBFCED
(235,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FDE9D color. Also use rgb(95,222,157) instead hex code.

Text Font Color

.myTextColor { color: #5FDE9D; }

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

This text font color is #5FDE9D.


Background Color

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

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

This div background color is #5FDE9D.


Border color

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

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

This div border color is #5FDE9D.


Opacity

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

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

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

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

This text has shadow with #5FDE9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FDE9D on black background.


Color preview on white background

This text has color #5FDE9D on white background.



Black color preview on #5FDE9D background

This text has black color on #5FDE9D background.


White color preview on #5FDE9D background

This text has white color on #5FDE9D background.