COLOR #8CD56B

HEX: #8CD56B RGB: (140,213,107)

Color info

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

RGB color model

#8CD56B color RGB value is (140,213,107).

RGB: (140,213,107) (55%, 84%, 42%)

RGB channels and saturation

R 140 of 255 = 55%
G 213 of 255 = 84%
B 107 of 255 = 42%

140
213
107

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

Portions of RGB colors in percentages

R + G + B = 140 + 213 + 107 = 460 (100%)
R 140 of 460 ~ 30.43%
G 213 of 460 ~ 46.3%
B 107 of 460 ~ 23.26'%

%30.43
%46.3
%23.26

CMYK color model

#8CD56B color CMYK value is (34,0,50,16).

  • cyan value is 34.27%
  • magenta value is 0.00%
  • yellow value is 49.77%
  • key color value is 16.47%

CMYK: (34,0,50,16)
C34M0Y50K16 (34%, 0%, 50%, 16%)
(0.34 / 0.00 / 0.50 / 0.16)

CMYK percentages

%34.27
%0
%49.77
%16.47

Codes

Color #8CD56B in popluar color models

8C D5 6B
RGB 140 213 107
HSL 101° 55.79% 62.75%
HSB/HSV 101° 49.77% 83.53%
CMYK 34.27% 0.00% 49.77%
16.47%

Color #8CD56B in popluar number systems.

HEX 8C D5 6B
Decimal 140 213 107
Binary 10001100 11010101 1101011
Octal 214 325 153

Shades and tints

Shades of #8CD56B

#8CD56B
(140,213,107)
#80C262
(128,194,98)
#74AF59
(116,175,89)
#689C50
(104,156,80)
#5C8947
(92,137,71)
#50763E
(80,118,62)
#446335
(68,99,53)
#38502C
(56,80,44)
#2C3D23
(44,61,35)
#202A1A
(32,42,26)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #8CD56B

#8CD56B
(140,213,107)
#96D878
(150,216,120)
#A0DB85
(160,219,133)
#AADE92
(170,222,146)
#B4E19F
(180,225,159)
#BEE4AC
(190,228,172)
#C8E7B9
(200,231,185)
#D2EAC6
(210,234,198)
#DCEDD3
(220,237,211)
#E6F0E0
(230,240,224)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CD56B color. Also use rgb(140,213,107) instead hex code.

Text Font Color

.myTextColor { color: #8CD56B; }

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

This text font color is #8CD56B.

Background Color

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

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

This div background color is #8CD56B.

Border color

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

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

This div border color is #8CD56B.

Opacity

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

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

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

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

This text has shadow with #8CD56B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CD56B.

Preview

Color preview on black background

This text has color #8CD56B on black background.


Color preview on white background

This text has color #8CD56B on white background.


Black color preview on #8CD56B background

This text has black color on #8CD56B background.


White color preview on #8CD56B background

This text has white color on #8CD56B background.


Related colors

Complementary color

Complementary color for #hex is #732A94.


I love getcolorcode.com

Triadic colors

1 #6B8CD5 and #D56B8C with #8CD56B are triadic colors.

2 #6BD58C and #D58C6B with #8CD56B are triadic colors.