COLOR #5DAD37

HEX: #5DAD37 RGB: (93,173,55)

Color info

#5DAD37 contains mainly green color. Web safe color of #5DAD37 is #669933 (or #693).

RGB color model

#5DAD37 color RGB value is (93,173,55).

RGB: (93,173,55) (36%, 68%, 22%)

RGB channels and saturation

R 93 of 255 = 36%
G 173 of 255 = 68%
B 55 of 255 = 22%

93
173
55

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

Portions of RGB colors in percentages

R + G + B = 93 + 173 + 55 = 321 (100%)
R 93 of 321 ~ 28.97%
G 173 of 321 ~ 53.89%
B 55 of 321 ~ 17.13'%

%28.97
%53.89
%17.13

CMYK color model

#5DAD37 color CMYK value is (46,0,68,32).

  • cyan value is 46.24%
  • magenta value is 0.00%
  • yellow value is 68.21%
  • key color value is 32.16%

CMYK: (46,0,68,32)
C46M0Y68K32 (46%, 0%, 68%, 32%)
(0.46 / 0.00 / 0.68 / 0.32)

CMYK percentages

%46.24
%0
%68.21
%32.16

Codes

Color #5DAD37 in popluar color models

5D AD 37
RGB 93 173 55
HSL 101° 51.75% 44.71%
HSB/HSV 101° 68.21% 67.84%
CMYK 46.24% 0.00% 68.21%
32.16%

Color #5DAD37 in popluar number systems.

HEX 5D AD 37
Decimal 93 173 55
Binary 1011101 10101101 110111
Octal 135 255 67

Shades and tints

Shades of #5DAD37

#5DAD37
(93,173,55)
#559E32
(85,158,50)
#4D8F2D
(77,143,45)
#458028
(69,128,40)
#3D7123
(61,113,35)
#35621E
(53,98,30)
#2D5319
(45,83,25)
#254414
(37,68,20)
#1D350F
(29,53,15)
#15260A
(21,38,10)
#0D1705
(13,23,5)
#000000
(0,0,0)

Tints of #5DAD37

#5DAD37
(93,173,55)
#6BB449
(107,180,73)
#79BB5B
(121,187,91)
#87C26D
(135,194,109)
#95C97F
(149,201,127)
#A3D091
(163,208,145)
#B1D7A3
(177,215,163)
#BFDEB5
(191,222,181)
#CDE5C7
(205,229,199)
#DBECD9
(219,236,217)
#E9F3EB
(233,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DAD37 color. Also use rgb(93,173,55) instead hex code.

Text Font Color

.myTextColor { color: #5DAD37; }

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

This text font color is #5DAD37.

Background Color

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

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

This div background color is #5DAD37.

Border color

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

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

This div border color is #5DAD37.

Opacity

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

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

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

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

This text has shadow with #5DAD37 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DAD37.

Preview

Color preview on black background

This text has color #5DAD37 on black background.


Color preview on white background

This text has color #5DAD37 on white background.


Black color preview on #5DAD37 background

This text has black color on #5DAD37 background.


White color preview on #5DAD37 background

This text has white color on #5DAD37 background.


Related colors

Complementary color

Complementary color for #hex is #A252C8.


I love getcolorcode.com

Triadic colors

1 #375DAD and #AD375D with #5DAD37 are triadic colors.

2 #37AD5D and #AD5D37 with #5DAD37 are triadic colors.