COLOR #5FDE8E

HEX: #5FDE8E
RGB: (95,222,142)

Color info

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

RGB color model

#5FDE8E color RGB value is (95,222,142).

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

RGB channels and saturation

R 95 of 255 = 37%
G 222 of 255 = 87%
B 142 of 255 = 56%

95
222
142

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

Portions of RGB colors in percentages

R + G + B =
95 + 222 + 142 = 459 (100%)
R 95 of 459 ~ 20.7%
G 222 of 459 ~ 48.37%
B 142 of 459 ~ 30.94%

%20.7
%48.37
%30.94

CMYK color model

#5FDE8E color CMYK value is (57,0,36,13).

  • cyan value is 57.21%
  • magenta value is 0.00%
  • yellow value is 36.04%
  • key color value is 12.94%
CMYK:
(57,0,36,13)
C57M0Y36K13 
(57%,0%,36%,13%)
(0.57/0.00/0.36/0.13)	

CMYK percentages

%57.21
%0
%36.04
%12.94

Codes

Color #5FDE8E in popluar color models

5FDE8E
RGB95222142
HSL142°65.80%62.16%
HSB/HSV142°57.21%87.06%
CMYK57.21%0.00%36.04%
12.94%

Color #5FDE8E in popluar number systems.

HEX5FDE8E
Decimal95222142
Binary10111111101111010001110
Octal137336216

Shades and tints

Shades of #5FDE8E

#5FDE8E
(95,222,142)
#57CA82
(87,202,130)
#4FB676
(79,182,118)
#47A26A
(71,162,106)
#3F8E5E
(63,142,94)
#377A52
(55,122,82)
#2F6646
(47,102,70)
#27523A
(39,82,58)
#1F3E2E
(31,62,46)
#172A22
(23,42,34)
#0F1616
(15,22,22)
#000000
(0,0,0)

Tints of #5FDE8E

#5FDE8E
(95,222,142)
#6DE198
(109,225,152)
#7BE4A2
(123,228,162)
#89E7AC
(137,231,172)
#97EAB6
(151,234,182)
#A5EDC0
(165,237,192)
#B3F0CA
(179,240,202)
#C1F3D4
(193,243,212)
#CFF6DE
(207,246,222)
#DDF9E8
(221,249,232)
#EBFCF2
(235,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5FDE8E; }

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

This text font color is #5FDE8E.


Background Color

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

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

This div background color is #5FDE8E.


Border color

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

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

This div border color is #5FDE8E.


Opacity

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

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

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

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

This text has shadow with #5FDE8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FDE8E on black background.


Color preview on white background

This text has color #5FDE8E on white background.



Black color preview on #5FDE8E background

This text has black color on #5FDE8E background.


White color preview on #5FDE8E background

This text has white color on #5FDE8E background.