COLOR #5FCD9E

HEX: #5FCD9E
RGB: (95,205,158)

Color info

#5FCD9E contains mainly green and blue colors. Web safe color of #5FCD9E is #66CC99 (or #6C9).

RGB color model

#5FCD9E color RGB value is (95,205,158).

  • red value is 95;
  • green value is 205;
  • blue value is 158.
RGB:
(95,205,158)
(37%,80%,62%)

RGB channels and saturation

R 95 of 255 = 37%
G 205 of 255 = 80%
B 158 of 255 = 62%

95
205
158

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

Portions of RGB colors in percentages

R + G + B =
95 + 205 + 158 = 458 (100%)
R 95 of 458 ~ 20.74%
G 205 of 458 ~ 44.76%
B 158 of 458 ~ 34.5%

%20.74
%44.76
%34.5

CMYK color model

#5FCD9E color CMYK value is (54,0,23,20).

  • cyan value is 53.66%
  • magenta value is 0.00%
  • yellow value is 22.93%
  • key color value is 19.61%
CMYK:
(54,0,23,20)
C54M0Y23K20 
(54%,0%,23%,20%)
(0.54/0.00/0.23/0.20)	

CMYK percentages

%53.66
%0
%22.93
%19.61

Codes

Color #5FCD9E in popluar color models

5FCD9E
RGB95205158
HSL154°52.38%58.82%
HSB/HSV154°53.66%80.39%
CMYK53.66%0.00%22.93%
19.61%

Color #5FCD9E in popluar number systems.

HEX5FCD9E
Decimal95205158
Binary10111111100110110011110
Octal137315236

Shades and tints

Shades of #5FCD9E

#5FCD9E
(95,205,158)
#57BB90
(87,187,144)
#4FA982
(79,169,130)
#479774
(71,151,116)
#3F8566
(63,133,102)
#377358
(55,115,88)
#2F614A
(47,97,74)
#274F3C
(39,79,60)
#1F3D2E
(31,61,46)
#172B20
(23,43,32)
#0F1912
(15,25,18)
#000000
(0,0,0)

Tints of #5FCD9E

#5FCD9E
(95,205,158)
#6DD1A6
(109,209,166)
#7BD5AE
(123,213,174)
#89D9B6
(137,217,182)
#97DDBE
(151,221,190)
#A5E1C6
(165,225,198)
#B3E5CE
(179,229,206)
#C1E9D6
(193,233,214)
#CFEDDE
(207,237,222)
#DDF1E6
(221,241,230)
#EBF5EE
(235,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FCD9E color. Also use rgb(95,205,158) instead hex code.

Text Font Color

.myTextColor { color: #5FCD9E; }

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

This text font color is #5FCD9E.


Background Color

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

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

This div background color is #5FCD9E.


Border color

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

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

This div border color is #5FCD9E.


Opacity

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

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

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

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

This text has shadow with #5FCD9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FCD9E on black background.


Color preview on white background

This text has color #5FCD9E on white background.



Black color preview on #5FCD9E background

This text has black color on #5FCD9E background.


White color preview on #5FCD9E background

This text has white color on #5FCD9E background.