COLOR #5DC76A

HEX: #5DC76A RGB: (93,199,106)

Color info

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

RGB color model

#5DC76A color RGB value is (93,199,106).

RGB: (93,199,106) (36%, 78%, 42%)

RGB channels and saturation

R 93 of 255 = 36%
G 199 of 255 = 78%
B 106 of 255 = 42%

93
199
106

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

Portions of RGB colors in percentages

R + G + B = 93 + 199 + 106 = 398 (100%)
R 93 of 398 ~ 23.37%
G 199 of 398 ~ 50%
B 106 of 398 ~ 26.63'%

%23.37
%50
%26.63

CMYK color model

#5DC76A color CMYK value is (53,0,47,22).

  • cyan value is 53.27%
  • magenta value is 0.00%
  • yellow value is 46.73%
  • key color value is 21.96%

CMYK: (53,0,47,22)
C53M0Y47K22 (53%, 0%, 47%, 22%)
(0.53 / 0.00 / 0.47 / 0.22)

CMYK percentages

%53.27
%0
%46.73
%21.96

Codes

Color #5DC76A in popluar color models

5D C7 6A
RGB 93 199 106
HSL 127° 48.62% 57.25%
HSB/HSV 127° 53.27% 78.04%
CMYK 53.27% 0.00% 46.73%
21.96%

Color #5DC76A in popluar number systems.

HEX 5D C7 6A
Decimal 93 199 106
Binary 1011101 11000111 1101010
Octal 135 307 152

Shades and tints

Shades of #5DC76A

#5DC76A
(93,199,106)
#55B561
(85,181,97)
#4DA358
(77,163,88)
#45914F
(69,145,79)
#3D7F46
(61,127,70)
#356D3D
(53,109,61)
#2D5B34
(45,91,52)
#25492B
(37,73,43)
#1D3722
(29,55,34)
#152519
(21,37,25)
#0D1310
(13,19,16)
#000000
(0,0,0)

Tints of #5DC76A

#5DC76A
(93,199,106)
#6BCC77
(107,204,119)
#79D184
(121,209,132)
#87D691
(135,214,145)
#95DB9E
(149,219,158)
#A3E0AB
(163,224,171)
#B1E5B8
(177,229,184)
#BFEAC5
(191,234,197)
#CDEFD2
(205,239,210)
#DBF4DF
(219,244,223)
#E9F9EC
(233,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DC76A color. Also use rgb(93,199,106) instead hex code.

Text Font Color

.myTextColor { color: #5DC76A; }

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

This text font color is #5DC76A.

Background Color

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

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

This div background color is #5DC76A.

Border color

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

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

This div border color is #5DC76A.

Opacity

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

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

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

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

This text has shadow with #5DC76A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DC76A.

Preview

Color preview on black background

This text has color #5DC76A on black background.


Color preview on white background

This text has color #5DC76A on white background.


Black color preview on #5DC76A background

This text has black color on #5DC76A background.


White color preview on #5DC76A background

This text has white color on #5DC76A background.


Related colors

Complementary color

Complementary color for #hex is #A23895.


I love getcolorcode.com

Triadic colors

1 #6A5DC7 and #C76A5D with #5DC76A are triadic colors.

2 #6AC75D and #C75D6A with #5DC76A are triadic colors.