COLOR #5CE88F

HEX: #5CE88F
RGB: (92,232,143)

Color info

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

RGB color model

#5CE88F color RGB value is (92,232,143).

  • red value is 92;
  • green value is 232;
  • blue value is 143.
RGB:
(92,232,143)
(36%,91%,56%)

RGB channels and saturation

R 92 of 255 = 36%
G 232 of 255 = 91%
B 143 of 255 = 56%

92
232
143

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

Portions of RGB colors in percentages

R + G + B =
92 + 232 + 143 = 467 (100%)
R 92 of 467 ~ 19.7%
G 232 of 467 ~ 49.68%
B 143 of 467 ~ 30.62%

%19.7
%49.68
%30.62

CMYK color model

#5CE88F color CMYK value is (60,0,38,9).

  • cyan value is 60.34%
  • magenta value is 0.00%
  • yellow value is 38.36%
  • key color value is 9.02%
CMYK:
(60,0,38,9)
C60M0Y38K9 
(60%,0%,38%,9%)
(0.60/0.00/0.38/0.09)	

CMYK percentages

%60.34
%0
%38.36
%9.02

Codes

Color #5CE88F in popluar color models

5CE88F
RGB92232143
HSL142°75.27%63.53%
HSB/HSV142°60.34%90.98%
CMYK60.34%0.00%38.36%
9.02%

Color #5CE88F in popluar number systems.

HEX5CE88F
Decimal92232143
Binary10111001110100010001111
Octal134350217

Shades and tints

Shades of #5CE88F

#5CE88F
(92,232,143)
#54D382
(84,211,130)
#4CBE75
(76,190,117)
#44A968
(68,169,104)
#3C945B
(60,148,91)
#347F4E
(52,127,78)
#2C6A41
(44,106,65)
#245534
(36,85,52)
#1C4027
(28,64,39)
#142B1A
(20,43,26)
#0C160D
(12,22,13)
#000000
(0,0,0)

Tints of #5CE88F

#5CE88F
(92,232,143)
#6AEA99
(106,234,153)
#78ECA3
(120,236,163)
#86EEAD
(134,238,173)
#94F0B7
(148,240,183)
#A2F2C1
(162,242,193)
#B0F4CB
(176,244,203)
#BEF6D5
(190,246,213)
#CCF8DF
(204,248,223)
#DAFAE9
(218,250,233)
#E8FCF3
(232,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CE88F color. Also use rgb(92,232,143) instead hex code.

Text Font Color

.myTextColor { color: #5CE88F; }

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

This text font color is #5CE88F.


Background Color

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

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

This div background color is #5CE88F.


Border color

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

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

This div border color is #5CE88F.


Opacity

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

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

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

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

This text has shadow with #5CE88F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CE88F on black background.


Color preview on white background

This text has color #5CE88F on white background.



Black color preview on #5CE88F background

This text has black color on #5CE88F background.


White color preview on #5CE88F background

This text has white color on #5CE88F background.