COLOR #5DCC45

HEX: #5DCC45 RGB: (93,204,69)

Color info

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

RGB color model

#5DCC45 color RGB value is (93,204,69).

RGB: (93,204,69) (36%, 80%, 27%)

RGB channels and saturation

R 93 of 255 = 36%
G 204 of 255 = 80%
B 69 of 255 = 27%

93
204
69

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

Portions of RGB colors in percentages

R + G + B = 93 + 204 + 69 = 366 (100%)
R 93 of 366 ~ 25.41%
G 204 of 366 ~ 55.74%
B 69 of 366 ~ 18.85'%

%25.41
%55.74
%18.85

CMYK color model

#5DCC45 color CMYK value is (54,0,66,20).

  • cyan value is 54.41%
  • magenta value is 0.00%
  • yellow value is 66.18%
  • key color value is 20.00%

CMYK: (54,0,66,20)
C54M0Y66K20 (54%, 0%, 66%, 20%)
(0.54 / 0.00 / 0.66 / 0.20)

CMYK percentages

%54.41
%0
%66.18
%20

Codes

Color #5DCC45 in popluar color models

5D CC 45
RGB 93 204 69
HSL 109° 56.96% 53.53%
HSB/HSV 109° 66.18% 80.00%
CMYK 54.41% 0.00% 66.18%
20.00%

Color #5DCC45 in popluar number systems.

HEX 5D CC 45
Decimal 93 204 69
Binary 1011101 11001100 1000101
Octal 135 314 105

Shades and tints

Shades of #5DCC45

#5DCC45
(93,204,69)
#55BA3F
(85,186,63)
#4DA839
(77,168,57)
#459633
(69,150,51)
#3D842D
(61,132,45)
#357227
(53,114,39)
#2D6021
(45,96,33)
#254E1B
(37,78,27)
#1D3C15
(29,60,21)
#152A0F
(21,42,15)
#0D1809
(13,24,9)
#000000
(0,0,0)

Tints of #5DCC45

#5DCC45
(93,204,69)
#6BD055
(107,208,85)
#79D465
(121,212,101)
#87D875
(135,216,117)
#95DC85
(149,220,133)
#A3E095
(163,224,149)
#B1E4A5
(177,228,165)
#BFE8B5
(191,232,181)
#CDECC5
(205,236,197)
#DBF0D5
(219,240,213)
#E9F4E5
(233,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DCC45 color. Also use rgb(93,204,69) instead hex code.

Text Font Color

.myTextColor { color: #5DCC45; }

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

This text font color is #5DCC45.

Background Color

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

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

This div background color is #5DCC45.

Border color

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

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

This div border color is #5DCC45.

Opacity

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

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

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

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

This text has shadow with #5DCC45 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DCC45.

Preview

Color preview on black background

This text has color #5DCC45 on black background.


Color preview on white background

This text has color #5DCC45 on white background.


Black color preview on #5DCC45 background

This text has black color on #5DCC45 background.


White color preview on #5DCC45 background

This text has white color on #5DCC45 background.


Related colors

Complementary color

Complementary color for #5DCC45 is #A233BA.


I love getcolorcode.com

Triadic colors

1 #455DCC and #CC455D with #5DCC45 are triadic colors.

2 #45CC5D and #CC5D45 with #5DCC45 are triadic colors.