COLOR #5BC48D

HEX: #5BC48D
RGB: (91,196,141)

Color info

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

RGB color model

#5BC48D color RGB value is (91,196,141).

  • red value is 91;
  • green value is 196;
  • blue value is 141.
RGB:
(91,196,141)
(36%,77%,55%)

RGB channels and saturation

R 91 of 255 = 36%
G 196 of 255 = 77%
B 141 of 255 = 55%

91
196
141

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

Portions of RGB colors in percentages

R + G + B =
91 + 196 + 141 = 428 (100%)
R 91 of 428 ~ 21.26%
G 196 of 428 ~ 45.79%
B 141 of 428 ~ 32.94%

%21.26
%45.79
%32.94

CMYK color model

#5BC48D color CMYK value is (54,0,28,23).

  • cyan value is 53.57%
  • magenta value is 0.00%
  • yellow value is 28.06%
  • key color value is 23.14%
CMYK:
(54,0,28,23)
C54M0Y28K23 
(54%,0%,28%,23%)
(0.54/0.00/0.28/0.23)	

CMYK percentages

%53.57
%0
%28.06
%23.14

Codes

Color #5BC48D in popluar color models

5BC48D
RGB91196141
HSL149°47.09%56.27%
HSB/HSV149°53.57%76.86%
CMYK53.57%0.00%28.06%
23.14%

Color #5BC48D in popluar number systems.

HEX5BC48D
Decimal91196141
Binary10110111100010010001101
Octal133304215

Shades and tints

Shades of #5BC48D

#5BC48D
(91,196,141)
#53B381
(83,179,129)
#4BA275
(75,162,117)
#439169
(67,145,105)
#3B805D
(59,128,93)
#336F51
(51,111,81)
#2B5E45
(43,94,69)
#234D39
(35,77,57)
#1B3C2D
(27,60,45)
#132B21
(19,43,33)
#0B1A15
(11,26,21)
#000000
(0,0,0)

Tints of #5BC48D

#5BC48D
(91,196,141)
#69C997
(105,201,151)
#77CEA1
(119,206,161)
#85D3AB
(133,211,171)
#93D8B5
(147,216,181)
#A1DDBF
(161,221,191)
#AFE2C9
(175,226,201)
#BDE7D3
(189,231,211)
#CBECDD
(203,236,221)
#D9F1E7
(217,241,231)
#E7F6F1
(231,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BC48D color. Also use rgb(91,196,141) instead hex code.

Text Font Color

.myTextColor { color: #5BC48D; }

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

This text font color is #5BC48D.


Background Color

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

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

This div background color is #5BC48D.


Border color

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

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

This div border color is #5BC48D.


Opacity

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

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

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

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

This text has shadow with #5BC48D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BC48D on black background.


Color preview on white background

This text has color #5BC48D on white background.



Black color preview on #5BC48D background

This text has black color on #5BC48D background.


White color preview on #5BC48D background

This text has white color on #5BC48D background.