COLOR #5DB56A

HEX: #5DB56A RGB: (93,181,106)

Color info

#5DB56A contains mainly green color. Web safe color of #5DB56A is #66CC66 (or #6C6).

RGB color model

#5DB56A color RGB value is (93,181,106).

RGB: (93,181,106) (36%, 71%, 42%)

RGB channels and saturation

R 93 of 255 = 36%
G 181 of 255 = 71%
B 106 of 255 = 42%

93
181
106

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

Portions of RGB colors in percentages

R + G + B = 93 + 181 + 106 = 380 (100%)
R 93 of 380 ~ 24.47%
G 181 of 380 ~ 47.63%
B 106 of 380 ~ 27.89'%

%24.47
%47.63
%27.89

CMYK color model

#5DB56A color CMYK value is (49,0,41,29).

  • cyan value is 48.62%
  • magenta value is 0.00%
  • yellow value is 41.44%
  • key color value is 29.02%

CMYK: (49,0,41,29)
C49M0Y41K29 (49%, 0%, 41%, 29%)
(0.49 / 0.00 / 0.41 / 0.29)

CMYK percentages

%48.62
%0
%41.44
%29.02

Codes

Color #5DB56A in popluar color models

5D B5 6A
RGB 93 181 106
HSL 129° 37.29% 53.73%
HSB/HSV 129° 48.62% 70.98%
CMYK 48.62% 0.00% 41.44%
29.02%

Color #5DB56A in popluar number systems.

HEX 5D B5 6A
Decimal 93 181 106
Binary 1011101 10110101 1101010
Octal 135 265 152

Shades and tints

Shades of #5DB56A

#5DB56A
(93,181,106)
#55A561
(85,165,97)
#4D9558
(77,149,88)
#45854F
(69,133,79)
#3D7546
(61,117,70)
#35653D
(53,101,61)
#2D5534
(45,85,52)
#25452B
(37,69,43)
#1D3522
(29,53,34)
#152519
(21,37,25)
#0D1510
(13,21,16)
#000000
(0,0,0)

Tints of #5DB56A

#5DB56A
(93,181,106)
#6BBB77
(107,187,119)
#79C184
(121,193,132)
#87C791
(135,199,145)
#95CD9E
(149,205,158)
#A3D3AB
(163,211,171)
#B1D9B8
(177,217,184)
#BFDFC5
(191,223,197)
#CDE5D2
(205,229,210)
#DBEBDF
(219,235,223)
#E9F1EC
(233,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DB56A color. Also use rgb(93,181,106) instead hex code.

Text Font Color

.myTextColor { color: #5DB56A; }

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

This text font color is #5DB56A.

Background Color

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

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

This div background color is #5DB56A.

Border color

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

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

This div border color is #5DB56A.

Opacity

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

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

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

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

This text has shadow with #5DB56A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DB56A.

Preview

Color preview on black background

This text has color #5DB56A on black background.


Color preview on white background

This text has color #5DB56A on white background.


Black color preview on #5DB56A background

This text has black color on #5DB56A background.


White color preview on #5DB56A background

This text has white color on #5DB56A background.


Related colors

Complementary color

Complementary color for #hex is #A24A95.


I love getcolorcode.com

Triadic colors

1 #6A5DB5 and #B56A5D with #5DB56A are triadic colors.

2 #6AB55D and #B55D6A with #5DB56A are triadic colors.