COLOR #5BD385

HEX: #5BD385
RGB: (91,211,133)

Color info

#5BD385 contains mainly green color. Web safe color of #5BD385 is #66CC99 (or #6C9).

RGB color model

#5BD385 color RGB value is (91,211,133).

  • red value is 91;
  • green value is 211;
  • blue value is 133.
RGB:
(91,211,133)
(36%,83%,52%)

RGB channels and saturation

R 91 of 255 = 36%
G 211 of 255 = 83%
B 133 of 255 = 52%

91
211
133

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

Portions of RGB colors in percentages

R + G + B =
91 + 211 + 133 = 435 (100%)
R 91 of 435 ~ 20.92%
G 211 of 435 ~ 48.51%
B 133 of 435 ~ 30.57%

%20.92
%48.51
%30.57

CMYK color model

#5BD385 color CMYK value is (57,0,37,17).

  • cyan value is 56.87%
  • magenta value is 0.00%
  • yellow value is 36.97%
  • key color value is 17.25%
CMYK:
(57,0,37,17)
C57M0Y37K17 
(57%,0%,37%,17%)
(0.57/0.00/0.37/0.17)	

CMYK percentages

%56.87
%0
%36.97
%17.25

Codes

Color #5BD385 in popluar color models

5BD385
RGB91211133
HSL141°57.69%59.22%
HSB/HSV141°56.87%82.75%
CMYK56.87%0.00%36.97%
17.25%

Color #5BD385 in popluar number systems.

HEX5BD385
Decimal91211133
Binary10110111101001110000101
Octal133323205

Shades and tints

Shades of #5BD385

#5BD385
(91,211,133)
#53C079
(83,192,121)
#4BAD6D
(75,173,109)
#439A61
(67,154,97)
#3B8755
(59,135,85)
#337449
(51,116,73)
#2B613D
(43,97,61)
#234E31
(35,78,49)
#1B3B25
(27,59,37)
#132819
(19,40,25)
#0B150D
(11,21,13)
#000000
(0,0,0)

Tints of #5BD385

#5BD385
(91,211,133)
#69D790
(105,215,144)
#77DB9B
(119,219,155)
#85DFA6
(133,223,166)
#93E3B1
(147,227,177)
#A1E7BC
(161,231,188)
#AFEBC7
(175,235,199)
#BDEFD2
(189,239,210)
#CBF3DD
(203,243,221)
#D9F7E8
(217,247,232)
#E7FBF3
(231,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BD385 color. Also use rgb(91,211,133) instead hex code.

Text Font Color

.myTextColor { color: #5BD385; }

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

This text font color is #5BD385.


Background Color

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

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

This div background color is #5BD385.


Border color

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

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

This div border color is #5BD385.


Opacity

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

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

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

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

This text has shadow with #5BD385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BD385 on black background.


Color preview on white background

This text has color #5BD385 on white background.



Black color preview on #5BD385 background

This text has black color on #5BD385 background.


White color preview on #5BD385 background

This text has white color on #5BD385 background.