COLOR #5DDB4C

HEX: #5DDB4C RGB: (93,219,76)

Color info

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

RGB color model

#5DDB4C color RGB value is (93,219,76).

RGB: (93,219,76) (36%, 86%, 30%)

RGB channels and saturation

R 93 of 255 = 36%
G 219 of 255 = 86%
B 76 of 255 = 30%

93
219
76

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

Portions of RGB colors in percentages

R + G + B = 93 + 219 + 76 = 388 (100%)
R 93 of 388 ~ 23.97%
G 219 of 388 ~ 56.44%
B 76 of 388 ~ 19.59'%

%23.97
%56.44
%19.59

CMYK color model

#5DDB4C color CMYK value is (58,0,65,14).

  • cyan value is 57.53%
  • magenta value is 0.00%
  • yellow value is 65.30%
  • key color value is 14.12%

CMYK: (58,0,65,14)
C58M0Y65K14 (58%, 0%, 65%, 14%)
(0.58 / 0.00 / 0.65 / 0.14)

CMYK percentages

%57.53
%0
%65.3
%14.12

Codes

Color #5DDB4C in popluar color models

5D DB 4C
RGB 93 219 76
HSL 113° 66.51% 57.84%
HSB/HSV 113° 65.30% 85.88%
CMYK 57.53% 0.00% 65.30%
14.12%

Color #5DDB4C in popluar number systems.

HEX 5D DB 4C
Decimal 93 219 76
Binary 1011101 11011011 1001100
Octal 135 333 114

Shades and tints

Shades of #5DDB4C

#5DDB4C
(93,219,76)
#55C846
(85,200,70)
#4DB540
(77,181,64)
#45A23A
(69,162,58)
#3D8F34
(61,143,52)
#357C2E
(53,124,46)
#2D6928
(45,105,40)
#255622
(37,86,34)
#1D431C
(29,67,28)
#153016
(21,48,22)
#0D1D10
(13,29,16)
#000000
(0,0,0)

Tints of #5DDB4C

#5DDB4C
(93,219,76)
#6BDE5C
(107,222,92)
#79E16C
(121,225,108)
#87E47C
(135,228,124)
#95E78C
(149,231,140)
#A3EA9C
(163,234,156)
#B1EDAC
(177,237,172)
#BFF0BC
(191,240,188)
#CDF3CC
(205,243,204)
#DBF6DC
(219,246,220)
#E9F9EC
(233,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DDB4C color. Also use rgb(93,219,76) instead hex code.

Text Font Color

.myTextColor { color: #5DDB4C; }

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

This text font color is #5DDB4C.

Background Color

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

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

This div background color is #5DDB4C.

Border color

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

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

This div border color is #5DDB4C.

Opacity

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

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

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

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

This text has shadow with #5DDB4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DDB4C.

Preview

Color preview on black background

This text has color #5DDB4C on black background.


Color preview on white background

This text has color #5DDB4C on white background.


Black color preview on #5DDB4C background

This text has black color on #5DDB4C background.


White color preview on #5DDB4C background

This text has white color on #5DDB4C background.


Related colors

Complementary color

Complementary color for #5DDB4C is #A224B3.


I love getcolorcode.com

Triadic colors

1 #4C5DDB and #DB4C5D with #5DDB4C are triadic colors.

2 #4CDB5D and #DB5D4C with #5DDB4C are triadic colors.