COLOR #5CCA80

HEX: #5CCA80 RGB: (92,202,128)

Color info

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

RGB color model

#5CCA80 color RGB value is (92,202,128).

RGB: (92,202,128) (36%, 79%, 50%)

RGB channels and saturation

R 92 of 255 = 36%
G 202 of 255 = 79%
B 128 of 255 = 50%

92
202
128

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

Portions of RGB colors in percentages

R + G + B = 92 + 202 + 128 = 422 (100%)
R 92 of 422 ~ 21.8%
G 202 of 422 ~ 47.87%
B 128 of 422 ~ 30.33'%

%21.8
%47.87
%30.33

CMYK color model

#5CCA80 color CMYK value is (54,0,37,21).

  • cyan value is 54.46%
  • magenta value is 0.00%
  • yellow value is 36.63%
  • key color value is 20.78%

CMYK: (54,0,37,21)
C54M0Y37K21 (54%, 0%, 37%, 21%)
(0.54 / 0.00 / 0.37 / 0.21)

CMYK percentages

%54.46
%0
%36.63
%20.78

Codes

Color #5CCA80 in popluar color models

5C CA 80
RGB 92 202 128
HSL 140° 50.93% 57.65%
HSB/HSV 140° 54.46% 79.22%
CMYK 54.46% 0.00% 36.63%
20.78%

Color #5CCA80 in popluar number systems.

HEX 5C CA 80
Decimal 92 202 128
Binary 1011100 11001010 10000000
Octal 134 312 200

Shades and tints

Shades of #5CCA80

#5CCA80
(92,202,128)
#54B875
(84,184,117)
#4CA66A
(76,166,106)
#44945F
(68,148,95)
#3C8254
(60,130,84)
#347049
(52,112,73)
#2C5E3E
(44,94,62)
#244C33
(36,76,51)
#1C3A28
(28,58,40)
#14281D
(20,40,29)
#0C1612
(12,22,18)
#000000
(0,0,0)

Tints of #5CCA80

#5CCA80
(92,202,128)
#6ACE8B
(106,206,139)
#78D296
(120,210,150)
#86D6A1
(134,214,161)
#94DAAC
(148,218,172)
#A2DEB7
(162,222,183)
#B0E2C2
(176,226,194)
#BEE6CD
(190,230,205)
#CCEAD8
(204,234,216)
#DAEEE3
(218,238,227)
#E8F2EE
(232,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CCA80 color. Also use rgb(92,202,128) instead hex code.

Text Font Color

.myTextColor { color: #5CCA80; }

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

This text font color is #5CCA80.

Background Color

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

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

This div background color is #5CCA80.

Border color

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

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

This div border color is #5CCA80.

Opacity

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

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

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

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

This text has shadow with #5CCA80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5CCA80.

Preview

Color preview on black background

This text has color #5CCA80 on black background.


Color preview on white background

This text has color #5CCA80 on white background.


Black color preview on #5CCA80 background

This text has black color on #5CCA80 background.


White color preview on #5CCA80 background

This text has white color on #5CCA80 background.


Related colors

Complementary color

Complementary color for #hex is #A3357F.


I love getcolorcode.com

Triadic colors

1 #805CCA and #CA805C with #5CCA80 are triadic colors.

2 #80CA5C and #CA5C80 with #5CCA80 are triadic colors.