COLOR #5DB680

HEX: #5DB680
RGB: (93,182,128)

Color info

#5DB680 contains mainly green and blue colors. Web safe color of #5DB680 is #66CC66 (or #6C6).

RGB color model

#5DB680 color RGB value is (93,182,128).

  • red value is 93;
  • green value is 182;
  • blue value is 128.
RGB:
(93,182,128)
(36%,71%,50%)

RGB channels and saturation

R 93 of 255 = 36%
G 182 of 255 = 71%
B 128 of 255 = 50%

93
182
128

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

Portions of RGB colors in percentages

R + G + B =
93 + 182 + 128 = 403 (100%)
R 93 of 403 ~ 23.08%
G 182 of 403 ~ 45.16%
B 128 of 403 ~ 31.76%

%23.08
%45.16
%31.76

CMYK color model

#5DB680 color CMYK value is (49,0,30,29).

  • cyan value is 48.90%
  • magenta value is 0.00%
  • yellow value is 29.67%
  • key color value is 28.63%
CMYK:
(49,0,30,29)
C49M0Y30K29 
(49%,0%,30%,29%)
(0.49/0.00/0.30/0.29)	

CMYK percentages

%48.9
%0
%29.67
%28.63

Codes

Color #5DB680 in popluar color models

5DB680
RGB93182128
HSL144°37.87%53.92%
HSB/HSV144°48.90%71.37%
CMYK48.90%0.00%29.67%
28.63%

Color #5DB680 in popluar number systems.

HEX5DB680
Decimal93182128
Binary10111011011011010000000
Octal135266200

Shades and tints

Shades of #5DB680

#5DB680
(93,182,128)
#55A675
(85,166,117)
#4D966A
(77,150,106)
#45865F
(69,134,95)
#3D7654
(61,118,84)
#356649
(53,102,73)
#2D563E
(45,86,62)
#254633
(37,70,51)
#1D3628
(29,54,40)
#15261D
(21,38,29)
#0D1612
(13,22,18)
#000000
(0,0,0)

Tints of #5DB680

#5DB680
(93,182,128)
#6BBC8B
(107,188,139)
#79C296
(121,194,150)
#87C8A1
(135,200,161)
#95CEAC
(149,206,172)
#A3D4B7
(163,212,183)
#B1DAC2
(177,218,194)
#BFE0CD
(191,224,205)
#CDE6D8
(205,230,216)
#DBECE3
(219,236,227)
#E9F2EE
(233,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DB680; }

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

This text font color is #5DB680.


Background Color

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

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

This div background color is #5DB680.


Border color

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

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

This div border color is #5DB680.


Opacity

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

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

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

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

This text has shadow with #5DB680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DB680 on black background.


Color preview on white background

This text has color #5DB680 on white background.



Black color preview on #5DB680 background

This text has black color on #5DB680 background.


White color preview on #5DB680 background

This text has white color on #5DB680 background.