COLOR #5DA871

HEX: #5DA871 RGB: (93,168,113)

Color info

#5DA871 contains mainly green and blue colors. Web safe color of #5DA871 is #669966 (or #696).

RGB color model

#5DA871 color RGB value is (93,168,113).

RGB: (93,168,113) (36%, 66%, 44%)

RGB channels and saturation

R 93 of 255 = 36%
G 168 of 255 = 66%
B 113 of 255 = 44%

93
168
113

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

Portions of RGB colors in percentages

R + G + B = 93 + 168 + 113 = 374 (100%)
R 93 of 374 ~ 24.87%
G 168 of 374 ~ 44.92%
B 113 of 374 ~ 30.21'%

%24.87
%44.92
%30.21

CMYK color model

#5DA871 color CMYK value is (45,0,33,34).

  • cyan value is 44.64%
  • magenta value is 0.00%
  • yellow value is 32.74%
  • key color value is 34.12%

CMYK: (45,0,33,34)
C45M0Y33K34 (45%, 0%, 33%, 34%)
(0.45 / 0.00 / 0.33 / 0.34)

CMYK percentages

%44.64
%0
%32.74
%34.12

Codes

Color #5DA871 in popluar color models

5D A8 71
RGB 93 168 113
HSL 136° 30.12% 51.18%
HSB/HSV 136° 44.64% 65.88%
CMYK 44.64% 0.00% 32.74%
34.12%

Color #5DA871 in popluar number systems.

HEX 5D A8 71
Decimal 93 168 113
Binary 1011101 10101000 1110001
Octal 135 250 161

Shades and tints

Shades of #5DA871

#5DA871
(93,168,113)
#559967
(85,153,103)
#4D8A5D
(77,138,93)
#457B53
(69,123,83)
#3D6C49
(61,108,73)
#355D3F
(53,93,63)
#2D4E35
(45,78,53)
#253F2B
(37,63,43)
#1D3021
(29,48,33)
#152117
(21,33,23)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #5DA871

#5DA871
(93,168,113)
#6BAF7D
(107,175,125)
#79B689
(121,182,137)
#87BD95
(135,189,149)
#95C4A1
(149,196,161)
#A3CBAD
(163,203,173)
#B1D2B9
(177,210,185)
#BFD9C5
(191,217,197)
#CDE0D1
(205,224,209)
#DBE7DD
(219,231,221)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DA871 color. Also use rgb(93,168,113) instead hex code.

Text Font Color

.myTextColor { color: #5DA871; }

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

This text font color is #5DA871.

Background Color

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

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

This div background color is #5DA871.

Border color

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

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

This div border color is #5DA871.

Opacity

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

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

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

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

This text has shadow with #5DA871 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DA871.

Preview

Color preview on black background

This text has color #5DA871 on black background.


Color preview on white background

This text has color #5DA871 on white background.


Black color preview on #5DA871 background

This text has black color on #5DA871 background.


White color preview on #5DA871 background

This text has white color on #5DA871 background.


Related colors

Complementary color

Complementary color for #hex is #A2578E.


I love getcolorcode.com

Triadic colors

1 #715DA8 and #A8715D with #5DA871 are triadic colors.

2 #71A85D and #A85D71 with #5DA871 are triadic colors.