COLOR #5CCB77

HEX: #5CCB77 RGB: (92,203,119)

Color info

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

RGB color model

#5CCB77 color RGB value is (92,203,119).

RGB: (92,203,119) (36%, 80%, 47%)

RGB channels and saturation

R 92 of 255 = 36%
G 203 of 255 = 80%
B 119 of 255 = 47%

92
203
119

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

Portions of RGB colors in percentages

R + G + B = 92 + 203 + 119 = 414 (100%)
R 92 of 414 ~ 22.22%
G 203 of 414 ~ 49.03%
B 119 of 414 ~ 28.74'%

%22.22
%49.03
%28.74

CMYK color model

#5CCB77 color CMYK value is (55,0,41,20).

  • cyan value is 54.68%
  • magenta value is 0.00%
  • yellow value is 41.38%
  • key color value is 20.39%

CMYK: (55,0,41,20)
C55M0Y41K20 (55%, 0%, 41%, 20%)
(0.55 / 0.00 / 0.41 / 0.20)

CMYK percentages

%54.68
%0
%41.38
%20.39

Codes

Color #5CCB77 in popluar color models

5C CB 77
RGB 92 203 119
HSL 135° 51.63% 57.84%
HSB/HSV 135° 54.68% 79.61%
CMYK 54.68% 0.00% 41.38%
20.39%

Color #5CCB77 in popluar number systems.

HEX 5C CB 77
Decimal 92 203 119
Binary 1011100 11001011 1110111
Octal 134 313 167

Shades and tints

Shades of #5CCB77

#5CCB77
(92,203,119)
#54B96D
(84,185,109)
#4CA763
(76,167,99)
#449559
(68,149,89)
#3C834F
(60,131,79)
#347145
(52,113,69)
#2C5F3B
(44,95,59)
#244D31
(36,77,49)
#1C3B27
(28,59,39)
#14291D
(20,41,29)
#0C1713
(12,23,19)
#000000
(0,0,0)

Tints of #5CCB77

#5CCB77
(92,203,119)
#6ACF83
(106,207,131)
#78D38F
(120,211,143)
#86D79B
(134,215,155)
#94DBA7
(148,219,167)
#A2DFB3
(162,223,179)
#B0E3BF
(176,227,191)
#BEE7CB
(190,231,203)
#CCEBD7
(204,235,215)
#DAEFE3
(218,239,227)
#E8F3EF
(232,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CCB77 color. Also use rgb(92,203,119) instead hex code.

Text Font Color

.myTextColor { color: #5CCB77; }

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

This text font color is #5CCB77.

Background Color

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

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

This div background color is #5CCB77.

Border color

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

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

This div border color is #5CCB77.

Opacity

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

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

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

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

This text has shadow with #5CCB77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5CCB77.

Preview

Color preview on black background

This text has color #5CCB77 on black background.


Color preview on white background

This text has color #5CCB77 on white background.


Black color preview on #5CCB77 background

This text has black color on #5CCB77 background.


White color preview on #5CCB77 background

This text has white color on #5CCB77 background.


Related colors

Complementary color

Complementary color for #hex is #A33488.


I love getcolorcode.com

Triadic colors

1 #775CCB and #CB775C with #5CCB77 are triadic colors.

2 #77CB5C and #CB5C77 with #5CCB77 are triadic colors.