COLOR #5DB280

HEX: #5DB280 RGB: (93,178,128)

Color info

#5DB280 contains mainly green and blue colors. Web safe color of #5DB280 is #669966 (or #696).

RGB color model

#5DB280 color RGB value is (93,178,128).

RGB: (93,178,128) (36%, 70%, 50%)

RGB channels and saturation

R 93 of 255 = 36%
G 178 of 255 = 70%
B 128 of 255 = 50%

93
178
128

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

Portions of RGB colors in percentages

R + G + B = 93 + 178 + 128 = 399 (100%)
R 93 of 399 ~ 23.31%
G 178 of 399 ~ 44.61%
B 128 of 399 ~ 32.08'%

%23.31
%44.61
%32.08

CMYK color model

#5DB280 color CMYK value is (48,0,28,30).

  • cyan value is 47.75%
  • magenta value is 0.00%
  • yellow value is 28.09%
  • key color value is 30.20%

CMYK: (48,0,28,30)
C48M0Y28K30 (48%, 0%, 28%, 30%)
(0.48 / 0.00 / 0.28 / 0.30)

CMYK percentages

%47.75
%0
%28.09
%30.2

Codes

Color #5DB280 in popluar color models

5D B2 80
RGB 93 178 128
HSL 145° 35.56% 53.14%
HSB/HSV 145° 47.75% 69.80%
CMYK 47.75% 0.00% 28.09%
30.20%

Color #5DB280 in popluar number systems.

HEX 5D B2 80
Decimal 93 178 128
Binary 1011101 10110010 10000000
Octal 135 262 200

Shades and tints

Shades of #5DB280

#5DB280
(93,178,128)
#55A275
(85,162,117)
#4D926A
(77,146,106)
#45825F
(69,130,95)
#3D7254
(61,114,84)
#356249
(53,98,73)
#2D523E
(45,82,62)
#254233
(37,66,51)
#1D3228
(29,50,40)
#15221D
(21,34,29)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #5DB280

#5DB280
(93,178,128)
#6BB98B
(107,185,139)
#79C096
(121,192,150)
#87C7A1
(135,199,161)
#95CEAC
(149,206,172)
#A3D5B7
(163,213,183)
#B1DCC2
(177,220,194)
#BFE3CD
(191,227,205)
#CDEAD8
(205,234,216)
#DBF1E3
(219,241,227)
#E9F8EE
(233,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DB280 color. Also use rgb(93,178,128) instead hex code.

Text Font Color

.myTextColor { color: #5DB280; }

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

This text font color is #5DB280.

Background Color

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

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

This div background color is #5DB280.

Border color

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

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

This div border color is #5DB280.

Opacity

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

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

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

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

This text has shadow with #5DB280 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DB280.

Preview

Color preview on black background

This text has color #5DB280 on black background.


Color preview on white background

This text has color #5DB280 on white background.


Black color preview on #5DB280 background

This text has black color on #5DB280 background.


White color preview on #5DB280 background

This text has white color on #5DB280 background.


Related colors

Complementary color

Complementary color for #hex is #A24D7F.


I love getcolorcode.com

Triadic colors

1 #805DB2 and #B2805D with #5DB280 are triadic colors.

2 #80B25D and #B25D80 with #5DB280 are triadic colors.