COLOR #5DC97A

HEX: #5DC97A
RGB: (93,201,122)

Color info

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

RGB color model

#5DC97A color RGB value is (93,201,122).

  • red value is 93;
  • green value is 201;
  • blue value is 122.
RGB:
(93,201,122)
(36%,79%,48%)

RGB channels and saturation

R 93 of 255 = 36%
G 201 of 255 = 79%
B 122 of 255 = 48%

93
201
122

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

Portions of RGB colors in percentages

R + G + B =
93 + 201 + 122 = 416 (100%)
R 93 of 416 ~ 22.36%
G 201 of 416 ~ 48.32%
B 122 of 416 ~ 29.33%

%22.36
%48.32
%29.33

CMYK color model

#5DC97A color CMYK value is (54,0,39,21).

  • cyan value is 53.73%
  • magenta value is 0.00%
  • yellow value is 39.30%
  • key color value is 21.18%
CMYK:
(54,0,39,21)
C54M0Y39K21 
(54%,0%,39%,21%)
(0.54/0.00/0.39/0.21)	

CMYK percentages

%53.73
%0
%39.3
%21.18

Codes

Color #5DC97A in popluar color models

5DC97A
RGB93201122
HSL136°50.00%57.65%
HSB/HSV136°53.73%78.82%
CMYK53.73%0.00%39.30%
21.18%

Color #5DC97A in popluar number systems.

HEX5DC97A
Decimal93201122
Binary1011101110010011111010
Octal135311172

Shades and tints

Shades of #5DC97A

#5DC97A
(93,201,122)
#55B76F
(85,183,111)
#4DA564
(77,165,100)
#459359
(69,147,89)
#3D814E
(61,129,78)
#356F43
(53,111,67)
#2D5D38
(45,93,56)
#254B2D
(37,75,45)
#1D3922
(29,57,34)
#152717
(21,39,23)
#0D150C
(13,21,12)
#000000
(0,0,0)

Tints of #5DC97A

#5DC97A
(93,201,122)
#6BCD86
(107,205,134)
#79D192
(121,209,146)
#87D59E
(135,213,158)
#95D9AA
(149,217,170)
#A3DDB6
(163,221,182)
#B1E1C2
(177,225,194)
#BFE5CE
(191,229,206)
#CDE9DA
(205,233,218)
#DBEDE6
(219,237,230)
#E9F1F2
(233,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DC97A color. Also use rgb(93,201,122) instead hex code.

Text Font Color

.myTextColor { color: #5DC97A; }

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

This text font color is #5DC97A.


Background Color

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

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

This div background color is #5DC97A.


Border color

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

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

This div border color is #5DC97A.


Opacity

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

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

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

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

This text has shadow with #5DC97A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DC97A on black background.


Color preview on white background

This text has color #5DC97A on white background.



Black color preview on #5DC97A background

This text has black color on #5DC97A background.


White color preview on #5DC97A background

This text has white color on #5DC97A background.