COLOR #5DC523

HEX: #5DC523
RGB: (93,197,35)

Color info

#5DC523 contains mainly green color. Web safe color of #5DC523 is #66CC33 (or #6C3).

RGB color model

#5DC523 color RGB value is (93,197,35).

  • red value is 93;
  • green value is 197;
  • blue value is 35.
RGB:
(93,197,35)
(36%,77%,14%)

RGB channels and saturation

R 93 of 255 = 36%
G 197 of 255 = 77%
B 35 of 255 = 14%

93
197
35

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

Portions of RGB colors in percentages

R + G + B =
93 + 197 + 35 = 325 (100%)
R 93 of 325 ~ 28.62%
G 197 of 325 ~ 60.62%
B 35 of 325 ~ 10.77%

%28.62
%60.62
%10.77

CMYK color model

#5DC523 color CMYK value is (53,0,82,23).

  • cyan value is 52.79%
  • magenta value is 0.00%
  • yellow value is 82.23%
  • key color value is 22.75%
CMYK:
(53,0,82,23)
C53M0Y82K23 
(53%,0%,82%,23%)
(0.53/0.00/0.82/0.23)	

CMYK percentages

%52.79
%0
%82.23
%22.75

Codes

Color #5DC523 in popluar color models

5DC523
RGB9319735
HSL99°69.83%45.49%
HSB/HSV99°82.23%77.25%
CMYK52.79%0.00%82.23%
22.75%

Color #5DC523 in popluar number systems.

HEX5DC523
Decimal9319735
Binary101110111000101100011
Octal13530543

Shades and tints

Shades of #5DC523

#5DC523
(93,197,35)
#55B420
(85,180,32)
#4DA31D
(77,163,29)
#45921A
(69,146,26)
#3D8117
(61,129,23)
#357014
(53,112,20)
#2D5F11
(45,95,17)
#254E0E
(37,78,14)
#1D3D0B
(29,61,11)
#152C08
(21,44,8)
#0D1B05
(13,27,5)
#000000
(0,0,0)

Tints of #5DC523

#5DC523
(93,197,35)
#6BCA37
(107,202,55)
#79CF4B
(121,207,75)
#87D45F
(135,212,95)
#95D973
(149,217,115)
#A3DE87
(163,222,135)
#B1E39B
(177,227,155)
#BFE8AF
(191,232,175)
#CDEDC3
(205,237,195)
#DBF2D7
(219,242,215)
#E9F7EB
(233,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DC523 color. Also use rgb(93,197,35) instead hex code.

Text Font Color

.myTextColor { color: #5DC523; }

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

This text font color is #5DC523.


Background Color

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

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

This div background color is #5DC523.


Border color

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

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

This div border color is #5DC523.


Opacity

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

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

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

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

This text has shadow with #5DC523 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DC523 on black background.


Color preview on white background

This text has color #5DC523 on white background.



Black color preview on #5DC523 background

This text has black color on #5DC523 background.


White color preview on #5DC523 background

This text has white color on #5DC523 background.