COLOR #5DB469

HEX: #5DB469
RGB: (93,180,105)

Color info

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

RGB color model

#5DB469 color RGB value is (93,180,105).

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

RGB channels and saturation

R 93 of 255 = 36%
G 180 of 255 = 71%
B 105 of 255 = 41%

93
180
105

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

Portions of RGB colors in percentages

R + G + B =
93 + 180 + 105 = 378 (100%)
R 93 of 378 ~ 24.6%
G 180 of 378 ~ 47.62%
B 105 of 378 ~ 27.78%

%24.6
%47.62
%27.78

CMYK color model

#5DB469 color CMYK value is (48,0,42,29).

  • cyan value is 48.33%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 29.41%
CMYK:
(48,0,42,29)
C48M0Y42K29 
(48%,0%,42%,29%)
(0.48/0.00/0.42/0.29)	

CMYK percentages

%48.33
%0
%41.67
%29.41

Codes

Color #5DB469 in popluar color models

5DB469
RGB93180105
HSL128°36.71%53.53%
HSB/HSV128°48.33%70.59%
CMYK48.33%0.00%41.67%
29.41%

Color #5DB469 in popluar number systems.

HEX5DB469
Decimal93180105
Binary1011101101101001101001
Octal135264151

Shades and tints

Shades of #5DB469

#5DB469
(93,180,105)
#55A460
(85,164,96)
#4D9457
(77,148,87)
#45844E
(69,132,78)
#3D7445
(61,116,69)
#35643C
(53,100,60)
#2D5433
(45,84,51)
#25442A
(37,68,42)
#1D3421
(29,52,33)
#152418
(21,36,24)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #5DB469

#5DB469
(93,180,105)
#6BBA76
(107,186,118)
#79C083
(121,192,131)
#87C690
(135,198,144)
#95CC9D
(149,204,157)
#A3D2AA
(163,210,170)
#B1D8B7
(177,216,183)
#BFDEC4
(191,222,196)
#CDE4D1
(205,228,209)
#DBEADE
(219,234,222)
#E9F0EB
(233,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DB469; }

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

This text font color is #5DB469.


Background Color

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

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

This div background color is #5DB469.


Border color

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

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

This div border color is #5DB469.


Opacity

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

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

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

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

This text has shadow with #5DB469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DB469 on black background.


Color preview on white background

This text has color #5DB469 on white background.



Black color preview on #5DB469 background

This text has black color on #5DB469 background.


White color preview on #5DB469 background

This text has white color on #5DB469 background.