COLOR #5CEB8D

HEX: #5CEB8D
RGB: (92,235,141)

Color info

#5CEB8D contains mainly green color. Web safe color of #5CEB8D is #66FF99 (or #6F9).

RGB color model

#5CEB8D color RGB value is (92,235,141).

  • red value is 92;
  • green value is 235;
  • blue value is 141.
RGB:
(92,235,141)
(36%,92%,55%)

RGB channels and saturation

R 92 of 255 = 36%
G 235 of 255 = 92%
B 141 of 255 = 55%

92
235
141

R + G + B ~ 61%. #5CEB8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
92 + 235 + 141 = 468 (100%)
R 92 of 468 ~ 19.66%
G 235 of 468 ~ 50.21%
B 141 of 468 ~ 30.13%

%19.66
%50.21
%30.13

CMYK color model

#5CEB8D color CMYK value is (61,0,40,8).

  • cyan value is 60.85%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 7.84%
CMYK:
(61,0,40,8)
C61M0Y40K8 
(61%,0%,40%,8%)
(0.61/0.00/0.40/0.08)	

CMYK percentages

%60.85
%0
%40
%7.84

Codes

Color #5CEB8D in popluar color models

5CEB8D
RGB92235141
HSL141°78.14%64.12%
HSB/HSV141°60.85%92.16%
CMYK60.85%0.00%40.00%
7.84%

Color #5CEB8D in popluar number systems.

HEX5CEB8D
Decimal92235141
Binary10111001110101110001101
Octal134353215

Shades and tints

Shades of #5CEB8D

#5CEB8D
(92,235,141)
#54D681
(84,214,129)
#4CC175
(76,193,117)
#44AC69
(68,172,105)
#3C975D
(60,151,93)
#348251
(52,130,81)
#2C6D45
(44,109,69)
#245839
(36,88,57)
#1C432D
(28,67,45)
#142E21
(20,46,33)
#0C1915
(12,25,21)
#000000
(0,0,0)

Tints of #5CEB8D

#5CEB8D
(92,235,141)
#6AEC97
(106,236,151)
#78EDA1
(120,237,161)
#86EEAB
(134,238,171)
#94EFB5
(148,239,181)
#A2F0BF
(162,240,191)
#B0F1C9
(176,241,201)
#BEF2D3
(190,242,211)
#CCF3DD
(204,243,221)
#DAF4E7
(218,244,231)
#E8F5F1
(232,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CEB8D; }

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

This text font color is #5CEB8D.


Background Color

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

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

This div background color is #5CEB8D.


Border color

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

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

This div border color is #5CEB8D.


Opacity

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

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

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

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

This text has shadow with #5CEB8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CEB8D on black background.


Color preview on white background

This text has color #5CEB8D on white background.



Black color preview on #5CEB8D background

This text has black color on #5CEB8D background.


White color preview on #5CEB8D background

This text has white color on #5CEB8D background.