COLOR #5DB020

HEX: #5DB020
RGB: (93,176,32)

Color info

#5DB020 contains mainly green color. Web safe color of #5DB020 is #669933 (or #693).

RGB color model

#5DB020 color RGB value is (93,176,32).

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

RGB channels and saturation

R 93 of 255 = 36%
G 176 of 255 = 69%
B 32 of 255 = 13%

93
176
32

R + G + B ~ 39%. #5DB020 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 176 + 32 = 301 (100%)
R 93 of 301 ~ 30.9%
G 176 of 301 ~ 58.47%
B 32 of 301 ~ 10.63%

%30.9
%58.47
%10.63

CMYK color model

#5DB020 color CMYK value is (47,0,82,31).

  • cyan value is 47.16%
  • magenta value is 0.00%
  • yellow value is 81.82%
  • key color value is 30.98%
CMYK:
(47,0,82,31)
C47M0Y82K31 
(47%,0%,82%,31%)
(0.47/0.00/0.82/0.31)	

CMYK percentages

%47.16
%0
%81.82
%30.98

Codes

Color #5DB020 in popluar color models

5DB020
RGB9317632
HSL95°69.23%40.78%
HSB/HSV95°81.82%69.02%
CMYK47.16%0.00%81.82%
30.98%

Color #5DB020 in popluar number systems.

HEX5DB020
Decimal9317632
Binary101110110110000100000
Octal13526040

Shades and tints

Shades of #5DB020

#5DB020
(93,176,32)
#55A01E
(85,160,30)
#4D901C
(77,144,28)
#45801A
(69,128,26)
#3D7018
(61,112,24)
#356016
(53,96,22)
#2D5014
(45,80,20)
#254012
(37,64,18)
#1D3010
(29,48,16)
#15200E
(21,32,14)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #5DB020

#5DB020
(93,176,32)
#6BB734
(107,183,52)
#79BE48
(121,190,72)
#87C55C
(135,197,92)
#95CC70
(149,204,112)
#A3D384
(163,211,132)
#B1DA98
(177,218,152)
#BFE1AC
(191,225,172)
#CDE8C0
(205,232,192)
#DBEFD4
(219,239,212)
#E9F6E8
(233,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DB020; }

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

This text font color is #5DB020.


Background Color

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

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

This div background color is #5DB020.


Border color

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

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

This div border color is #5DB020.


Opacity

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

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

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

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

This text has shadow with #5DB020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DB020 on black background.


Color preview on white background

This text has color #5DB020 on white background.



Black color preview on #5DB020 background

This text has black color on #5DB020 background.


White color preview on #5DB020 background

This text has white color on #5DB020 background.