COLOR #5CC25B

HEX: #5CC25B
RGB: (92,194,91)

Color info

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

RGB color model

#5CC25B color RGB value is (92,194,91).

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

RGB channels and saturation

R 92 of 255 = 36%
G 194 of 255 = 76%
B 91 of 255 = 36%

92
194
91

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

Portions of RGB colors in percentages

R + G + B =
92 + 194 + 91 = 377 (100%)
R 92 of 377 ~ 24.4%
G 194 of 377 ~ 51.46%
B 91 of 377 ~ 24.14%

%24.4
%51.46
%24.14

CMYK color model

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

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

CMYK percentages

%52.58
%0
%53.09
%23.92

Codes

Color #5CC25B in popluar color models

5CC25B
RGB9219491
HSL119°45.78%55.88%
HSB/HSV119°53.09%76.08%
CMYK52.58%0.00%53.09%
23.92%

Color #5CC25B in popluar number systems.

HEX5CC25B
Decimal9219491
Binary1011100110000101011011
Octal134302133

Shades and tints

Shades of #5CC25B

#5CC25B
(92,194,91)
#54B153
(84,177,83)
#4CA04B
(76,160,75)
#448F43
(68,143,67)
#3C7E3B
(60,126,59)
#346D33
(52,109,51)
#2C5C2B
(44,92,43)
#244B23
(36,75,35)
#1C3A1B
(28,58,27)
#142913
(20,41,19)
#0C180B
(12,24,11)
#000000
(0,0,0)

Tints of #5CC25B

#5CC25B
(92,194,91)
#6AC769
(106,199,105)
#78CC77
(120,204,119)
#86D185
(134,209,133)
#94D693
(148,214,147)
#A2DBA1
(162,219,161)
#B0E0AF
(176,224,175)
#BEE5BD
(190,229,189)
#CCEACB
(204,234,203)
#DAEFD9
(218,239,217)
#E8F4E7
(232,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CC25B; }

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

This text font color is #5CC25B.


Background Color

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

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

This div background color is #5CC25B.


Border color

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

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

This div border color is #5CC25B.


Opacity

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

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

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

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

This text has shadow with #5CC25B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CC25B on black background.


Color preview on white background

This text has color #5CC25B on white background.



Black color preview on #5CC25B background

This text has black color on #5CC25B background.


White color preview on #5CC25B background

This text has white color on #5CC25B background.