COLOR #5DB499

HEX: #5DB499
RGB: (93,180,153)

Color info

#5DB499 contains mainly green and blue colors. Web safe color of #5DB499 is #66CC99 (or #6C9).

RGB color model

#5DB499 color RGB value is (93,180,153).

  • red value is 93;
  • green value is 180;
  • blue value is 153.
RGB:
(93,180,153)
(36%,71%,60%)

RGB channels and saturation

R 93 of 255 = 36%
G 180 of 255 = 71%
B 153 of 255 = 60%

93
180
153

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

Portions of RGB colors in percentages

R + G + B =
93 + 180 + 153 = 426 (100%)
R 93 of 426 ~ 21.83%
G 180 of 426 ~ 42.25%
B 153 of 426 ~ 35.92%

%21.83
%42.25
%35.92

CMYK color model

#5DB499 color CMYK value is (48,0,15,29).

  • cyan value is 48.33%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 29.41%
CMYK:
(48,0,15,29)
C48M0Y15K29 
(48%,0%,15%,29%)
(0.48/0.00/0.15/0.29)	

CMYK percentages

%48.33
%0
%15
%29.41

Codes

Color #5DB499 in popluar color models

5DB499
RGB93180153
HSL161°36.71%53.53%
HSB/HSV161°48.33%70.59%
CMYK48.33%0.00%15.00%
29.41%

Color #5DB499 in popluar number systems.

HEX5DB499
Decimal93180153
Binary10111011011010010011001
Octal135264231

Shades and tints

Shades of #5DB499

#5DB499
(93,180,153)
#55A48C
(85,164,140)
#4D947F
(77,148,127)
#458472
(69,132,114)
#3D7465
(61,116,101)
#356458
(53,100,88)
#2D544B
(45,84,75)
#25443E
(37,68,62)
#1D3431
(29,52,49)
#152424
(21,36,36)
#0D1417
(13,20,23)
#000000
(0,0,0)

Tints of #5DB499

#5DB499
(93,180,153)
#6BBAA2
(107,186,162)
#79C0AB
(121,192,171)
#87C6B4
(135,198,180)
#95CCBD
(149,204,189)
#A3D2C6
(163,210,198)
#B1D8CF
(177,216,207)
#BFDED8
(191,222,216)
#CDE4E1
(205,228,225)
#DBEAEA
(219,234,234)
#E9F0F3
(233,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DB499 color. Also use rgb(93,180,153) instead hex code.

Text Font Color

.myTextColor { color: #5DB499; }

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

This text font color is #5DB499.


Background Color

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

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

This div background color is #5DB499.


Border color

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

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

This div border color is #5DB499.


Opacity

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

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

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

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

This text has shadow with #5DB499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DB499 on black background.


Color preview on white background

This text has color #5DB499 on white background.



Black color preview on #5DB499 background

This text has black color on #5DB499 background.


White color preview on #5DB499 background

This text has white color on #5DB499 background.