COLOR #5CC346

HEX: #5CC346
RGB: (92,195,70)

Color info

#5CC346 contains mainly green color. Web safe color of #5CC346 is #66CC33 (or #6C3).

RGB color model

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

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

RGB channels and saturation

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

92
195
70

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

Portions of RGB colors in percentages

R + G + B =
92 + 195 + 70 = 357 (100%)
R 92 of 357 ~ 25.77%
G 195 of 357 ~ 54.62%
B 70 of 357 ~ 19.61%

%25.77
%54.62
%19.61

CMYK color model

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

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

CMYK percentages

%52.82
%0
%64.1
%23.53

Codes

Color #5CC346 in popluar color models

5CC346
RGB9219570
HSL109°51.02%51.96%
HSB/HSV109°64.10%76.47%
CMYK52.82%0.00%64.10%
23.53%

Color #5CC346 in popluar number systems.

HEX5CC346
Decimal9219570
Binary1011100110000111000110
Octal134303106

Shades and tints

Shades of #5CC346

#5CC346
(92,195,70)
#54B240
(84,178,64)
#4CA13A
(76,161,58)
#449034
(68,144,52)
#3C7F2E
(60,127,46)
#346E28
(52,110,40)
#2C5D22
(44,93,34)
#244C1C
(36,76,28)
#1C3B16
(28,59,22)
#142A10
(20,42,16)
#0C190A
(12,25,10)
#000000
(0,0,0)

Tints of #5CC346

#5CC346
(92,195,70)
#6AC856
(106,200,86)
#78CD66
(120,205,102)
#86D276
(134,210,118)
#94D786
(148,215,134)
#A2DC96
(162,220,150)
#B0E1A6
(176,225,166)
#BEE6B6
(190,230,182)
#CCEBC6
(204,235,198)
#DAF0D6
(218,240,214)
#E8F5E6
(232,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CC346; }

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

This text font color is #5CC346.


Background Color

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

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

This div background color is #5CC346.


Border color

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

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

This div border color is #5CC346.


Opacity

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

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

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

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

This text has shadow with #5CC346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CC346 on black background.


Color preview on white background

This text has color #5CC346 on white background.



Black color preview on #5CC346 background

This text has black color on #5CC346 background.


White color preview on #5CC346 background

This text has white color on #5CC346 background.