COLOR #5FD196

HEX: #5FD196
RGB: (95,209,150)

Color info

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

RGB color model

#5FD196 color RGB value is (95,209,150).

  • red value is 95;
  • green value is 209;
  • blue value is 150.
RGB:
(95,209,150)
(37%,82%,59%)

RGB channels and saturation

R 95 of 255 = 37%
G 209 of 255 = 82%
B 150 of 255 = 59%

95
209
150

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

Portions of RGB colors in percentages

R + G + B =
95 + 209 + 150 = 454 (100%)
R 95 of 454 ~ 20.93%
G 209 of 454 ~ 46.04%
B 150 of 454 ~ 33.04%

%20.93
%46.04
%33.04

CMYK color model

#5FD196 color CMYK value is (55,0,28,18).

  • cyan value is 54.55%
  • magenta value is 0.00%
  • yellow value is 28.23%
  • key color value is 18.04%
CMYK:
(55,0,28,18)
C55M0Y28K18 
(55%,0%,28%,18%)
(0.55/0.00/0.28/0.18)	

CMYK percentages

%54.55
%0
%28.23
%18.04

Codes

Color #5FD196 in popluar color models

5FD196
RGB95209150
HSL149°55.34%59.61%
HSB/HSV149°54.55%81.96%
CMYK54.55%0.00%28.23%
18.04%

Color #5FD196 in popluar number systems.

HEX5FD196
Decimal95209150
Binary10111111101000110010110
Octal137321226

Shades and tints

Shades of #5FD196

#5FD196
(95,209,150)
#57BE89
(87,190,137)
#4FAB7C
(79,171,124)
#47986F
(71,152,111)
#3F8562
(63,133,98)
#377255
(55,114,85)
#2F5F48
(47,95,72)
#274C3B
(39,76,59)
#1F392E
(31,57,46)
#172621
(23,38,33)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #5FD196

#5FD196
(95,209,150)
#6DD59F
(109,213,159)
#7BD9A8
(123,217,168)
#89DDB1
(137,221,177)
#97E1BA
(151,225,186)
#A5E5C3
(165,229,195)
#B3E9CC
(179,233,204)
#C1EDD5
(193,237,213)
#CFF1DE
(207,241,222)
#DDF5E7
(221,245,231)
#EBF9F0
(235,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FD196 color. Also use rgb(95,209,150) instead hex code.

Text Font Color

.myTextColor { color: #5FD196; }

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

This text font color is #5FD196.


Background Color

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

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

This div background color is #5FD196.


Border color

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

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

This div border color is #5FD196.


Opacity

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

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

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

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

This text has shadow with #5FD196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FD196 on black background.


Color preview on white background

This text has color #5FD196 on white background.



Black color preview on #5FD196 background

This text has black color on #5FD196 background.


White color preview on #5FD196 background

This text has white color on #5FD196 background.