COLOR #8CDD5C

HEX: #8CDD5C
RGB: (140,221,92)

Color info

#8CDD5C contains mainly green color. Web safe color of #8CDD5C is #99CC66 (or #9C6).

RGB color model

#8CDD5C color RGB value is (140,221,92).

  • red value is 140;
  • green value is 221;
  • blue value is 92.
RGB:
(140,221,92)
(55%,87%,36%)

RGB channels and saturation

R 140 of 255 = 55%
G 221 of 255 = 87%
B 92 of 255 = 36%

140
221
92

R + G + B ~ 59%. #8CDD5C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
140 + 221 + 92 = 453 (100%)
R 140 of 453 ~ 30.91%
G 221 of 453 ~ 48.79%
B 92 of 453 ~ 20.31%

%30.91
%48.79
%20.31

CMYK color model

#8CDD5C color CMYK value is (37,0,58,13).

  • cyan value is 36.65%
  • magenta value is 0.00%
  • yellow value is 58.37%
  • key color value is 13.33%
CMYK:
(37,0,58,13)
C37M0Y58K13 
(37%,0%,58%,13%)
(0.37/0.00/0.58/0.13)	

CMYK percentages

%36.65
%0
%58.37
%13.33

Codes

Color #8CDD5C in popluar color models

8CDD5C
RGB14022192
HSL98°65.48%61.37%
HSB/HSV98°58.37%86.67%
CMYK36.65%0.00%58.37%
13.33%

Color #8CDD5C in popluar number systems.

HEX8CDD5C
Decimal14022192
Binary10001100110111011011100
Octal214335134

Shades and tints

Shades of #8CDD5C

#8CDD5C
(140,221,92)
#80C954
(128,201,84)
#74B54C
(116,181,76)
#68A144
(104,161,68)
#5C8D3C
(92,141,60)
#507934
(80,121,52)
#44652C
(68,101,44)
#385124
(56,81,36)
#2C3D1C
(44,61,28)
#202914
(32,41,20)
#14150C
(20,21,12)
#000000
(0,0,0)

Tints of #8CDD5C

#8CDD5C
(140,221,92)
#96E06A
(150,224,106)
#A0E378
(160,227,120)
#AAE686
(170,230,134)
#B4E994
(180,233,148)
#BEECA2
(190,236,162)
#C8EFB0
(200,239,176)
#D2F2BE
(210,242,190)
#DCF5CC
(220,245,204)
#E6F8DA
(230,248,218)
#F0FBE8
(240,251,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CDD5C color. Also use rgb(140,221,92) instead hex code.

Text Font Color

.myTextColor { color: #8CDD5C; }

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

This text font color is #8CDD5C.


Background Color

.myBgColor { background-color: #8CDD5C; }

<div style="background-color:#8CDD5C">Inner text</div>

This div background color is #8CDD5C.


Border color

.myBorderColor { border: 1px solid #8CDD5C; }

<div style="border:3px solid #8CDD5C">Div</div>

This div border color is #8CDD5C.


Opacity

.myOpacity80 { color: #8CDD5C; opacity: 0.8; }

<p style="color:#8CDD5C;opacity:0.8;">80%</p>

Text with #8CDD5C 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 #8CDD5C;}

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

This text has shadow with #8CDD5C color.

.textShadow {text-shadow: 3px 3px 1px #8CDD5C, 3px 3px 1px red;}

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

This text has shadow with #8CDD5C primary color and red secondary color.


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

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

This text has shadow with #8CDD5C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CDD5C on black background.


Color preview on white background

This text has color #8CDD5C on white background.



Black color preview on #8CDD5C background

This text has black color on #8CDD5C background.


White color preview on #8CDD5C background

This text has white color on #8CDD5C background.