COLOR #5CEB9F

HEX: #5CEB9F
RGB: (92,235,159)

Color info

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

RGB color model

#5CEB9F color RGB value is (92,235,159).

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

RGB channels and saturation

R 92 of 255 = 36%
G 235 of 255 = 92%
B 159 of 255 = 62%

92
235
159

R + G + B ~ 63%. #5CEB9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
92 + 235 + 159 = 486 (100%)
R 92 of 486 ~ 18.93%
G 235 of 486 ~ 48.35%
B 159 of 486 ~ 32.72%

%18.93
%48.35
%32.72

CMYK color model

#5CEB9F color CMYK value is (61,0,32,8).

  • cyan value is 60.85%
  • magenta value is 0.00%
  • yellow value is 32.34%
  • key color value is 7.84%
CMYK:
(61,0,32,8)
C61M0Y32K8 
(61%,0%,32%,8%)
(0.61/0.00/0.32/0.08)	

CMYK percentages

%60.85
%0
%32.34
%7.84

Codes

Color #5CEB9F in popluar color models

5CEB9F
RGB92235159
HSL148°78.14%64.12%
HSB/HSV148°60.85%92.16%
CMYK60.85%0.00%32.34%
7.84%

Color #5CEB9F in popluar number systems.

HEX5CEB9F
Decimal92235159
Binary10111001110101110011111
Octal134353237

Shades and tints

Shades of #5CEB9F

#5CEB9F
(92,235,159)
#54D691
(84,214,145)
#4CC183
(76,193,131)
#44AC75
(68,172,117)
#3C9767
(60,151,103)
#348259
(52,130,89)
#2C6D4B
(44,109,75)
#24583D
(36,88,61)
#1C432F
(28,67,47)
#142E21
(20,46,33)
#0C1913
(12,25,19)
#000000
(0,0,0)

Tints of #5CEB9F

#5CEB9F
(92,235,159)
#6AECA7
(106,236,167)
#78EDAF
(120,237,175)
#86EEB7
(134,238,183)
#94EFBF
(148,239,191)
#A2F0C7
(162,240,199)
#B0F1CF
(176,241,207)
#BEF2D7
(190,242,215)
#CCF3DF
(204,243,223)
#DAF4E7
(218,244,231)
#E8F5EF
(232,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CEB9F; }

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

This text font color is #5CEB9F.


Background Color

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

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

This div background color is #5CEB9F.


Border color

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

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

This div border color is #5CEB9F.


Opacity

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

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

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

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

This text has shadow with #5CEB9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CEB9F on black background.


Color preview on white background

This text has color #5CEB9F on white background.



Black color preview on #5CEB9F background

This text has black color on #5CEB9F background.


White color preview on #5CEB9F background

This text has white color on #5CEB9F background.