COLOR #5DB04F

HEX: #5DB04F
RGB: (93,176,79)

Color info

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

RGB color model

#5DB04F color RGB value is (93,176,79).

  • red value is 93;
  • green value is 176;
  • blue value is 79.
RGB:
(93,176,79)
(36%,69%,31%)

RGB channels and saturation

R 93 of 255 = 36%
G 176 of 255 = 69%
B 79 of 255 = 31%

93
176
79

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

Portions of RGB colors in percentages

R + G + B =
93 + 176 + 79 = 348 (100%)
R 93 of 348 ~ 26.72%
G 176 of 348 ~ 50.57%
B 79 of 348 ~ 22.7%

%26.72
%50.57
%22.7

CMYK color model

#5DB04F color CMYK value is (47,0,55,31).

  • cyan value is 47.16%
  • magenta value is 0.00%
  • yellow value is 55.11%
  • key color value is 30.98%
CMYK:
(47,0,55,31)
C47M0Y55K31 
(47%,0%,55%,31%)
(0.47/0.00/0.55/0.31)	

CMYK percentages

%47.16
%0
%55.11
%30.98

Codes

Color #5DB04F in popluar color models

5DB04F
RGB9317679
HSL111°38.04%50.00%
HSB/HSV111°55.11%69.02%
CMYK47.16%0.00%55.11%
30.98%

Color #5DB04F in popluar number systems.

HEX5DB04F
Decimal9317679
Binary1011101101100001001111
Octal135260117

Shades and tints

Shades of #5DB04F

#5DB04F
(93,176,79)
#55A048
(85,160,72)
#4D9041
(77,144,65)
#45803A
(69,128,58)
#3D7033
(61,112,51)
#35602C
(53,96,44)
#2D5025
(45,80,37)
#25401E
(37,64,30)
#1D3017
(29,48,23)
#152010
(21,32,16)
#0D1009
(13,16,9)
#000000
(0,0,0)

Tints of #5DB04F

#5DB04F
(93,176,79)
#6BB75F
(107,183,95)
#79BE6F
(121,190,111)
#87C57F
(135,197,127)
#95CC8F
(149,204,143)
#A3D39F
(163,211,159)
#B1DAAF
(177,218,175)
#BFE1BF
(191,225,191)
#CDE8CF
(205,232,207)
#DBEFDF
(219,239,223)
#E9F6EF
(233,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DB04F color. Also use rgb(93,176,79) instead hex code.

Text Font Color

.myTextColor { color: #5DB04F; }

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

This text font color is #5DB04F.


Background Color

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

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

This div background color is #5DB04F.


Border color

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

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

This div border color is #5DB04F.


Opacity

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

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

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

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

This text has shadow with #5DB04F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DB04F on black background.


Color preview on white background

This text has color #5DB04F on white background.



Black color preview on #5DB04F background

This text has black color on #5DB04F background.


White color preview on #5DB04F background

This text has white color on #5DB04F background.