COLOR #8DC37D

HEX: #8DC37D RGB: (141,195,125)

Color info

#8DC37D contains mainly red and green colors. Web safe color of #8DC37D is #99CC66 (or #9C6).

RGB color model

#8DC37D color RGB value is (141,195,125).

RGB: (141,195,125) (55%, 76%, 49%)

RGB channels and saturation

R 141 of 255 = 55%
G 195 of 255 = 76%
B 125 of 255 = 49%

141
195
125

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

Portions of RGB colors in percentages

R + G + B = 141 + 195 + 125 = 461 (100%)
R 141 of 461 ~ 30.59%
G 195 of 461 ~ 42.3%
B 125 of 461 ~ 27.11'%

%30.59
%42.3
%27.11

CMYK color model

#8DC37D color CMYK value is (28,0,36,24).

  • cyan value is 27.69%
  • magenta value is 0.00%
  • yellow value is 35.90%
  • key color value is 23.53%

CMYK: (28,0,36,24)
C28M0Y36K24 (28%, 0%, 36%, 24%)
(0.28 / 0.00 / 0.36 / 0.24)

CMYK percentages

%27.69
%0
%35.9
%23.53

Codes

Color #8DC37D in popluar color models

8D C3 7D
RGB 141 195 125
HSL 106° 36.84% 62.75%
HSB/HSV 106° 35.90% 76.47%
CMYK 27.69% 0.00% 35.90%
23.53%

Color #8DC37D in popluar number systems.

HEX 8D C3 7D
Decimal 141 195 125
Binary 10001101 11000011 1111101
Octal 215 303 175

Shades and tints

Shades of #8DC37D

#8DC37D
(141,195,125)
#81B272
(129,178,114)
#75A167
(117,161,103)
#69905C
(105,144,92)
#5D7F51
(93,127,81)
#516E46
(81,110,70)
#455D3B
(69,93,59)
#394C30
(57,76,48)
#2D3B25
(45,59,37)
#212A1A
(33,42,26)
#15190F
(21,25,15)
#000000
(0,0,0)

Tints of #8DC37D

#8DC37D
(141,195,125)
#97C888
(151,200,136)
#A1CD93
(161,205,147)
#ABD29E
(171,210,158)
#B5D7A9
(181,215,169)
#BFDCB4
(191,220,180)
#C9E1BF
(201,225,191)
#D3E6CA
(211,230,202)
#DDEBD5
(221,235,213)
#E7F0E0
(231,240,224)
#F1F5EB
(241,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DC37D; }

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

This text font color is #8DC37D.

Background Color

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

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

This div background color is #8DC37D.

Border color

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

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

This div border color is #8DC37D.

Opacity

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

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

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

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

This text has shadow with #8DC37D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DC37D.

Preview

Color preview on black background

This text has color #8DC37D on black background.


Color preview on white background

This text has color #8DC37D on white background.


Black color preview on #8DC37D background

This text has black color on #8DC37D background.


White color preview on #8DC37D background

This text has white color on #8DC37D background.


Related colors

Complementary color

Complementary color for #hex is #723C82.


I love getcolorcode.com

Triadic colors

1 #7D8DC3 and #C37D8D with #8DC37D are triadic colors.

2 #7DC38D and #C38D7D with #8DC37D are triadic colors.