COLOR #5FC593

HEX: #5FC593
RGB: (95,197,147)

Color info

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

RGB color model

#5FC593 color RGB value is (95,197,147).

  • red value is 95;
  • green value is 197;
  • blue value is 147.
RGB:
(95,197,147)
(37%,77%,58%)

RGB channels and saturation

R 95 of 255 = 37%
G 197 of 255 = 77%
B 147 of 255 = 58%

95
197
147

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

Portions of RGB colors in percentages

R + G + B =
95 + 197 + 147 = 439 (100%)
R 95 of 439 ~ 21.64%
G 197 of 439 ~ 44.87%
B 147 of 439 ~ 33.49%

%21.64
%44.87
%33.49

CMYK color model

#5FC593 color CMYK value is (52,0,25,23).

  • cyan value is 51.78%
  • magenta value is 0.00%
  • yellow value is 25.38%
  • key color value is 22.75%
CMYK:
(52,0,25,23)
C52M0Y25K23 
(52%,0%,25%,23%)
(0.52/0.00/0.25/0.23)	

CMYK percentages

%51.78
%0
%25.38
%22.75

Codes

Color #5FC593 in popluar color models

5FC593
RGB95197147
HSL151°46.79%57.25%
HSB/HSV151°51.78%77.25%
CMYK51.78%0.00%25.38%
22.75%

Color #5FC593 in popluar number systems.

HEX5FC593
Decimal95197147
Binary10111111100010110010011
Octal137305223

Shades and tints

Shades of #5FC593

#5FC593
(95,197,147)
#57B486
(87,180,134)
#4FA379
(79,163,121)
#47926C
(71,146,108)
#3F815F
(63,129,95)
#377052
(55,112,82)
#2F5F45
(47,95,69)
#274E38
(39,78,56)
#1F3D2B
(31,61,43)
#172C1E
(23,44,30)
#0F1B11
(15,27,17)
#000000
(0,0,0)

Tints of #5FC593

#5FC593
(95,197,147)
#6DCA9C
(109,202,156)
#7BCFA5
(123,207,165)
#89D4AE
(137,212,174)
#97D9B7
(151,217,183)
#A5DEC0
(165,222,192)
#B3E3C9
(179,227,201)
#C1E8D2
(193,232,210)
#CFEDDB
(207,237,219)
#DDF2E4
(221,242,228)
#EBF7ED
(235,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FC593 color. Also use rgb(95,197,147) instead hex code.

Text Font Color

.myTextColor { color: #5FC593; }

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

This text font color is #5FC593.


Background Color

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

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

This div background color is #5FC593.


Border color

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

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

This div border color is #5FC593.


Opacity

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

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

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

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

This text has shadow with #5FC593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FC593 on black background.


Color preview on white background

This text has color #5FC593 on white background.



Black color preview on #5FC593 background

This text has black color on #5FC593 background.


White color preview on #5FC593 background

This text has white color on #5FC593 background.