COLOR #5DD24F

HEX: #5DD24F
RGB: (93,210,79)

Color info

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

RGB color model

#5DD24F color RGB value is (93,210,79).

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

RGB channels and saturation

R 93 of 255 = 36%
G 210 of 255 = 82%
B 79 of 255 = 31%

93
210
79

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

Portions of RGB colors in percentages

R + G + B =
93 + 210 + 79 = 382 (100%)
R 93 of 382 ~ 24.35%
G 210 of 382 ~ 54.97%
B 79 of 382 ~ 20.68%

%24.35
%54.97
%20.68

CMYK color model

#5DD24F color CMYK value is (56,0,62,18).

  • cyan value is 55.71%
  • magenta value is 0.00%
  • yellow value is 62.38%
  • key color value is 17.65%
CMYK:
(56,0,62,18)
C56M0Y62K18 
(56%,0%,62%,18%)
(0.56/0.00/0.62/0.18)	

CMYK percentages

%55.71
%0
%62.38
%17.65

Codes

Color #5DD24F in popluar color models

5DD24F
RGB9321079
HSL114°59.28%56.67%
HSB/HSV114°62.38%82.35%
CMYK55.71%0.00%62.38%
17.65%

Color #5DD24F in popluar number systems.

HEX5DD24F
Decimal9321079
Binary1011101110100101001111
Octal135322117

Shades and tints

Shades of #5DD24F

#5DD24F
(93,210,79)
#55BF48
(85,191,72)
#4DAC41
(77,172,65)
#45993A
(69,153,58)
#3D8633
(61,134,51)
#35732C
(53,115,44)
#2D6025
(45,96,37)
#254D1E
(37,77,30)
#1D3A17
(29,58,23)
#152710
(21,39,16)
#0D1409
(13,20,9)
#000000
(0,0,0)

Tints of #5DD24F

#5DD24F
(93,210,79)
#6BD65F
(107,214,95)
#79DA6F
(121,218,111)
#87DE7F
(135,222,127)
#95E28F
(149,226,143)
#A3E69F
(163,230,159)
#B1EAAF
(177,234,175)
#BFEEBF
(191,238,191)
#CDF2CF
(205,242,207)
#DBF6DF
(219,246,223)
#E9FAEF
(233,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DD24F; }

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

This text font color is #5DD24F.


Background Color

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

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

This div background color is #5DD24F.


Border color

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

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

This div border color is #5DD24F.


Opacity

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

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

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

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

This text has shadow with #5DD24F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DD24F on black background.


Color preview on white background

This text has color #5DD24F on white background.



Black color preview on #5DD24F background

This text has black color on #5DD24F background.


White color preview on #5DD24F background

This text has white color on #5DD24F background.