COLOR #8CDE70

HEX: #8CDE70 RGB: (140,222,112)

Color info

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

RGB color model

#8CDE70 color RGB value is (140,222,112).

RGB: (140,222,112) (55%, 87%, 44%)

RGB channels and saturation

R 140 of 255 = 55%
G 222 of 255 = 87%
B 112 of 255 = 44%

140
222
112

R + G + B ~ 62%. #8CDE70 is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 222 + 112 = 474 (100%)
R 140 of 474 ~ 29.54%
G 222 of 474 ~ 46.84%
B 112 of 474 ~ 23.63'%

%29.54
%46.84
%23.63

CMYK color model

#8CDE70 color CMYK value is (37,0,50,13).

  • cyan value is 36.94%
  • magenta value is 0.00%
  • yellow value is 49.55%
  • key color value is 12.94%

CMYK: (37,0,50,13)
C37M0Y50K13 (37%, 0%, 50%, 13%)
(0.37 / 0.00 / 0.50 / 0.13)

CMYK percentages

%36.94
%0
%49.55
%12.94

Codes

Color #8CDE70 in popluar color models

8C DE 70
RGB 140 222 112
HSL 105° 62.50% 65.49%
HSB/HSV 105° 49.55% 87.06%
CMYK 36.94% 0.00% 49.55%
12.94%

Color #8CDE70 in popluar number systems.

HEX 8C DE 70
Decimal 140 222 112
Binary 10001100 11011110 1110000
Octal 214 336 160

Shades and tints

Shades of #8CDE70

#8CDE70
(140,222,112)
#80CA66
(128,202,102)
#74B65C
(116,182,92)
#68A252
(104,162,82)
#5C8E48
(92,142,72)
#507A3E
(80,122,62)
#446634
(68,102,52)
#38522A
(56,82,42)
#2C3E20
(44,62,32)
#202A16
(32,42,22)
#14160C
(20,22,12)
#000000
(0,0,0)

Tints of #8CDE70

#8CDE70
(140,222,112)
#96E17D
(150,225,125)
#A0E48A
(160,228,138)
#AAE797
(170,231,151)
#B4EAA4
(180,234,164)
#BEEDB1
(190,237,177)
#C8F0BE
(200,240,190)
#D2F3CB
(210,243,203)
#DCF6D8
(220,246,216)
#E6F9E5
(230,249,229)
#F0FCF2
(240,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CDE70 color. Also use rgb(140,222,112) instead hex code.

Text Font Color

.myTextColor { color: #8CDE70; }

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

This text font color is #8CDE70.

Background Color

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

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

This div background color is #8CDE70.

Border color

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

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

This div border color is #8CDE70.

Opacity

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

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

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

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

This text has shadow with #8CDE70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CDE70.

Preview

Color preview on black background

This text has color #8CDE70 on black background.


Color preview on white background

This text has color #8CDE70 on white background.


Black color preview on #8CDE70 background

This text has black color on #8CDE70 background.


White color preview on #8CDE70 background

This text has white color on #8CDE70 background.


Related colors

Complementary color

Complementary color for #hex is #73218F.


I love getcolorcode.com

Triadic colors

1 #708CDE and #DE708C with #8CDE70 are triadic colors.

2 #70DE8C and #DE8C70 with #8CDE70 are triadic colors.