COLOR #5CC361

HEX: #5CC361
RGB: (92,195,97)

Color info

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

RGB color model

#5CC361 color RGB value is (92,195,97).

  • red value is 92;
  • green value is 195;
  • blue value is 97.
RGB:
(92,195,97)
(36%,76%,38%)

RGB channels and saturation

R 92 of 255 = 36%
G 195 of 255 = 76%
B 97 of 255 = 38%

92
195
97

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

Portions of RGB colors in percentages

R + G + B =
92 + 195 + 97 = 384 (100%)
R 92 of 384 ~ 23.96%
G 195 of 384 ~ 50.78%
B 97 of 384 ~ 25.26%

%23.96
%50.78
%25.26

CMYK color model

#5CC361 color CMYK value is (53,0,50,24).

  • cyan value is 52.82%
  • magenta value is 0.00%
  • yellow value is 50.26%
  • key color value is 23.53%
CMYK:
(53,0,50,24)
C53M0Y50K24 
(53%,0%,50%,24%)
(0.53/0.00/0.50/0.24)	

CMYK percentages

%52.82
%0
%50.26
%23.53

Codes

Color #5CC361 in popluar color models

5CC361
RGB9219597
HSL123°46.19%56.27%
HSB/HSV123°52.82%76.47%
CMYK52.82%0.00%50.26%
23.53%

Color #5CC361 in popluar number systems.

HEX5CC361
Decimal9219597
Binary1011100110000111100001
Octal134303141

Shades and tints

Shades of #5CC361

#5CC361
(92,195,97)
#54B259
(84,178,89)
#4CA151
(76,161,81)
#449049
(68,144,73)
#3C7F41
(60,127,65)
#346E39
(52,110,57)
#2C5D31
(44,93,49)
#244C29
(36,76,41)
#1C3B21
(28,59,33)
#142A19
(20,42,25)
#0C1911
(12,25,17)
#000000
(0,0,0)

Tints of #5CC361

#5CC361
(92,195,97)
#6AC86F
(106,200,111)
#78CD7D
(120,205,125)
#86D28B
(134,210,139)
#94D799
(148,215,153)
#A2DCA7
(162,220,167)
#B0E1B5
(176,225,181)
#BEE6C3
(190,230,195)
#CCEBD1
(204,235,209)
#DAF0DF
(218,240,223)
#E8F5ED
(232,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CC361 color. Also use rgb(92,195,97) instead hex code.

Text Font Color

.myTextColor { color: #5CC361; }

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

This text font color is #5CC361.


Background Color

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

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

This div background color is #5CC361.


Border color

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

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

This div border color is #5CC361.


Opacity

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

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

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

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

This text has shadow with #5CC361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CC361 on black background.


Color preview on white background

This text has color #5CC361 on white background.



Black color preview on #5CC361 background

This text has black color on #5CC361 background.


White color preview on #5CC361 background

This text has white color on #5CC361 background.