COLOR #5DAB41

HEX: #5DAB41 RGB: (93,171,65)

Color info

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

RGB color model

#5DAB41 color RGB value is (93,171,65).

RGB: (93,171,65) (36%, 67%, 25%)

RGB channels and saturation

R 93 of 255 = 36%
G 171 of 255 = 67%
B 65 of 255 = 25%

93
171
65

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

Portions of RGB colors in percentages

R + G + B = 93 + 171 + 65 = 329 (100%)
R 93 of 329 ~ 28.27%
G 171 of 329 ~ 51.98%
B 65 of 329 ~ 19.76'%

%28.27
%51.98
%19.76

CMYK color model

#5DAB41 color CMYK value is (46,0,62,33).

  • cyan value is 45.61%
  • magenta value is 0.00%
  • yellow value is 61.99%
  • key color value is 32.94%

CMYK: (46,0,62,33)
C46M0Y62K33 (46%, 0%, 62%, 33%)
(0.46 / 0.00 / 0.62 / 0.33)

CMYK percentages

%45.61
%0
%61.99
%32.94

Codes

Color #5DAB41 in popluar color models

5D AB 41
RGB 93 171 65
HSL 104° 44.92% 46.27%
HSB/HSV 104° 61.99% 67.06%
CMYK 45.61% 0.00% 61.99%
32.94%

Color #5DAB41 in popluar number systems.

HEX 5D AB 41
Decimal 93 171 65
Binary 1011101 10101011 1000001
Octal 135 253 101

Shades and tints

Shades of #5DAB41

#5DAB41
(93,171,65)
#559C3C
(85,156,60)
#4D8D37
(77,141,55)
#457E32
(69,126,50)
#3D6F2D
(61,111,45)
#356028
(53,96,40)
#2D5123
(45,81,35)
#25421E
(37,66,30)
#1D3319
(29,51,25)
#152414
(21,36,20)
#0D150F
(13,21,15)
#000000
(0,0,0)

Tints of #5DAB41

#5DAB41
(93,171,65)
#6BB252
(107,178,82)
#79B963
(121,185,99)
#87C074
(135,192,116)
#95C785
(149,199,133)
#A3CE96
(163,206,150)
#B1D5A7
(177,213,167)
#BFDCB8
(191,220,184)
#CDE3C9
(205,227,201)
#DBEADA
(219,234,218)
#E9F1EB
(233,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DAB41 color. Also use rgb(93,171,65) instead hex code.

Text Font Color

.myTextColor { color: #5DAB41; }

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

This text font color is #5DAB41.

Background Color

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

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

This div background color is #5DAB41.

Border color

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

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

This div border color is #5DAB41.

Opacity

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

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

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

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

This text has shadow with #5DAB41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DAB41.

Preview

Color preview on black background

This text has color #5DAB41 on black background.


Color preview on white background

This text has color #5DAB41 on white background.


Black color preview on #5DAB41 background

This text has black color on #5DAB41 background.


White color preview on #5DAB41 background

This text has white color on #5DAB41 background.


Related colors

Complementary color

Complementary color for #hex is #A254BE.


I love getcolorcode.com

Triadic colors

1 #415DAB and #AB415D with #5DAB41 are triadic colors.

2 #41AB5D and #AB5D41 with #5DAB41 are triadic colors.