COLOR #5DC49B

HEX: #5DC49B RGB: (93,196,155)

Color info

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

RGB color model

#5DC49B color RGB value is (93,196,155).

RGB: (93,196,155) (36%, 77%, 61%)

RGB channels and saturation

R 93 of 255 = 36%
G 196 of 255 = 77%
B 155 of 255 = 61%

93
196
155

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

Portions of RGB colors in percentages

R + G + B = 93 + 196 + 155 = 444 (100%)
R 93 of 444 ~ 20.95%
G 196 of 444 ~ 44.14%
B 155 of 444 ~ 34.91'%

%20.95
%44.14
%34.91

CMYK color model

#5DC49B color CMYK value is (53,0,21,23).

  • cyan value is 52.55%
  • magenta value is 0.00%
  • yellow value is 20.92%
  • key color value is 23.14%

CMYK: (53,0,21,23)
C53M0Y21K23 (53%, 0%, 21%, 23%)
(0.53 / 0.00 / 0.21 / 0.23)

CMYK percentages

%52.55
%0
%20.92
%23.14

Codes

Color #5DC49B in popluar color models

5D C4 9B
RGB 93 196 155
HSL 156° 46.61% 56.67%
HSB/HSV 156° 52.55% 76.86%
CMYK 52.55% 0.00% 20.92%
23.14%

Color #5DC49B in popluar number systems.

HEX 5D C4 9B
Decimal 93 196 155
Binary 1011101 11000100 10011011
Octal 135 304 233

Shades and tints

Shades of #5DC49B

#5DC49B
(93,196,155)
#55B38D
(85,179,141)
#4DA27F
(77,162,127)
#459171
(69,145,113)
#3D8063
(61,128,99)
#356F55
(53,111,85)
#2D5E47
(45,94,71)
#254D39
(37,77,57)
#1D3C2B
(29,60,43)
#152B1D
(21,43,29)
#0D1A0F
(13,26,15)
#000000
(0,0,0)

Tints of #5DC49B

#5DC49B
(93,196,155)
#6BC9A4
(107,201,164)
#79CEAD
(121,206,173)
#87D3B6
(135,211,182)
#95D8BF
(149,216,191)
#A3DDC8
(163,221,200)
#B1E2D1
(177,226,209)
#BFE7DA
(191,231,218)
#CDECE3
(205,236,227)
#DBF1EC
(219,241,236)
#E9F6F5
(233,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DC49B color. Also use rgb(93,196,155) instead hex code.

Text Font Color

.myTextColor { color: #5DC49B; }

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

This text font color is #5DC49B.

Background Color

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

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

This div background color is #5DC49B.

Border color

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

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

This div border color is #5DC49B.

Opacity

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

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

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

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

This text has shadow with #5DC49B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DC49B.

Preview

Color preview on black background

This text has color #5DC49B on black background.


Color preview on white background

This text has color #5DC49B on white background.


Black color preview on #5DC49B background

This text has black color on #5DC49B background.


White color preview on #5DC49B background

This text has white color on #5DC49B background.


Related colors

Complementary color

Complementary color for #hex is #A23B64.


I love getcolorcode.com

Triadic colors

1 #9B5DC4 and #C49B5D with #5DC49B are triadic colors.

2 #9BC45D and #C45D9B with #5DC49B are triadic colors.