COLOR #5DC566

HEX: #5DC566 RGB: (93,197,102)

Color info

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

RGB color model

#5DC566 color RGB value is (93,197,102).

RGB: (93,197,102) (36%, 77%, 40%)

RGB channels and saturation

R 93 of 255 = 36%
G 197 of 255 = 77%
B 102 of 255 = 40%

93
197
102

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

Portions of RGB colors in percentages

R + G + B = 93 + 197 + 102 = 392 (100%)
R 93 of 392 ~ 23.72%
G 197 of 392 ~ 50.26%
B 102 of 392 ~ 26.02'%

%23.72
%50.26
%26.02

CMYK color model

#5DC566 color CMYK value is (53,0,48,23).

  • cyan value is 52.79%
  • magenta value is 0.00%
  • yellow value is 48.22%
  • key color value is 22.75%

CMYK: (53,0,48,23)
C53M0Y48K23 (53%, 0%, 48%, 23%)
(0.53 / 0.00 / 0.48 / 0.23)

CMYK percentages

%52.79
%0
%48.22
%22.75

Codes

Color #5DC566 in popluar color models

5D C5 66
RGB 93 197 102
HSL 125° 47.27% 56.86%
HSB/HSV 125° 52.79% 77.25%
CMYK 52.79% 0.00% 48.22%
22.75%

Color #5DC566 in popluar number systems.

HEX 5D C5 66
Decimal 93 197 102
Binary 1011101 11000101 1100110
Octal 135 305 146

Shades and tints

Shades of #5DC566

#5DC566
(93,197,102)
#55B45D
(85,180,93)
#4DA354
(77,163,84)
#45924B
(69,146,75)
#3D8142
(61,129,66)
#357039
(53,112,57)
#2D5F30
(45,95,48)
#254E27
(37,78,39)
#1D3D1E
(29,61,30)
#152C15
(21,44,21)
#0D1B0C
(13,27,12)
#000000
(0,0,0)

Tints of #5DC566

#5DC566
(93,197,102)
#6BCA73
(107,202,115)
#79CF80
(121,207,128)
#87D48D
(135,212,141)
#95D99A
(149,217,154)
#A3DEA7
(163,222,167)
#B1E3B4
(177,227,180)
#BFE8C1
(191,232,193)
#CDEDCE
(205,237,206)
#DBF2DB
(219,242,219)
#E9F7E8
(233,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DC566; }

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

This text font color is #5DC566.

Background Color

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

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

This div background color is #5DC566.

Border color

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

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

This div border color is #5DC566.

Opacity

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

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

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

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

This text has shadow with #5DC566 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DC566.

Preview

Color preview on black background

This text has color #5DC566 on black background.


Color preview on white background

This text has color #5DC566 on white background.


Black color preview on #5DC566 background

This text has black color on #5DC566 background.


White color preview on #5DC566 background

This text has white color on #5DC566 background.


Related colors

Complementary color

Complementary color for #hex is #A23A99.


I love getcolorcode.com

Triadic colors

1 #665DC5 and #C5665D with #5DC566 are triadic colors.

2 #66C55D and #C55D66 with #5DC566 are triadic colors.