COLOR #5FB87B

HEX: #5FB87B
RGB: (95,184,123)

Color info

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

RGB color model

#5FB87B color RGB value is (95,184,123).

  • red value is 95;
  • green value is 184;
  • blue value is 123.
RGB:
(95,184,123)
(37%,72%,48%)

RGB channels and saturation

R 95 of 255 = 37%
G 184 of 255 = 72%
B 123 of 255 = 48%

95
184
123

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

Portions of RGB colors in percentages

R + G + B =
95 + 184 + 123 = 402 (100%)
R 95 of 402 ~ 23.63%
G 184 of 402 ~ 45.77%
B 123 of 402 ~ 30.6%

%23.63
%45.77
%30.6

CMYK color model

#5FB87B color CMYK value is (48,0,33,28).

  • cyan value is 48.37%
  • magenta value is 0.00%
  • yellow value is 33.15%
  • key color value is 27.84%
CMYK:
(48,0,33,28)
C48M0Y33K28 
(48%,0%,33%,28%)
(0.48/0.00/0.33/0.28)	

CMYK percentages

%48.37
%0
%33.15
%27.84

Codes

Color #5FB87B in popluar color models

5FB87B
RGB95184123
HSL139°38.53%54.71%
HSB/HSV139°48.37%72.16%
CMYK48.37%0.00%33.15%
27.84%

Color #5FB87B in popluar number systems.

HEX5FB87B
Decimal95184123
Binary1011111101110001111011
Octal137270173

Shades and tints

Shades of #5FB87B

#5FB87B
(95,184,123)
#57A870
(87,168,112)
#4F9865
(79,152,101)
#47885A
(71,136,90)
#3F784F
(63,120,79)
#376844
(55,104,68)
#2F5839
(47,88,57)
#27482E
(39,72,46)
#1F3823
(31,56,35)
#172818
(23,40,24)
#0F180D
(15,24,13)
#000000
(0,0,0)

Tints of #5FB87B

#5FB87B
(95,184,123)
#6DBE87
(109,190,135)
#7BC493
(123,196,147)
#89CA9F
(137,202,159)
#97D0AB
(151,208,171)
#A5D6B7
(165,214,183)
#B3DCC3
(179,220,195)
#C1E2CF
(193,226,207)
#CFE8DB
(207,232,219)
#DDEEE7
(221,238,231)
#EBF4F3
(235,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FB87B color. Also use rgb(95,184,123) instead hex code.

Text Font Color

.myTextColor { color: #5FB87B; }

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

This text font color is #5FB87B.


Background Color

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

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

This div background color is #5FB87B.


Border color

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

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

This div border color is #5FB87B.


Opacity

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

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

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

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

This text has shadow with #5FB87B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FB87B on black background.


Color preview on white background

This text has color #5FB87B on white background.



Black color preview on #5FB87B background

This text has black color on #5FB87B background.


White color preview on #5FB87B background

This text has white color on #5FB87B background.