COLOR #5DB58B

HEX: #5DB58B RGB: (93,181,139)

Color info

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

RGB color model

#5DB58B color RGB value is (93,181,139).

RGB: (93,181,139) (36%, 71%, 55%)

RGB channels and saturation

R 93 of 255 = 36%
G 181 of 255 = 71%
B 139 of 255 = 55%

93
181
139

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

Portions of RGB colors in percentages

R + G + B = 93 + 181 + 139 = 413 (100%)
R 93 of 413 ~ 22.52%
G 181 of 413 ~ 43.83%
B 139 of 413 ~ 33.66'%

%22.52
%43.83
%33.66

CMYK color model

#5DB58B color CMYK value is (49,0,23,29).

  • cyan value is 48.62%
  • magenta value is 0.00%
  • yellow value is 23.20%
  • key color value is 29.02%

CMYK: (49,0,23,29)
C49M0Y23K29 (49%, 0%, 23%, 29%)
(0.49 / 0.00 / 0.23 / 0.29)

CMYK percentages

%48.62
%0
%23.2
%29.02

Codes

Color #5DB58B in popluar color models

5D B5 8B
RGB 93 181 139
HSL 151° 37.29% 53.73%
HSB/HSV 151° 48.62% 70.98%
CMYK 48.62% 0.00% 23.20%
29.02%

Color #5DB58B in popluar number systems.

HEX 5D B5 8B
Decimal 93 181 139
Binary 1011101 10110101 10001011
Octal 135 265 213

Shades and tints

Shades of #5DB58B

#5DB58B
(93,181,139)
#55A57F
(85,165,127)
#4D9573
(77,149,115)
#458567
(69,133,103)
#3D755B
(61,117,91)
#35654F
(53,101,79)
#2D5543
(45,85,67)
#254537
(37,69,55)
#1D352B
(29,53,43)
#15251F
(21,37,31)
#0D1513
(13,21,19)
#000000
(0,0,0)

Tints of #5DB58B

#5DB58B
(93,181,139)
#6BBB95
(107,187,149)
#79C19F
(121,193,159)
#87C7A9
(135,199,169)
#95CDB3
(149,205,179)
#A3D3BD
(163,211,189)
#B1D9C7
(177,217,199)
#BFDFD1
(191,223,209)
#CDE5DB
(205,229,219)
#DBEBE5
(219,235,229)
#E9F1EF
(233,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DB58B color. Also use rgb(93,181,139) instead hex code.

Text Font Color

.myTextColor { color: #5DB58B; }

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

This text font color is #5DB58B.

Background Color

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

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

This div background color is #5DB58B.

Border color

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

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

This div border color is #5DB58B.

Opacity

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

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

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

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

This text has shadow with #5DB58B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DB58B.

Preview

Color preview on black background

This text has color #5DB58B on black background.


Color preview on white background

This text has color #5DB58B on white background.


Black color preview on #5DB58B background

This text has black color on #5DB58B background.


White color preview on #5DB58B background

This text has white color on #5DB58B background.


Related colors

Complementary color

Complementary color for #hex is #A24A74.


I love getcolorcode.com

Triadic colors

1 #8B5DB5 and #B58B5D with #5DB58B are triadic colors.

2 #8BB55D and #B55D8B with #5DB58B are triadic colors.