COLOR #5DD053

HEX: #5DD053
RGB: (93,208,83)

Color info

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

RGB color model

#5DD053 color RGB value is (93,208,83).

  • red value is 93;
  • green value is 208;
  • blue value is 83.
RGB:
(93,208,83)
(36%,82%,33%)

RGB channels and saturation

R 93 of 255 = 36%
G 208 of 255 = 82%
B 83 of 255 = 33%

93
208
83

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

Portions of RGB colors in percentages

R + G + B =
93 + 208 + 83 = 384 (100%)
R 93 of 384 ~ 24.22%
G 208 of 384 ~ 54.17%
B 83 of 384 ~ 21.61%

%24.22
%54.17
%21.61

CMYK color model

#5DD053 color CMYK value is (55,0,60,18).

  • cyan value is 55.29%
  • magenta value is 0.00%
  • yellow value is 60.10%
  • key color value is 18.43%
CMYK:
(55,0,60,18)
C55M0Y60K18 
(55%,0%,60%,18%)
(0.55/0.00/0.60/0.18)	

CMYK percentages

%55.29
%0
%60.1
%18.43

Codes

Color #5DD053 in popluar color models

5DD053
RGB9320883
HSL115°57.08%57.06%
HSB/HSV115°60.10%81.57%
CMYK55.29%0.00%60.10%
18.43%

Color #5DD053 in popluar number systems.

HEX5DD053
Decimal9320883
Binary1011101110100001010011
Octal135320123

Shades and tints

Shades of #5DD053

#5DD053
(93,208,83)
#55BE4C
(85,190,76)
#4DAC45
(77,172,69)
#459A3E
(69,154,62)
#3D8837
(61,136,55)
#357630
(53,118,48)
#2D6429
(45,100,41)
#255222
(37,82,34)
#1D401B
(29,64,27)
#152E14
(21,46,20)
#0D1C0D
(13,28,13)
#000000
(0,0,0)

Tints of #5DD053

#5DD053
(93,208,83)
#6BD462
(107,212,98)
#79D871
(121,216,113)
#87DC80
(135,220,128)
#95E08F
(149,224,143)
#A3E49E
(163,228,158)
#B1E8AD
(177,232,173)
#BFECBC
(191,236,188)
#CDF0CB
(205,240,203)
#DBF4DA
(219,244,218)
#E9F8E9
(233,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DD053 color. Also use rgb(93,208,83) instead hex code.

Text Font Color

.myTextColor { color: #5DD053; }

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

This text font color is #5DD053.


Background Color

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

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

This div background color is #5DD053.


Border color

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

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

This div border color is #5DD053.


Opacity

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

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

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

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

This text has shadow with #5DD053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DD053 on black background.


Color preview on white background

This text has color #5DD053 on white background.



Black color preview on #5DD053 background

This text has black color on #5DD053 background.


White color preview on #5DD053 background

This text has white color on #5DD053 background.