COLOR #5DD591

HEX: #5DD591 RGB: (93,213,145)

Color info

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

RGB color model

#5DD591 color RGB value is (93,213,145).

RGB: (93,213,145) (36%, 84%, 57%)

RGB channels and saturation

R 93 of 255 = 36%
G 213 of 255 = 84%
B 145 of 255 = 57%

93
213
145

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

Portions of RGB colors in percentages

R + G + B = 93 + 213 + 145 = 451 (100%)
R 93 of 451 ~ 20.62%
G 213 of 451 ~ 47.23%
B 145 of 451 ~ 32.15'%

%20.62
%47.23
%32.15

CMYK color model

#5DD591 color CMYK value is (56,0,32,16).

  • cyan value is 56.34%
  • magenta value is 0.00%
  • yellow value is 31.92%
  • key color value is 16.47%

CMYK: (56,0,32,16)
C56M0Y32K16 (56%, 0%, 32%, 16%)
(0.56 / 0.00 / 0.32 / 0.16)

CMYK percentages

%56.34
%0
%31.92
%16.47

Codes

Color #5DD591 in popluar color models

5D D5 91
RGB 93 213 145
HSL 146° 58.82% 60.00%
HSB/HSV 146° 56.34% 83.53%
CMYK 56.34% 0.00% 31.92%
16.47%

Color #5DD591 in popluar number systems.

HEX 5D D5 91
Decimal 93 213 145
Binary 1011101 11010101 10010001
Octal 135 325 221

Shades and tints

Shades of #5DD591

#5DD591
(93,213,145)
#55C284
(85,194,132)
#4DAF77
(77,175,119)
#459C6A
(69,156,106)
#3D895D
(61,137,93)
#357650
(53,118,80)
#2D6343
(45,99,67)
#255036
(37,80,54)
#1D3D29
(29,61,41)
#152A1C
(21,42,28)
#0D170F
(13,23,15)
#000000
(0,0,0)

Tints of #5DD591

#5DD591
(93,213,145)
#6BD89B
(107,216,155)
#79DBA5
(121,219,165)
#87DEAF
(135,222,175)
#95E1B9
(149,225,185)
#A3E4C3
(163,228,195)
#B1E7CD
(177,231,205)
#BFEAD7
(191,234,215)
#CDEDE1
(205,237,225)
#DBF0EB
(219,240,235)
#E9F3F5
(233,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DD591 color. Also use rgb(93,213,145) instead hex code.

Text Font Color

.myTextColor { color: #5DD591; }

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

This text font color is #5DD591.

Background Color

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

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

This div background color is #5DD591.

Border color

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

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

This div border color is #5DD591.

Opacity

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

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

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

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

This text has shadow with #5DD591 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DD591.

Preview

Color preview on black background

This text has color #5DD591 on black background.


Color preview on white background

This text has color #5DD591 on white background.


Black color preview on #5DD591 background

This text has black color on #5DD591 background.


White color preview on #5DD591 background

This text has white color on #5DD591 background.


Related colors

Complementary color

Complementary color for #hex is #A22A6E.


I love getcolorcode.com

Triadic colors

1 #915DD5 and #D5915D with #5DD591 are triadic colors.

2 #91D55D and #D55D91 with #5DD591 are triadic colors.