COLOR #5DA42D

HEX: #5DA42D
RGB: (93,164,45)

Color info

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

RGB color model

#5DA42D color RGB value is (93,164,45).

  • red value is 93;
  • green value is 164;
  • blue value is 45.
RGB:
(93,164,45)
(36%,64%,18%)

RGB channels and saturation

R 93 of 255 = 36%
G 164 of 255 = 64%
B 45 of 255 = 18%

93
164
45

R + G + B ~ 39%. #5DA42D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 164 + 45 = 302 (100%)
R 93 of 302 ~ 30.79%
G 164 of 302 ~ 54.3%
B 45 of 302 ~ 14.9%

%30.79
%54.3
%14.9

CMYK color model

#5DA42D color CMYK value is (43,0,73,36).

  • cyan value is 43.29%
  • magenta value is 0.00%
  • yellow value is 72.56%
  • key color value is 35.69%
CMYK:
(43,0,73,36)
C43M0Y73K36 
(43%,0%,73%,36%)
(0.43/0.00/0.73/0.36)	

CMYK percentages

%43.29
%0
%72.56
%35.69

Codes

Color #5DA42D in popluar color models

5DA42D
RGB9316445
HSL96°56.94%40.98%
HSB/HSV96°72.56%64.31%
CMYK43.29%0.00%72.56%
35.69%

Color #5DA42D in popluar number systems.

HEX5DA42D
Decimal9316445
Binary101110110100100101101
Octal13524455

Shades and tints

Shades of #5DA42D

#5DA42D
(93,164,45)
#559629
(85,150,41)
#4D8825
(77,136,37)
#457A21
(69,122,33)
#3D6C1D
(61,108,29)
#355E19
(53,94,25)
#2D5015
(45,80,21)
#254211
(37,66,17)
#1D340D
(29,52,13)
#152609
(21,38,9)
#0D1805
(13,24,5)
#000000
(0,0,0)

Tints of #5DA42D

#5DA42D
(93,164,45)
#6BAC40
(107,172,64)
#79B453
(121,180,83)
#87BC66
(135,188,102)
#95C479
(149,196,121)
#A3CC8C
(163,204,140)
#B1D49F
(177,212,159)
#BFDCB2
(191,220,178)
#CDE4C5
(205,228,197)
#DBECD8
(219,236,216)
#E9F4EB
(233,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DA42D color. Also use rgb(93,164,45) instead hex code.

Text Font Color

.myTextColor { color: #5DA42D; }

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

This text font color is #5DA42D.


Background Color

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

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

This div background color is #5DA42D.


Border color

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

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

This div border color is #5DA42D.


Opacity

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

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

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

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

This text has shadow with #5DA42D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DA42D on black background.


Color preview on white background

This text has color #5DA42D on white background.



Black color preview on #5DA42D background

This text has black color on #5DA42D background.


White color preview on #5DA42D background

This text has white color on #5DA42D background.