COLOR #5CC35C

HEX: #5CC35C
RGB: (92,195,92)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

92
195
92

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

Portions of RGB colors in percentages

R + G + B =
92 + 195 + 92 = 379 (100%)
R 92 of 379 ~ 24.27%
G 195 of 379 ~ 51.45%
B 92 of 379 ~ 24.27%

%24.27
%51.45
%24.27

CMYK color model

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

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

CMYK percentages

%52.82
%0
%52.82
%23.53

Codes

Color #5CC35C in popluar color models

5CC35C
RGB9219592
HSL120°46.19%56.27%
HSB/HSV120°52.82%76.47%
CMYK52.82%0.00%52.82%
23.53%

Color #5CC35C in popluar number systems.

HEX5CC35C
Decimal9219592
Binary1011100110000111011100
Octal134303134

Shades and tints

Shades of #5CC35C

#5CC35C
(92,195,92)
#54B254
(84,178,84)
#4CA14C
(76,161,76)
#449044
(68,144,68)
#3C7F3C
(60,127,60)
#346E34
(52,110,52)
#2C5D2C
(44,93,44)
#244C24
(36,76,36)
#1C3B1C
(28,59,28)
#142A14
(20,42,20)
#0C190C
(12,25,12)
#000000
(0,0,0)

Tints of #5CC35C

#5CC35C
(92,195,92)
#6AC86A
(106,200,106)
#78CD78
(120,205,120)
#86D286
(134,210,134)
#94D794
(148,215,148)
#A2DCA2
(162,220,162)
#B0E1B0
(176,225,176)
#BEE6BE
(190,230,190)
#CCEBCC
(204,235,204)
#DAF0DA
(218,240,218)
#E8F5E8
(232,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CC35C; }

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

This text font color is #5CC35C.


Background Color

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

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

This div background color is #5CC35C.


Border color

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

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

This div border color is #5CC35C.


Opacity

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

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

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

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

This text has shadow with #5CC35C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CC35C on black background.


Color preview on white background

This text has color #5CC35C on white background.



Black color preview on #5CC35C background

This text has black color on #5CC35C background.


White color preview on #5CC35C background

This text has white color on #5CC35C background.