COLOR #5FBC7F

HEX: #5FBC7F
RGB: (95,188,127)

Color info

#5FBC7F contains mainly green color. Web safe color of #5FBC7F is #66CC66 (or #6C6).

RGB color model

#5FBC7F color RGB value is (95,188,127).

  • red value is 95;
  • green value is 188;
  • blue value is 127.
RGB:
(95,188,127)
(37%,74%,50%)

RGB channels and saturation

R 95 of 255 = 37%
G 188 of 255 = 74%
B 127 of 255 = 50%

95
188
127

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

Portions of RGB colors in percentages

R + G + B =
95 + 188 + 127 = 410 (100%)
R 95 of 410 ~ 23.17%
G 188 of 410 ~ 45.85%
B 127 of 410 ~ 30.98%

%23.17
%45.85
%30.98

CMYK color model

#5FBC7F color CMYK value is (49,0,32,26).

  • cyan value is 49.47%
  • magenta value is 0.00%
  • yellow value is 32.45%
  • key color value is 26.27%
CMYK:
(49,0,32,26)
C49M0Y32K26 
(49%,0%,32%,26%)
(0.49/0.00/0.32/0.26)	

CMYK percentages

%49.47
%0
%32.45
%26.27

Codes

Color #5FBC7F in popluar color models

5FBC7F
RGB95188127
HSL141°40.97%55.49%
HSB/HSV141°49.47%73.73%
CMYK49.47%0.00%32.45%
26.27%

Color #5FBC7F in popluar number systems.

HEX5FBC7F
Decimal95188127
Binary1011111101111001111111
Octal137274177

Shades and tints

Shades of #5FBC7F

#5FBC7F
(95,188,127)
#57AB74
(87,171,116)
#4F9A69
(79,154,105)
#47895E
(71,137,94)
#3F7853
(63,120,83)
#376748
(55,103,72)
#2F563D
(47,86,61)
#274532
(39,69,50)
#1F3427
(31,52,39)
#17231C
(23,35,28)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #5FBC7F

#5FBC7F
(95,188,127)
#6DC28A
(109,194,138)
#7BC895
(123,200,149)
#89CEA0
(137,206,160)
#97D4AB
(151,212,171)
#A5DAB6
(165,218,182)
#B3E0C1
(179,224,193)
#C1E6CC
(193,230,204)
#CFECD7
(207,236,215)
#DDF2E2
(221,242,226)
#EBF8ED
(235,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FBC7F color. Also use rgb(95,188,127) instead hex code.

Text Font Color

.myTextColor { color: #5FBC7F; }

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

This text font color is #5FBC7F.


Background Color

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

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

This div background color is #5FBC7F.


Border color

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

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

This div border color is #5FBC7F.


Opacity

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

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

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

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

This text has shadow with #5FBC7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FBC7F on black background.


Color preview on white background

This text has color #5FBC7F on white background.



Black color preview on #5FBC7F background

This text has black color on #5FBC7F background.


White color preview on #5FBC7F background

This text has white color on #5FBC7F background.