COLOR #5DCA77

HEX: #5DCA77 RGB: (93,202,119)

Color info

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

RGB color model

#5DCA77 color RGB value is (93,202,119).

RGB: (93,202,119) (36%, 79%, 47%)

RGB channels and saturation

R 93 of 255 = 36%
G 202 of 255 = 79%
B 119 of 255 = 47%

93
202
119

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

Portions of RGB colors in percentages

R + G + B = 93 + 202 + 119 = 414 (100%)
R 93 of 414 ~ 22.46%
G 202 of 414 ~ 48.79%
B 119 of 414 ~ 28.74'%

%22.46
%48.79
%28.74

CMYK color model

#5DCA77 color CMYK value is (54,0,41,21).

  • cyan value is 53.96%
  • magenta value is 0.00%
  • yellow value is 41.09%
  • key color value is 20.78%

CMYK: (54,0,41,21)
C54M0Y41K21 (54%, 0%, 41%, 21%)
(0.54 / 0.00 / 0.41 / 0.21)

CMYK percentages

%53.96
%0
%41.09
%20.78

Codes

Color #5DCA77 in popluar color models

5D CA 77
RGB 93 202 119
HSL 134° 50.70% 57.84%
HSB/HSV 134° 53.96% 79.22%
CMYK 53.96% 0.00% 41.09%
20.78%

Color #5DCA77 in popluar number systems.

HEX 5D CA 77
Decimal 93 202 119
Binary 1011101 11001010 1110111
Octal 135 312 167

Shades and tints

Shades of #5DCA77

#5DCA77
(93,202,119)
#55B86D
(85,184,109)
#4DA663
(77,166,99)
#459459
(69,148,89)
#3D824F
(61,130,79)
#357045
(53,112,69)
#2D5E3B
(45,94,59)
#254C31
(37,76,49)
#1D3A27
(29,58,39)
#15281D
(21,40,29)
#0D1613
(13,22,19)
#000000
(0,0,0)

Tints of #5DCA77

#5DCA77
(93,202,119)
#6BCE83
(107,206,131)
#79D28F
(121,210,143)
#87D69B
(135,214,155)
#95DAA7
(149,218,167)
#A3DEB3
(163,222,179)
#B1E2BF
(177,226,191)
#BFE6CB
(191,230,203)
#CDEAD7
(205,234,215)
#DBEEE3
(219,238,227)
#E9F2EF
(233,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DCA77 color. Also use rgb(93,202,119) instead hex code.

Text Font Color

.myTextColor { color: #5DCA77; }

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

This text font color is #5DCA77.

Background Color

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

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

This div background color is #5DCA77.

Border color

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

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

This div border color is #5DCA77.

Opacity

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

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

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

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

This text has shadow with #5DCA77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DCA77.

Preview

Color preview on black background

This text has color #5DCA77 on black background.


Color preview on white background

This text has color #5DCA77 on white background.


Black color preview on #5DCA77 background

This text has black color on #5DCA77 background.


White color preview on #5DCA77 background

This text has white color on #5DCA77 background.


Related colors

Complementary color

Complementary color for #hex is #A23588.


I love getcolorcode.com

Triadic colors

1 #775DCA and #CA775D with #5DCA77 are triadic colors.

2 #77CA5D and #CA5D77 with #5DCA77 are triadic colors.