COLOR #5DC37F

HEX: #5DC37F RGB: (93,195,127)

Color info

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

RGB color model

#5DC37F color RGB value is (93,195,127).

RGB: (93,195,127) (36%, 76%, 50%)

RGB channels and saturation

R 93 of 255 = 36%
G 195 of 255 = 76%
B 127 of 255 = 50%

93
195
127

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

Portions of RGB colors in percentages

R + G + B = 93 + 195 + 127 = 415 (100%)
R 93 of 415 ~ 22.41%
G 195 of 415 ~ 46.99%
B 127 of 415 ~ 30.6'%

%22.41
%46.99
%30.6

CMYK color model

#5DC37F color CMYK value is (52,0,35,24).

  • cyan value is 52.31%
  • magenta value is 0.00%
  • yellow value is 34.87%
  • key color value is 23.53%

CMYK: (52,0,35,24)
C52M0Y35K24 (52%, 0%, 35%, 24%)
(0.52 / 0.00 / 0.35 / 0.24)

CMYK percentages

%52.31
%0
%34.87
%23.53

Codes

Color #5DC37F in popluar color models

5D C3 7F
RGB 93 195 127
HSL 140° 45.95% 56.47%
HSB/HSV 140° 52.31% 76.47%
CMYK 52.31% 0.00% 34.87%
23.53%

Color #5DC37F in popluar number systems.

HEX 5D C3 7F
Decimal 93 195 127
Binary 1011101 11000011 1111111
Octal 135 303 177

Shades and tints

Shades of #5DC37F

#5DC37F
(93,195,127)
#55B274
(85,178,116)
#4DA169
(77,161,105)
#45905E
(69,144,94)
#3D7F53
(61,127,83)
#356E48
(53,110,72)
#2D5D3D
(45,93,61)
#254C32
(37,76,50)
#1D3B27
(29,59,39)
#152A1C
(21,42,28)
#0D1911
(13,25,17)
#000000
(0,0,0)

Tints of #5DC37F

#5DC37F
(93,195,127)
#6BC88A
(107,200,138)
#79CD95
(121,205,149)
#87D2A0
(135,210,160)
#95D7AB
(149,215,171)
#A3DCB6
(163,220,182)
#B1E1C1
(177,225,193)
#BFE6CC
(191,230,204)
#CDEBD7
(205,235,215)
#DBF0E2
(219,240,226)
#E9F5ED
(233,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DC37F color. Also use rgb(93,195,127) instead hex code.

Text Font Color

.myTextColor { color: #5DC37F; }

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

This text font color is #5DC37F.

Background Color

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

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

This div background color is #5DC37F.

Border color

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

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

This div border color is #5DC37F.

Opacity

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

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

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

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

This text has shadow with #5DC37F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DC37F.

Preview

Color preview on black background

This text has color #5DC37F on black background.


Color preview on white background

This text has color #5DC37F on white background.


Black color preview on #5DC37F background

This text has black color on #5DC37F background.


White color preview on #5DC37F background

This text has white color on #5DC37F background.


Related colors

Complementary color

Complementary color for #hex is #A23C80.


I love getcolorcode.com

Triadic colors

1 #7F5DC3 and #C37F5D with #5DC37F are triadic colors.

2 #7FC35D and #C35D7F with #5DC37F are triadic colors.