COLOR #5D9940

HEX: #5D9940
RGB: (93,153,64)

Color info

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

RGB color model

#5D9940 color RGB value is (93,153,64).

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

RGB channels and saturation

R 93 of 255 = 36%
G 153 of 255 = 60%
B 64 of 255 = 25%

93
153
64

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

Portions of RGB colors in percentages

R + G + B =
93 + 153 + 64 = 310 (100%)
R 93 of 310 ~ 30%
G 153 of 310 ~ 49.35%
B 64 of 310 ~ 20.65%

%30
%49.35
%20.65

CMYK color model

#5D9940 color CMYK value is (39,0,58,40).

  • cyan value is 39.22%
  • magenta value is 0.00%
  • yellow value is 58.17%
  • key color value is 40.00%
CMYK:
(39,0,58,40)
C39M0Y58K40 
(39%,0%,58%,40%)
(0.39/0.00/0.58/0.40)	

CMYK percentages

%39.22
%0
%58.17
%40

Codes

Color #5D9940 in popluar color models

5D9940
RGB9315364
HSL100°41.01%42.55%
HSB/HSV100°58.17%60.00%
CMYK39.22%0.00%58.17%
40.00%

Color #5D9940 in popluar number systems.

HEX5D9940
Decimal9315364
Binary1011101100110011000000
Octal135231100

Shades and tints

Shades of #5D9940

#5D9940
(93,153,64)
#558C3B
(85,140,59)
#4D7F36
(77,127,54)
#457231
(69,114,49)
#3D652C
(61,101,44)
#355827
(53,88,39)
#2D4B22
(45,75,34)
#253E1D
(37,62,29)
#1D3118
(29,49,24)
#152413
(21,36,19)
#0D170E
(13,23,14)
#000000
(0,0,0)

Tints of #5D9940

#5D9940
(93,153,64)
#6BA251
(107,162,81)
#79AB62
(121,171,98)
#87B473
(135,180,115)
#95BD84
(149,189,132)
#A3C695
(163,198,149)
#B1CFA6
(177,207,166)
#BFD8B7
(191,216,183)
#CDE1C8
(205,225,200)
#DBEAD9
(219,234,217)
#E9F3EA
(233,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D9940; }

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

This text font color is #5D9940.


Background Color

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

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

This div background color is #5D9940.


Border color

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

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

This div border color is #5D9940.


Opacity

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

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

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

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

This text has shadow with #5D9940 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D9940 on black background.


Color preview on white background

This text has color #5D9940 on white background.



Black color preview on #5D9940 background

This text has black color on #5D9940 background.


White color preview on #5D9940 background

This text has white color on #5D9940 background.