COLOR #8DD970

HEX: #8DD970 RGB: (141,217,112)

Color info

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

RGB color model

#8DD970 color RGB value is (141,217,112).

RGB: (141,217,112) (55%, 85%, 44%)

RGB channels and saturation

R 141 of 255 = 55%
G 217 of 255 = 85%
B 112 of 255 = 44%

141
217
112

R + G + B ~ 61%. #8DD970 is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 217 + 112 = 470 (100%)
R 141 of 470 ~ 30%
G 217 of 470 ~ 46.17%
B 112 of 470 ~ 23.83'%

%30
%46.17
%23.83

CMYK color model

#8DD970 color CMYK value is (35,0,48,15).

  • cyan value is 35.02%
  • magenta value is 0.00%
  • yellow value is 48.39%
  • key color value is 14.90%

CMYK: (35,0,48,15)
C35M0Y48K15 (35%, 0%, 48%, 15%)
(0.35 / 0.00 / 0.48 / 0.15)

CMYK percentages

%35.02
%0
%48.39
%14.9

Codes

Color #8DD970 in popluar color models

8D D9 70
RGB 141 217 112
HSL 103° 58.01% 64.51%
HSB/HSV 103° 48.39% 85.10%
CMYK 35.02% 0.00% 48.39%
14.90%

Color #8DD970 in popluar number systems.

HEX 8D D9 70
Decimal 141 217 112
Binary 10001101 11011001 1110000
Octal 215 331 160

Shades and tints

Shades of #8DD970

#8DD970
(141,217,112)
#81C666
(129,198,102)
#75B35C
(117,179,92)
#69A052
(105,160,82)
#5D8D48
(93,141,72)
#517A3E
(81,122,62)
#456734
(69,103,52)
#39542A
(57,84,42)
#2D4120
(45,65,32)
#212E16
(33,46,22)
#151B0C
(21,27,12)
#000000
(0,0,0)

Tints of #8DD970

#8DD970
(141,217,112)
#97DC7D
(151,220,125)
#A1DF8A
(161,223,138)
#ABE297
(171,226,151)
#B5E5A4
(181,229,164)
#BFE8B1
(191,232,177)
#C9EBBE
(201,235,190)
#D3EECB
(211,238,203)
#DDF1D8
(221,241,216)
#E7F4E5
(231,244,229)
#F1F7F2
(241,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DD970; }

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

This text font color is #8DD970.

Background Color

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

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

This div background color is #8DD970.

Border color

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

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

This div border color is #8DD970.

Opacity

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

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

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

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

This text has shadow with #8DD970 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DD970.

Preview

Color preview on black background

This text has color #8DD970 on black background.


Color preview on white background

This text has color #8DD970 on white background.


Black color preview on #8DD970 background

This text has black color on #8DD970 background.


White color preview on #8DD970 background

This text has white color on #8DD970 background.


Related colors

Complementary color

Complementary color for #hex is #72268F.


I love getcolorcode.com

Triadic colors

1 #708DD9 and #D9708D with #8DD970 are triadic colors.

2 #70D98D and #D98D70 with #8DD970 are triadic colors.