COLOR #5CDF5E

HEX: #5CDF5E
RGB: (92,223,94)

Color info

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

RGB color model

#5CDF5E color RGB value is (92,223,94).

  • red value is 92;
  • green value is 223;
  • blue value is 94.
RGB:
(92,223,94)
(36%,87%,37%)

RGB channels and saturation

R 92 of 255 = 36%
G 223 of 255 = 87%
B 94 of 255 = 37%

92
223
94

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

Portions of RGB colors in percentages

R + G + B =
92 + 223 + 94 = 409 (100%)
R 92 of 409 ~ 22.49%
G 223 of 409 ~ 54.52%
B 94 of 409 ~ 22.98%

%22.49
%54.52
%22.98

CMYK color model

#5CDF5E color CMYK value is (59,0,58,13).

  • cyan value is 58.74%
  • magenta value is 0.00%
  • yellow value is 57.85%
  • key color value is 12.55%
CMYK:
(59,0,58,13)
C59M0Y58K13 
(59%,0%,58%,13%)
(0.59/0.00/0.58/0.13)	

CMYK percentages

%58.74
%0
%57.85
%12.55

Codes

Color #5CDF5E in popluar color models

5CDF5E
RGB9222394
HSL121°67.18%61.76%
HSB/HSV121°58.74%87.45%
CMYK58.74%0.00%57.85%
12.55%

Color #5CDF5E in popluar number systems.

HEX5CDF5E
Decimal9222394
Binary1011100110111111011110
Octal134337136

Shades and tints

Shades of #5CDF5E

#5CDF5E
(92,223,94)
#54CB56
(84,203,86)
#4CB74E
(76,183,78)
#44A346
(68,163,70)
#3C8F3E
(60,143,62)
#347B36
(52,123,54)
#2C672E
(44,103,46)
#245326
(36,83,38)
#1C3F1E
(28,63,30)
#142B16
(20,43,22)
#0C170E
(12,23,14)
#000000
(0,0,0)

Tints of #5CDF5E

#5CDF5E
(92,223,94)
#6AE16C
(106,225,108)
#78E37A
(120,227,122)
#86E588
(134,229,136)
#94E796
(148,231,150)
#A2E9A4
(162,233,164)
#B0EBB2
(176,235,178)
#BEEDC0
(190,237,192)
#CCEFCE
(204,239,206)
#DAF1DC
(218,241,220)
#E8F3EA
(232,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CDF5E color. Also use rgb(92,223,94) instead hex code.

Text Font Color

.myTextColor { color: #5CDF5E; }

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

This text font color is #5CDF5E.


Background Color

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

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

This div background color is #5CDF5E.


Border color

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

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

This div border color is #5CDF5E.


Opacity

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

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

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

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

This text has shadow with #5CDF5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CDF5E on black background.


Color preview on white background

This text has color #5CDF5E on white background.



Black color preview on #5CDF5E background

This text has black color on #5CDF5E background.


White color preview on #5CDF5E background

This text has white color on #5CDF5E background.