COLOR #8DCC4E

HEX: #8DCC4E
RGB: (141,204,78)

Color info

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

RGB color model

#8DCC4E color RGB value is (141,204,78).

  • red value is 141;
  • green value is 204;
  • blue value is 78.
RGB:
(141,204,78)
(55%,80%,31%)

RGB channels and saturation

R 141 of 255 = 55%
G 204 of 255 = 80%
B 78 of 255 = 31%

141
204
78

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

Portions of RGB colors in percentages

R + G + B =
141 + 204 + 78 = 423 (100%)
R 141 of 423 ~ 33.33%
G 204 of 423 ~ 48.23%
B 78 of 423 ~ 18.44%

%33.33
%48.23
%18.44

CMYK color model

#8DCC4E color CMYK value is (31,0,62,20).

  • cyan value is 30.88%
  • magenta value is 0.00%
  • yellow value is 61.76%
  • key color value is 20.00%
CMYK:
(31,0,62,20)
C31M0Y62K20 
(31%,0%,62%,20%)
(0.31/0.00/0.62/0.20)	

CMYK percentages

%30.88
%0
%61.76
%20

Codes

Color #8DCC4E in popluar color models

8DCC4E
RGB14120478
HSL90°55.26%55.29%
HSB/HSV90°61.76%80.00%
CMYK30.88%0.00%61.76%
20.00%

Color #8DCC4E in popluar number systems.

HEX8DCC4E
Decimal14120478
Binary10001101110011001001110
Octal215314116

Shades and tints

Shades of #8DCC4E

#8DCC4E
(141,204,78)
#81BA47
(129,186,71)
#75A840
(117,168,64)
#699639
(105,150,57)
#5D8432
(93,132,50)
#51722B
(81,114,43)
#456024
(69,96,36)
#394E1D
(57,78,29)
#2D3C16
(45,60,22)
#212A0F
(33,42,15)
#151808
(21,24,8)
#000000
(0,0,0)

Tints of #8DCC4E

#8DCC4E
(141,204,78)
#97D05E
(151,208,94)
#A1D46E
(161,212,110)
#ABD87E
(171,216,126)
#B5DC8E
(181,220,142)
#BFE09E
(191,224,158)
#C9E4AE
(201,228,174)
#D3E8BE
(211,232,190)
#DDECCE
(221,236,206)
#E7F0DE
(231,240,222)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DCC4E color. Also use rgb(141,204,78) instead hex code.

Text Font Color

.myTextColor { color: #8DCC4E; }

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

This text font color is #8DCC4E.


Background Color

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

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

This div background color is #8DCC4E.


Border color

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

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

This div border color is #8DCC4E.


Opacity

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

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

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

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

This text has shadow with #8DCC4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DCC4E on black background.


Color preview on white background

This text has color #8DCC4E on white background.



Black color preview on #8DCC4E background

This text has black color on #8DCC4E background.


White color preview on #8DCC4E background

This text has white color on #8DCC4E background.