COLOR #5DCE53

HEX: #5DCE53 RGB: (93,206,83)

Color info

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

RGB color model

#5DCE53 color RGB value is (93,206,83).

RGB: (93,206,83) (36%, 81%, 33%)

RGB channels and saturation

R 93 of 255 = 36%
G 206 of 255 = 81%
B 83 of 255 = 33%

93
206
83

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

Portions of RGB colors in percentages

R + G + B = 93 + 206 + 83 = 382 (100%)
R 93 of 382 ~ 24.35%
G 206 of 382 ~ 53.93%
B 83 of 382 ~ 21.73'%

%24.35
%53.93
%21.73

CMYK color model

#5DCE53 color CMYK value is (55,0,60,19).

  • cyan value is 54.85%
  • magenta value is 0.00%
  • yellow value is 59.71%
  • key color value is 19.22%

CMYK: (55,0,60,19)
C55M0Y60K19 (55%, 0%, 60%, 19%)
(0.55 / 0.00 / 0.60 / 0.19)

CMYK percentages

%54.85
%0
%59.71
%19.22

Codes

Color #5DCE53 in popluar color models

5D CE 53
RGB 93 206 83
HSL 115° 55.66% 56.67%
HSB/HSV 115° 59.71% 80.78%
CMYK 54.85% 0.00% 59.71%
19.22%

Color #5DCE53 in popluar number systems.

HEX 5D CE 53
Decimal 93 206 83
Binary 1011101 11001110 1010011
Octal 135 316 123

Shades and tints

Shades of #5DCE53

#5DCE53
(93,206,83)
#55BC4C
(85,188,76)
#4DAA45
(77,170,69)
#45983E
(69,152,62)
#3D8637
(61,134,55)
#357430
(53,116,48)
#2D6229
(45,98,41)
#255022
(37,80,34)
#1D3E1B
(29,62,27)
#152C14
(21,44,20)
#0D1A0D
(13,26,13)
#000000
(0,0,0)

Tints of #5DCE53

#5DCE53
(93,206,83)
#6BD262
(107,210,98)
#79D671
(121,214,113)
#87DA80
(135,218,128)
#95DE8F
(149,222,143)
#A3E29E
(163,226,158)
#B1E6AD
(177,230,173)
#BFEABC
(191,234,188)
#CDEECB
(205,238,203)
#DBF2DA
(219,242,218)
#E9F6E9
(233,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DCE53 color. Also use rgb(93,206,83) instead hex code.

Text Font Color

.myTextColor { color: #5DCE53; }

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

This text font color is #5DCE53.

Background Color

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

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

This div background color is #5DCE53.

Border color

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

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

This div border color is #5DCE53.

Opacity

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

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

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

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

This text has shadow with #5DCE53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DCE53.

Preview

Color preview on black background

This text has color #5DCE53 on black background.


Color preview on white background

This text has color #5DCE53 on white background.


Black color preview on #5DCE53 background

This text has black color on #5DCE53 background.


White color preview on #5DCE53 background

This text has white color on #5DCE53 background.


Related colors

Complementary color

Complementary color for #hex is #A231AC.


I love getcolorcode.com

Triadic colors

1 #535DCE and #CE535D with #5DCE53 are triadic colors.

2 #53CE5D and #CE5D53 with #5DCE53 are triadic colors.