COLOR #5DC952

HEX: #5DC952
RGB: (93,201,82)

Color info

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

RGB color model

#5DC952 color RGB value is (93,201,82).

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

RGB channels and saturation

R 93 of 255 = 36%
G 201 of 255 = 79%
B 82 of 255 = 32%

93
201
82

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

Portions of RGB colors in percentages

R + G + B =
93 + 201 + 82 = 376 (100%)
R 93 of 376 ~ 24.73%
G 201 of 376 ~ 53.46%
B 82 of 376 ~ 21.81%

%24.73
%53.46
%21.81

CMYK color model

#5DC952 color CMYK value is (54,0,59,21).

  • cyan value is 53.73%
  • magenta value is 0.00%
  • yellow value is 59.20%
  • key color value is 21.18%
CMYK:
(54,0,59,21)
C54M0Y59K21 
(54%,0%,59%,21%)
(0.54/0.00/0.59/0.21)	

CMYK percentages

%53.73
%0
%59.2
%21.18

Codes

Color #5DC952 in popluar color models

5DC952
RGB9320182
HSL114°52.42%55.49%
HSB/HSV114°59.20%78.82%
CMYK53.73%0.00%59.20%
21.18%

Color #5DC952 in popluar number systems.

HEX5DC952
Decimal9320182
Binary1011101110010011010010
Octal135311122

Shades and tints

Shades of #5DC952

#5DC952
(93,201,82)
#55B74B
(85,183,75)
#4DA544
(77,165,68)
#45933D
(69,147,61)
#3D8136
(61,129,54)
#356F2F
(53,111,47)
#2D5D28
(45,93,40)
#254B21
(37,75,33)
#1D391A
(29,57,26)
#152713
(21,39,19)
#0D150C
(13,21,12)
#000000
(0,0,0)

Tints of #5DC952

#5DC952
(93,201,82)
#6BCD61
(107,205,97)
#79D170
(121,209,112)
#87D57F
(135,213,127)
#95D98E
(149,217,142)
#A3DD9D
(163,221,157)
#B1E1AC
(177,225,172)
#BFE5BB
(191,229,187)
#CDE9CA
(205,233,202)
#DBEDD9
(219,237,217)
#E9F1E8
(233,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DC952; }

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

This text font color is #5DC952.


Background Color

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

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

This div background color is #5DC952.


Border color

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

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

This div border color is #5DC952.


Opacity

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

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

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

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

This text has shadow with #5DC952 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DC952 on black background.


Color preview on white background

This text has color #5DC952 on white background.



Black color preview on #5DC952 background

This text has black color on #5DC952 background.


White color preview on #5DC952 background

This text has white color on #5DC952 background.