COLOR #5DB155

HEX: #5DB155 RGB: (93,177,85)

Color info

#5DB155 contains mainly green color. Web safe color of #5DB155 is #669966 (or #696).

RGB color model

#5DB155 color RGB value is (93,177,85).

RGB: (93,177,85) (36%, 69%, 33%)

RGB channels and saturation

R 93 of 255 = 36%
G 177 of 255 = 69%
B 85 of 255 = 33%

93
177
85

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

Portions of RGB colors in percentages

R + G + B = 93 + 177 + 85 = 355 (100%)
R 93 of 355 ~ 26.2%
G 177 of 355 ~ 49.86%
B 85 of 355 ~ 23.94'%

%26.2
%49.86
%23.94

CMYK color model

#5DB155 color CMYK value is (47,0,52,31).

  • cyan value is 47.46%
  • magenta value is 0.00%
  • yellow value is 51.98%
  • key color value is 30.59%

CMYK: (47,0,52,31)
C47M0Y52K31 (47%, 0%, 52%, 31%)
(0.47 / 0.00 / 0.52 / 0.31)

CMYK percentages

%47.46
%0
%51.98
%30.59

Codes

Color #5DB155 in popluar color models

5D B1 55
RGB 93 177 85
HSL 115° 37.10% 51.37%
HSB/HSV 115° 51.98% 69.41%
CMYK 47.46% 0.00% 51.98%
30.59%

Color #5DB155 in popluar number systems.

HEX 5D B1 55
Decimal 93 177 85
Binary 1011101 10110001 1010101
Octal 135 261 125

Shades and tints

Shades of #5DB155

#5DB155
(93,177,85)
#55A14E
(85,161,78)
#4D9147
(77,145,71)
#458140
(69,129,64)
#3D7139
(61,113,57)
#356132
(53,97,50)
#2D512B
(45,81,43)
#254124
(37,65,36)
#1D311D
(29,49,29)
#152116
(21,33,22)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #5DB155

#5DB155
(93,177,85)
#6BB864
(107,184,100)
#79BF73
(121,191,115)
#87C682
(135,198,130)
#95CD91
(149,205,145)
#A3D4A0
(163,212,160)
#B1DBAF
(177,219,175)
#BFE2BE
(191,226,190)
#CDE9CD
(205,233,205)
#DBF0DC
(219,240,220)
#E9F7EB
(233,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DB155 color. Also use rgb(93,177,85) instead hex code.

Text Font Color

.myTextColor { color: #5DB155; }

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

This text font color is #5DB155.

Background Color

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

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

This div background color is #5DB155.

Border color

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

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

This div border color is #5DB155.

Opacity

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

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

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

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

This text has shadow with #5DB155 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DB155.

Preview

Color preview on black background

This text has color #5DB155 on black background.


Color preview on white background

This text has color #5DB155 on white background.


Black color preview on #5DB155 background

This text has black color on #5DB155 background.


White color preview on #5DB155 background

This text has white color on #5DB155 background.


Related colors

Complementary color

Complementary color for #hex is #A24EAA.


I love getcolorcode.com

Triadic colors

1 #555DB1 and #B1555D with #5DB155 are triadic colors.

2 #55B15D and #B15D55 with #5DB155 are triadic colors.