COLOR #5DBC8D

HEX: #5DBC8D
RGB: (93,188,141)

Color info

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

RGB color model

#5DBC8D color RGB value is (93,188,141).

  • red value is 93;
  • green value is 188;
  • blue value is 141.
RGB:
(93,188,141)
(36%,74%,55%)

RGB channels and saturation

R 93 of 255 = 36%
G 188 of 255 = 74%
B 141 of 255 = 55%

93
188
141

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

Portions of RGB colors in percentages

R + G + B =
93 + 188 + 141 = 422 (100%)
R 93 of 422 ~ 22.04%
G 188 of 422 ~ 44.55%
B 141 of 422 ~ 33.41%

%22.04
%44.55
%33.41

CMYK color model

#5DBC8D color CMYK value is (51,0,25,26).

  • cyan value is 50.53%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 26.27%
CMYK:
(51,0,25,26)
C51M0Y25K26 
(51%,0%,25%,26%)
(0.51/0.00/0.25/0.26)	

CMYK percentages

%50.53
%0
%25
%26.27

Codes

Color #5DBC8D in popluar color models

5DBC8D
RGB93188141
HSL150°41.48%55.10%
HSB/HSV150°50.53%73.73%
CMYK50.53%0.00%25.00%
26.27%

Color #5DBC8D in popluar number systems.

HEX5DBC8D
Decimal93188141
Binary10111011011110010001101
Octal135274215

Shades and tints

Shades of #5DBC8D

#5DBC8D
(93,188,141)
#55AB81
(85,171,129)
#4D9A75
(77,154,117)
#458969
(69,137,105)
#3D785D
(61,120,93)
#356751
(53,103,81)
#2D5645
(45,86,69)
#254539
(37,69,57)
#1D342D
(29,52,45)
#152321
(21,35,33)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #5DBC8D

#5DBC8D
(93,188,141)
#6BC297
(107,194,151)
#79C8A1
(121,200,161)
#87CEAB
(135,206,171)
#95D4B5
(149,212,181)
#A3DABF
(163,218,191)
#B1E0C9
(177,224,201)
#BFE6D3
(191,230,211)
#CDECDD
(205,236,221)
#DBF2E7
(219,242,231)
#E9F8F1
(233,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DBC8D color. Also use rgb(93,188,141) instead hex code.

Text Font Color

.myTextColor { color: #5DBC8D; }

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

This text font color is #5DBC8D.


Background Color

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

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

This div background color is #5DBC8D.


Border color

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

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

This div border color is #5DBC8D.


Opacity

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

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

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

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

This text has shadow with #5DBC8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DBC8D on black background.


Color preview on white background

This text has color #5DBC8D on white background.



Black color preview on #5DBC8D background

This text has black color on #5DBC8D background.


White color preview on #5DBC8D background

This text has white color on #5DBC8D background.