COLOR #5DCA79

HEX: #5DCA79 RGB: (93,202,121)

Color info

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

RGB color model

#5DCA79 color RGB value is (93,202,121).

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

RGB channels and saturation

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

93
202
121

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

Portions of RGB colors in percentages

R + G + B = 93 + 202 + 121 = 416 (100%)
R 93 of 416 ~ 22.36%
G 202 of 416 ~ 48.56%
B 121 of 416 ~ 29.09'%

%22.36
%48.56
%29.09

CMYK color model

#5DCA79 color CMYK value is (54,0,40,21).

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

CMYK: (54,0,40,21)
C54M0Y40K21 (54%, 0%, 40%, 21%)
(0.54 / 0.00 / 0.40 / 0.21)

CMYK percentages

%53.96
%0
%40.1
%20.78

Codes

Color #5DCA79 in popluar color models

5D CA 79
RGB 93 202 121
HSL 135° 50.70% 57.84%
HSB/HSV 135° 53.96% 79.22%
CMYK 53.96% 0.00% 40.10%
20.78%

Color #5DCA79 in popluar number systems.

HEX 5D CA 79
Decimal 93 202 121
Binary 1011101 11001010 1111001
Octal 135 312 171

Shades and tints

Shades of #5DCA79

#5DCA79
(93,202,121)
#55B86E
(85,184,110)
#4DA663
(77,166,99)
#459458
(69,148,88)
#3D824D
(61,130,77)
#357042
(53,112,66)
#2D5E37
(45,94,55)
#254C2C
(37,76,44)
#1D3A21
(29,58,33)
#152816
(21,40,22)
#0D160B
(13,22,11)
#000000
(0,0,0)

Tints of #5DCA79

#5DCA79
(93,202,121)
#6BCE85
(107,206,133)
#79D291
(121,210,145)
#87D69D
(135,214,157)
#95DAA9
(149,218,169)
#A3DEB5
(163,222,181)
#B1E2C1
(177,226,193)
#BFE6CD
(191,230,205)
#CDEAD9
(205,234,217)
#DBEEE5
(219,238,229)
#E9F2F1
(233,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DCA79; }

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

This text font color is #5DCA79.

Background Color

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

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

This div background color is #5DCA79.

Border color

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

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

This div border color is #5DCA79.

Opacity

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

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

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

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

This text has shadow with #5DCA79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DCA79.

Preview

Color preview on black background

This text has color #5DCA79 on black background.


Color preview on white background

This text has color #5DCA79 on white background.


Black color preview on #5DCA79 background

This text has black color on #5DCA79 background.


White color preview on #5DCA79 background

This text has white color on #5DCA79 background.


Related colors

Complementary color

Complementary color for #hex is #A23586.


I love getcolorcode.com

Triadic colors

1 #795DCA and #CA795D with #5DCA79 are triadic colors.

2 #79CA5D and #CA5D79 with #5DCA79 are triadic colors.