COLOR #5DC247

HEX: #5DC247 RGB: (93,194,71)

Color info

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

RGB color model

#5DC247 color RGB value is (93,194,71).

RGB: (93,194,71) (36%, 76%, 28%)

RGB channels and saturation

R 93 of 255 = 36%
G 194 of 255 = 76%
B 71 of 255 = 28%

93
194
71

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

Portions of RGB colors in percentages

R + G + B = 93 + 194 + 71 = 358 (100%)
R 93 of 358 ~ 25.98%
G 194 of 358 ~ 54.19%
B 71 of 358 ~ 19.83'%

%25.98
%54.19
%19.83

CMYK color model

#5DC247 color CMYK value is (52,0,63,24).

  • cyan value is 52.06%
  • magenta value is 0.00%
  • yellow value is 63.40%
  • key color value is 23.92%

CMYK: (52,0,63,24)
C52M0Y63K24 (52%, 0%, 63%, 24%)
(0.52 / 0.00 / 0.63 / 0.24)

CMYK percentages

%52.06
%0
%63.4
%23.92

Codes

Color #5DC247 in popluar color models

5D C2 47
RGB 93 194 71
HSL 109° 50.20% 51.96%
HSB/HSV 109° 63.40% 76.08%
CMYK 52.06% 0.00% 63.40%
23.92%

Color #5DC247 in popluar number systems.

HEX 5D C2 47
Decimal 93 194 71
Binary 1011101 11000010 1000111
Octal 135 302 107

Shades and tints

Shades of #5DC247

#5DC247
(93,194,71)
#55B141
(85,177,65)
#4DA03B
(77,160,59)
#458F35
(69,143,53)
#3D7E2F
(61,126,47)
#356D29
(53,109,41)
#2D5C23
(45,92,35)
#254B1D
(37,75,29)
#1D3A17
(29,58,23)
#152911
(21,41,17)
#0D180B
(13,24,11)
#000000
(0,0,0)

Tints of #5DC247

#5DC247
(93,194,71)
#6BC757
(107,199,87)
#79CC67
(121,204,103)
#87D177
(135,209,119)
#95D687
(149,214,135)
#A3DB97
(163,219,151)
#B1E0A7
(177,224,167)
#BFE5B7
(191,229,183)
#CDEAC7
(205,234,199)
#DBEFD7
(219,239,215)
#E9F4E7
(233,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DC247 color. Also use rgb(93,194,71) instead hex code.

Text Font Color

.myTextColor { color: #5DC247; }

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

This text font color is #5DC247.

Background Color

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

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

This div background color is #5DC247.

Border color

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

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

This div border color is #5DC247.

Opacity

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

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

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

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

This text has shadow with #5DC247 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DC247.

Preview

Color preview on black background

This text has color #5DC247 on black background.


Color preview on white background

This text has color #5DC247 on white background.


Black color preview on #5DC247 background

This text has black color on #5DC247 background.


White color preview on #5DC247 background

This text has white color on #5DC247 background.


Related colors

Complementary color

Complementary color for #hex is #A23DB8.


I love getcolorcode.com

Triadic colors

1 #475DC2 and #C2475D with #5DC247 are triadic colors.

2 #47C25D and #C25D47 with #5DC247 are triadic colors.