COLOR #5CDB6F

HEX: #5CDB6F
RGB: (92,219,111)

Color info

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

RGB color model

#5CDB6F color RGB value is (92,219,111).

  • red value is 92;
  • green value is 219;
  • blue value is 111.
RGB:
(92,219,111)
(36%,86%,44%)

RGB channels and saturation

R 92 of 255 = 36%
G 219 of 255 = 86%
B 111 of 255 = 44%

92
219
111

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

Portions of RGB colors in percentages

R + G + B =
92 + 219 + 111 = 422 (100%)
R 92 of 422 ~ 21.8%
G 219 of 422 ~ 51.9%
B 111 of 422 ~ 26.3%

%21.8
%51.9
%26.3

CMYK color model

#5CDB6F color CMYK value is (58,0,49,14).

  • cyan value is 57.99%
  • magenta value is 0.00%
  • yellow value is 49.32%
  • key color value is 14.12%
CMYK:
(58,0,49,14)
C58M0Y49K14 
(58%,0%,49%,14%)
(0.58/0.00/0.49/0.14)	

CMYK percentages

%57.99
%0
%49.32
%14.12

Codes

Color #5CDB6F in popluar color models

5CDB6F
RGB92219111
HSL129°63.82%60.98%
HSB/HSV129°57.99%85.88%
CMYK57.99%0.00%49.32%
14.12%

Color #5CDB6F in popluar number systems.

HEX5CDB6F
Decimal92219111
Binary1011100110110111101111
Octal134333157

Shades and tints

Shades of #5CDB6F

#5CDB6F
(92,219,111)
#54C865
(84,200,101)
#4CB55B
(76,181,91)
#44A251
(68,162,81)
#3C8F47
(60,143,71)
#347C3D
(52,124,61)
#2C6933
(44,105,51)
#245629
(36,86,41)
#1C431F
(28,67,31)
#143015
(20,48,21)
#0C1D0B
(12,29,11)
#000000
(0,0,0)

Tints of #5CDB6F

#5CDB6F
(92,219,111)
#6ADE7C
(106,222,124)
#78E189
(120,225,137)
#86E496
(134,228,150)
#94E7A3
(148,231,163)
#A2EAB0
(162,234,176)
#B0EDBD
(176,237,189)
#BEF0CA
(190,240,202)
#CCF3D7
(204,243,215)
#DAF6E4
(218,246,228)
#E8F9F1
(232,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CDB6F color. Also use rgb(92,219,111) instead hex code.

Text Font Color

.myTextColor { color: #5CDB6F; }

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

This text font color is #5CDB6F.


Background Color

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

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

This div background color is #5CDB6F.


Border color

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

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

This div border color is #5CDB6F.


Opacity

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

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

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

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

This text has shadow with #5CDB6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CDB6F on black background.


Color preview on white background

This text has color #5CDB6F on white background.



Black color preview on #5CDB6F background

This text has black color on #5CDB6F background.


White color preview on #5CDB6F background

This text has white color on #5CDB6F background.