COLOR #5DB88D

HEX: #5DB88D
RGB: (93,184,141)

Color info

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

RGB color model

#5DB88D color RGB value is (93,184,141).

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

RGB channels and saturation

R 93 of 255 = 36%
G 184 of 255 = 72%
B 141 of 255 = 55%

93
184
141

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

Portions of RGB colors in percentages

R + G + B =
93 + 184 + 141 = 418 (100%)
R 93 of 418 ~ 22.25%
G 184 of 418 ~ 44.02%
B 141 of 418 ~ 33.73%

%22.25
%44.02
%33.73

CMYK color model

#5DB88D color CMYK value is (49,0,23,28).

  • cyan value is 49.46%
  • magenta value is 0.00%
  • yellow value is 23.37%
  • key color value is 27.84%
CMYK:
(49,0,23,28)
C49M0Y23K28 
(49%,0%,23%,28%)
(0.49/0.00/0.23/0.28)	

CMYK percentages

%49.46
%0
%23.37
%27.84

Codes

Color #5DB88D in popluar color models

5DB88D
RGB93184141
HSL152°39.06%54.31%
HSB/HSV152°49.46%72.16%
CMYK49.46%0.00%23.37%
27.84%

Color #5DB88D in popluar number systems.

HEX5DB88D
Decimal93184141
Binary10111011011100010001101
Octal135270215

Shades and tints

Shades of #5DB88D

#5DB88D
(93,184,141)
#55A881
(85,168,129)
#4D9875
(77,152,117)
#458869
(69,136,105)
#3D785D
(61,120,93)
#356851
(53,104,81)
#2D5845
(45,88,69)
#254839
(37,72,57)
#1D382D
(29,56,45)
#152821
(21,40,33)
#0D1815
(13,24,21)
#000000
(0,0,0)

Tints of #5DB88D

#5DB88D
(93,184,141)
#6BBE97
(107,190,151)
#79C4A1
(121,196,161)
#87CAAB
(135,202,171)
#95D0B5
(149,208,181)
#A3D6BF
(163,214,191)
#B1DCC9
(177,220,201)
#BFE2D3
(191,226,211)
#CDE8DD
(205,232,221)
#DBEEE7
(219,238,231)
#E9F4F1
(233,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DB88D; }

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

This text font color is #5DB88D.


Background Color

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

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

This div background color is #5DB88D.


Border color

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

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

This div border color is #5DB88D.


Opacity

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

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

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

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

This text has shadow with #5DB88D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DB88D on black background.


Color preview on white background

This text has color #5DB88D on white background.



Black color preview on #5DB88D background

This text has black color on #5DB88D background.


White color preview on #5DB88D background

This text has white color on #5DB88D background.