COLOR #8CD765

HEX: #8CD765 RGB: (140,215,101)

Color info

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

RGB color model

#8CD765 color RGB value is (140,215,101).

RGB: (140,215,101) (55%, 84%, 40%)

RGB channels and saturation

R 140 of 255 = 55%
G 215 of 255 = 84%
B 101 of 255 = 40%

140
215
101

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

Portions of RGB colors in percentages

R + G + B = 140 + 215 + 101 = 456 (100%)
R 140 of 456 ~ 30.7%
G 215 of 456 ~ 47.15%
B 101 of 456 ~ 22.15'%

%30.7
%47.15
%22.15

CMYK color model

#8CD765 color CMYK value is (35,0,53,16).

  • cyan value is 34.88%
  • magenta value is 0.00%
  • yellow value is 53.02%
  • key color value is 15.69%

CMYK: (35,0,53,16)
C35M0Y53K16 (35%, 0%, 53%, 16%)
(0.35 / 0.00 / 0.53 / 0.16)

CMYK percentages

%34.88
%0
%53.02
%15.69

Codes

Color #8CD765 in popluar color models

8C D7 65
RGB 140 215 101
HSL 99° 58.76% 61.96%
HSB/HSV 99° 53.02% 84.31%
CMYK 34.88% 0.00% 53.02%
15.69%

Color #8CD765 in popluar number systems.

HEX 8C D7 65
Decimal 140 215 101
Binary 10001100 11010111 1100101
Octal 214 327 145

Shades and tints

Shades of #8CD765

#8CD765
(140,215,101)
#80C45C
(128,196,92)
#74B153
(116,177,83)
#689E4A
(104,158,74)
#5C8B41
(92,139,65)
#507838
(80,120,56)
#44652F
(68,101,47)
#385226
(56,82,38)
#2C3F1D
(44,63,29)
#202C14
(32,44,20)
#14190B
(20,25,11)
#000000
(0,0,0)

Tints of #8CD765

#8CD765
(140,215,101)
#96DA73
(150,218,115)
#A0DD81
(160,221,129)
#AAE08F
(170,224,143)
#B4E39D
(180,227,157)
#BEE6AB
(190,230,171)
#C8E9B9
(200,233,185)
#D2ECC7
(210,236,199)
#DCEFD5
(220,239,213)
#E6F2E3
(230,242,227)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CD765 color. Also use rgb(140,215,101) instead hex code.

Text Font Color

.myTextColor { color: #8CD765; }

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

This text font color is #8CD765.

Background Color

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

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

This div background color is #8CD765.

Border color

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

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

This div border color is #8CD765.

Opacity

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

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

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

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

This text has shadow with #8CD765 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CD765.

Preview

Color preview on black background

This text has color #8CD765 on black background.


Color preview on white background

This text has color #8CD765 on white background.


Black color preview on #8CD765 background

This text has black color on #8CD765 background.


White color preview on #8CD765 background

This text has white color on #8CD765 background.


Related colors

Complementary color

Complementary color for #hex is #73289A.


I love getcolorcode.com

Triadic colors

1 #658CD7 and #D7658C with #8CD765 are triadic colors.

2 #65D78C and #D78C65 with #8CD765 are triadic colors.