COLOR #8CCD50

HEX: #8CCD50
RGB: (140,205,80)

Color info

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

RGB color model

#8CCD50 color RGB value is (140,205,80).

  • red value is 140;
  • green value is 205;
  • blue value is 80.
RGB:
(140,205,80)
(55%,80%,31%)

RGB channels and saturation

R 140 of 255 = 55%
G 205 of 255 = 80%
B 80 of 255 = 31%

140
205
80

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

Portions of RGB colors in percentages

R + G + B =
140 + 205 + 80 = 425 (100%)
R 140 of 425 ~ 32.94%
G 205 of 425 ~ 48.24%
B 80 of 425 ~ 18.82%

%32.94
%48.24
%18.82

CMYK color model

#8CCD50 color CMYK value is (32,0,61,20).

  • cyan value is 31.71%
  • magenta value is 0.00%
  • yellow value is 60.98%
  • key color value is 19.61%
CMYK:
(32,0,61,20)
C32M0Y61K20 
(32%,0%,61%,20%)
(0.32/0.00/0.61/0.20)	

CMYK percentages

%31.71
%0
%60.98
%19.61

Codes

Color #8CCD50 in popluar color models

8CCD50
RGB14020580
HSL91°55.56%55.88%
HSB/HSV91°60.98%80.39%
CMYK31.71%0.00%60.98%
19.61%

Color #8CCD50 in popluar number systems.

HEX8CCD50
Decimal14020580
Binary10001100110011011010000
Octal214315120

Shades and tints

Shades of #8CCD50

#8CCD50
(140,205,80)
#80BB49
(128,187,73)
#74A942
(116,169,66)
#68973B
(104,151,59)
#5C8534
(92,133,52)
#50732D
(80,115,45)
#446126
(68,97,38)
#384F1F
(56,79,31)
#2C3D18
(44,61,24)
#202B11
(32,43,17)
#14190A
(20,25,10)
#000000
(0,0,0)

Tints of #8CCD50

#8CCD50
(140,205,80)
#96D15F
(150,209,95)
#A0D56E
(160,213,110)
#AAD97D
(170,217,125)
#B4DD8C
(180,221,140)
#BEE19B
(190,225,155)
#C8E5AA
(200,229,170)
#D2E9B9
(210,233,185)
#DCEDC8
(220,237,200)
#E6F1D7
(230,241,215)
#F0F5E6
(240,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CCD50 color. Also use rgb(140,205,80) instead hex code.

Text Font Color

.myTextColor { color: #8CCD50; }

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

This text font color is #8CCD50.


Background Color

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

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

This div background color is #8CCD50.


Border color

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

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

This div border color is #8CCD50.


Opacity

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

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

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

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

This text has shadow with #8CCD50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CCD50 on black background.


Color preview on white background

This text has color #8CCD50 on white background.



Black color preview on #8CCD50 background

This text has black color on #8CCD50 background.


White color preview on #8CCD50 background

This text has white color on #8CCD50 background.