COLOR #5DD340

HEX: #5DD340
RGB: (93,211,64)

Color info

#5DD340 contains mainly green color. Web safe color of #5DD340 is #66CC33 (or #6C3).

RGB color model

#5DD340 color RGB value is (93,211,64).

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

RGB channels and saturation

R 93 of 255 = 36%
G 211 of 255 = 83%
B 64 of 255 = 25%

93
211
64

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

Portions of RGB colors in percentages

R + G + B =
93 + 211 + 64 = 368 (100%)
R 93 of 368 ~ 25.27%
G 211 of 368 ~ 57.34%
B 64 of 368 ~ 17.39%

%25.27
%57.34
%17.39

CMYK color model

#5DD340 color CMYK value is (56,0,70,17).

  • cyan value is 55.92%
  • magenta value is 0.00%
  • yellow value is 69.67%
  • key color value is 17.25%
CMYK:
(56,0,70,17)
C56M0Y70K17 
(56%,0%,70%,17%)
(0.56/0.00/0.70/0.17)	

CMYK percentages

%55.92
%0
%69.67
%17.25

Codes

Color #5DD340 in popluar color models

5DD340
RGB9321164
HSL108°62.55%53.92%
HSB/HSV108°69.67%82.75%
CMYK55.92%0.00%69.67%
17.25%

Color #5DD340 in popluar number systems.

HEX5DD340
Decimal9321164
Binary1011101110100111000000
Octal135323100

Shades and tints

Shades of #5DD340

#5DD340
(93,211,64)
#55C03B
(85,192,59)
#4DAD36
(77,173,54)
#459A31
(69,154,49)
#3D872C
(61,135,44)
#357427
(53,116,39)
#2D6122
(45,97,34)
#254E1D
(37,78,29)
#1D3B18
(29,59,24)
#152813
(21,40,19)
#0D150E
(13,21,14)
#000000
(0,0,0)

Tints of #5DD340

#5DD340
(93,211,64)
#6BD751
(107,215,81)
#79DB62
(121,219,98)
#87DF73
(135,223,115)
#95E384
(149,227,132)
#A3E795
(163,231,149)
#B1EBA6
(177,235,166)
#BFEFB7
(191,239,183)
#CDF3C8
(205,243,200)
#DBF7D9
(219,247,217)
#E9FBEA
(233,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DD340; }

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

This text font color is #5DD340.


Background Color

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

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

This div background color is #5DD340.


Border color

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

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

This div border color is #5DD340.


Opacity

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

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

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

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

This text has shadow with #5DD340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DD340 on black background.


Color preview on white background

This text has color #5DD340 on white background.



Black color preview on #5DD340 background

This text has black color on #5DD340 background.


White color preview on #5DD340 background

This text has white color on #5DD340 background.