COLOR #5CC498

HEX: #5CC498
RGB: (92,196,152)

Color info

#5CC498 contains mainly green and blue colors. Web safe color of #5CC498 is #66CC99 (or #6C9).

RGB color model

#5CC498 color RGB value is (92,196,152).

  • red value is 92;
  • green value is 196;
  • blue value is 152.
RGB:
(92,196,152)
(36%,77%,60%)

RGB channels and saturation

R 92 of 255 = 36%
G 196 of 255 = 77%
B 152 of 255 = 60%

92
196
152

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

Portions of RGB colors in percentages

R + G + B =
92 + 196 + 152 = 440 (100%)
R 92 of 440 ~ 20.91%
G 196 of 440 ~ 44.55%
B 152 of 440 ~ 34.55%

%20.91
%44.55
%34.55

CMYK color model

#5CC498 color CMYK value is (53,0,22,23).

  • cyan value is 53.06%
  • magenta value is 0.00%
  • yellow value is 22.45%
  • key color value is 23.14%
CMYK:
(53,0,22,23)
C53M0Y22K23 
(53%,0%,22%,23%)
(0.53/0.00/0.22/0.23)	

CMYK percentages

%53.06
%0
%22.45
%23.14

Codes

Color #5CC498 in popluar color models

5CC498
RGB92196152
HSL155°46.85%56.47%
HSB/HSV155°53.06%76.86%
CMYK53.06%0.00%22.45%
23.14%

Color #5CC498 in popluar number systems.

HEX5CC498
Decimal92196152
Binary10111001100010010011000
Octal134304230

Shades and tints

Shades of #5CC498

#5CC498
(92,196,152)
#54B38B
(84,179,139)
#4CA27E
(76,162,126)
#449171
(68,145,113)
#3C8064
(60,128,100)
#346F57
(52,111,87)
#2C5E4A
(44,94,74)
#244D3D
(36,77,61)
#1C3C30
(28,60,48)
#142B23
(20,43,35)
#0C1A16
(12,26,22)
#000000
(0,0,0)

Tints of #5CC498

#5CC498
(92,196,152)
#6AC9A1
(106,201,161)
#78CEAA
(120,206,170)
#86D3B3
(134,211,179)
#94D8BC
(148,216,188)
#A2DDC5
(162,221,197)
#B0E2CE
(176,226,206)
#BEE7D7
(190,231,215)
#CCECE0
(204,236,224)
#DAF1E9
(218,241,233)
#E8F6F2
(232,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CC498; }

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

This text font color is #5CC498.


Background Color

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

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

This div background color is #5CC498.


Border color

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

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

This div border color is #5CC498.


Opacity

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

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

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

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

This text has shadow with #5CC498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CC498 on black background.


Color preview on white background

This text has color #5CC498 on white background.



Black color preview on #5CC498 background

This text has black color on #5CC498 background.


White color preview on #5CC498 background

This text has white color on #5CC498 background.