COLOR #8DE08D

HEX: #8DE08D
RGB: (141,224,141)

Color info

#8DE08D contains mainly green color. Web safe color of #8DE08D is #99CC99 (or #9C9).

RGB color model

#8DE08D color RGB value is (141,224,141).

  • red value is 141;
  • green value is 224;
  • blue value is 141.
RGB:
(141,224,141)
(55%,88%,55%)

RGB channels and saturation

R 141 of 255 = 55%
G 224 of 255 = 88%
B 141 of 255 = 55%

141
224
141

R + G + B ~ 66%. #8DE08D is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 224 + 141 = 506 (100%)
R 141 of 506 ~ 27.87%
G 224 of 506 ~ 44.27%
B 141 of 506 ~ 27.87%

%27.87
%44.27
%27.87

CMYK color model

#8DE08D color CMYK value is (37,0,37,12).

  • cyan value is 37.05%
  • magenta value is 0.00%
  • yellow value is 37.05%
  • key color value is 12.16%
CMYK:
(37,0,37,12)
C37M0Y37K12 
(37%,0%,37%,12%)
(0.37/0.00/0.37/0.12)	

CMYK percentages

%37.05
%0
%37.05
%12.16

Codes

Color #8DE08D in popluar color models

8DE08D
RGB141224141
HSL120°57.24%71.57%
HSB/HSV120°37.05%87.84%
CMYK37.05%0.00%37.05%
12.16%

Color #8DE08D in popluar number systems.

HEX8DE08D
Decimal141224141
Binary100011011110000010001101
Octal215340215

Shades and tints

Shades of #8DE08D

#8DE08D
(141,224,141)
#81CC81
(129,204,129)
#75B875
(117,184,117)
#69A469
(105,164,105)
#5D905D
(93,144,93)
#517C51
(81,124,81)
#456845
(69,104,69)
#395439
(57,84,57)
#2D402D
(45,64,45)
#212C21
(33,44,33)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #8DE08D

#8DE08D
(141,224,141)
#97E297
(151,226,151)
#A1E4A1
(161,228,161)
#ABE6AB
(171,230,171)
#B5E8B5
(181,232,181)
#BFEABF
(191,234,191)
#C9ECC9
(201,236,201)
#D3EED3
(211,238,211)
#DDF0DD
(221,240,221)
#E7F2E7
(231,242,231)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DE08D; }

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

This text font color is #8DE08D.


Background Color

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

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

This div background color is #8DE08D.


Border color

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

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

This div border color is #8DE08D.


Opacity

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

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

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

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

This text has shadow with #8DE08D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DE08D on black background.


Color preview on white background

This text has color #8DE08D on white background.



Black color preview on #8DE08D background

This text has black color on #8DE08D background.


White color preview on #8DE08D background

This text has white color on #8DE08D background.