COLOR #8DD14C

HEX: #8DD14C
RGB: (141,209,76)

Color info

#8DD14C contains mainly green color. Web safe color of #8DD14C is #99CC33 (or #9C3).

RGB color model

#8DD14C color RGB value is (141,209,76).

  • red value is 141;
  • green value is 209;
  • blue value is 76.
RGB:
(141,209,76)
(55%,82%,30%)

RGB channels and saturation

R 141 of 255 = 55%
G 209 of 255 = 82%
B 76 of 255 = 30%

141
209
76

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

Portions of RGB colors in percentages

R + G + B =
141 + 209 + 76 = 426 (100%)
R 141 of 426 ~ 33.1%
G 209 of 426 ~ 49.06%
B 76 of 426 ~ 17.84%

%33.1
%49.06
%17.84

CMYK color model

#8DD14C color CMYK value is (33,0,64,18).

  • cyan value is 32.54%
  • magenta value is 0.00%
  • yellow value is 63.64%
  • key color value is 18.04%
CMYK:
(33,0,64,18)
C33M0Y64K18 
(33%,0%,64%,18%)
(0.33/0.00/0.64/0.18)	

CMYK percentages

%32.54
%0
%63.64
%18.04

Codes

Color #8DD14C in popluar color models

8DD14C
RGB14120976
HSL91°59.11%55.88%
HSB/HSV91°63.64%81.96%
CMYK32.54%0.00%63.64%
18.04%

Color #8DD14C in popluar number systems.

HEX8DD14C
Decimal14120976
Binary10001101110100011001100
Octal215321114

Shades and tints

Shades of #8DD14C

#8DD14C
(141,209,76)
#81BE46
(129,190,70)
#75AB40
(117,171,64)
#69983A
(105,152,58)
#5D8534
(93,133,52)
#51722E
(81,114,46)
#455F28
(69,95,40)
#394C22
(57,76,34)
#2D391C
(45,57,28)
#212616
(33,38,22)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #8DD14C

#8DD14C
(141,209,76)
#97D55C
(151,213,92)
#A1D96C
(161,217,108)
#ABDD7C
(171,221,124)
#B5E18C
(181,225,140)
#BFE59C
(191,229,156)
#C9E9AC
(201,233,172)
#D3EDBC
(211,237,188)
#DDF1CC
(221,241,204)
#E7F5DC
(231,245,220)
#F1F9EC
(241,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DD14C color. Also use rgb(141,209,76) instead hex code.

Text Font Color

.myTextColor { color: #8DD14C; }

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

This text font color is #8DD14C.


Background Color

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

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

This div background color is #8DD14C.


Border color

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

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

This div border color is #8DD14C.


Opacity

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

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

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

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

This text has shadow with #8DD14C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DD14C on black background.


Color preview on white background

This text has color #8DD14C on white background.



Black color preview on #8DD14C background

This text has black color on #8DD14C background.


White color preview on #8DD14C background

This text has white color on #8DD14C background.