COLOR #5CC958

HEX: #5CC958
RGB: (92,201,88)

Color info

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

RGB color model

#5CC958 color RGB value is (92,201,88).

  • red value is 92;
  • green value is 201;
  • blue value is 88.
RGB:
(92,201,88)
(36%,79%,35%)

RGB channels and saturation

R 92 of 255 = 36%
G 201 of 255 = 79%
B 88 of 255 = 35%

92
201
88

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

Portions of RGB colors in percentages

R + G + B =
92 + 201 + 88 = 381 (100%)
R 92 of 381 ~ 24.15%
G 201 of 381 ~ 52.76%
B 88 of 381 ~ 23.1%

%24.15
%52.76
%23.1

CMYK color model

#5CC958 color CMYK value is (54,0,56,21).

  • cyan value is 54.23%
  • magenta value is 0.00%
  • yellow value is 56.22%
  • key color value is 21.18%
CMYK:
(54,0,56,21)
C54M0Y56K21 
(54%,0%,56%,21%)
(0.54/0.00/0.56/0.21)	

CMYK percentages

%54.23
%0
%56.22
%21.18

Codes

Color #5CC958 in popluar color models

5CC958
RGB9220188
HSL118°51.13%56.67%
HSB/HSV118°56.22%78.82%
CMYK54.23%0.00%56.22%
21.18%

Color #5CC958 in popluar number systems.

HEX5CC958
Decimal9220188
Binary1011100110010011011000
Octal134311130

Shades and tints

Shades of #5CC958

#5CC958
(92,201,88)
#54B750
(84,183,80)
#4CA548
(76,165,72)
#449340
(68,147,64)
#3C8138
(60,129,56)
#346F30
(52,111,48)
#2C5D28
(44,93,40)
#244B20
(36,75,32)
#1C3918
(28,57,24)
#142710
(20,39,16)
#0C1508
(12,21,8)
#000000
(0,0,0)

Tints of #5CC958

#5CC958
(92,201,88)
#6ACD67
(106,205,103)
#78D176
(120,209,118)
#86D585
(134,213,133)
#94D994
(148,217,148)
#A2DDA3
(162,221,163)
#B0E1B2
(176,225,178)
#BEE5C1
(190,229,193)
#CCE9D0
(204,233,208)
#DAEDDF
(218,237,223)
#E8F1EE
(232,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CC958; }

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

This text font color is #5CC958.


Background Color

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

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

This div background color is #5CC958.


Border color

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

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

This div border color is #5CC958.


Opacity

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

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

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

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

This text has shadow with #5CC958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CC958 on black background.


Color preview on white background

This text has color #5CC958 on white background.



Black color preview on #5CC958 background

This text has black color on #5CC958 background.


White color preview on #5CC958 background

This text has white color on #5CC958 background.