COLOR #8DC774

HEX: #8DC774 RGB: (141,199,116)

Color info

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

RGB color model

#8DC774 color RGB value is (141,199,116).

RGB: (141,199,116) (55%, 78%, 45%)

RGB channels and saturation

R 141 of 255 = 55%
G 199 of 255 = 78%
B 116 of 255 = 45%

141
199
116

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

Portions of RGB colors in percentages

R + G + B = 141 + 199 + 116 = 456 (100%)
R 141 of 456 ~ 30.92%
G 199 of 456 ~ 43.64%
B 116 of 456 ~ 25.44'%

%30.92
%43.64
%25.44

CMYK color model

#8DC774 color CMYK value is (29,0,42,22).

  • cyan value is 29.15%
  • magenta value is 0.00%
  • yellow value is 41.71%
  • key color value is 21.96%

CMYK: (29,0,42,22)
C29M0Y42K22 (29%, 0%, 42%, 22%)
(0.29 / 0.00 / 0.42 / 0.22)

CMYK percentages

%29.15
%0
%41.71
%21.96

Codes

Color #8DC774 in popluar color models

8D C7 74
RGB 141 199 116
HSL 102° 42.56% 61.76%
HSB/HSV 102° 41.71% 78.04%
CMYK 29.15% 0.00% 41.71%
21.96%

Color #8DC774 in popluar number systems.

HEX 8D C7 74
Decimal 141 199 116
Binary 10001101 11000111 1110100
Octal 215 307 164

Shades and tints

Shades of #8DC774

#8DC774
(141,199,116)
#81B56A
(129,181,106)
#75A360
(117,163,96)
#699156
(105,145,86)
#5D7F4C
(93,127,76)
#516D42
(81,109,66)
#455B38
(69,91,56)
#39492E
(57,73,46)
#2D3724
(45,55,36)
#21251A
(33,37,26)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #8DC774

#8DC774
(141,199,116)
#97CC80
(151,204,128)
#A1D18C
(161,209,140)
#ABD698
(171,214,152)
#B5DBA4
(181,219,164)
#BFE0B0
(191,224,176)
#C9E5BC
(201,229,188)
#D3EAC8
(211,234,200)
#DDEFD4
(221,239,212)
#E7F4E0
(231,244,224)
#F1F9EC
(241,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DC774 color. Also use rgb(141,199,116) instead hex code.

Text Font Color

.myTextColor { color: #8DC774; }

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

This text font color is #8DC774.

Background Color

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

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

This div background color is #8DC774.

Border color

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

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

This div border color is #8DC774.

Opacity

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

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

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

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

This text has shadow with #8DC774 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DC774.

Preview

Color preview on black background

This text has color #8DC774 on black background.


Color preview on white background

This text has color #8DC774 on white background.


Black color preview on #8DC774 background

This text has black color on #8DC774 background.


White color preview on #8DC774 background

This text has white color on #8DC774 background.


Related colors

Complementary color

Complementary color for #hex is #72388B.


I love getcolorcode.com

Triadic colors

1 #748DC7 and #C7748D with #8DC774 are triadic colors.

2 #74C78D and #C78D74 with #8DC774 are triadic colors.