COLOR #8DC351

HEX: #8DC351 RGB: (141,195,81)

Color info

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

RGB color model

#8DC351 color RGB value is (141,195,81).

RGB: (141,195,81) (55%, 76%, 32%)

RGB channels and saturation

R 141 of 255 = 55%
G 195 of 255 = 76%
B 81 of 255 = 32%

141
195
81

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

Portions of RGB colors in percentages

R + G + B = 141 + 195 + 81 = 417 (100%)
R 141 of 417 ~ 33.81%
G 195 of 417 ~ 46.76%
B 81 of 417 ~ 19.42'%

%33.81
%46.76
%19.42

CMYK color model

#8DC351 color CMYK value is (28,0,58,24).

  • cyan value is 27.69%
  • magenta value is 0.00%
  • yellow value is 58.46%
  • key color value is 23.53%

CMYK: (28,0,58,24)
C28M0Y58K24 (28%, 0%, 58%, 24%)
(0.28 / 0.00 / 0.58 / 0.24)

CMYK percentages

%27.69
%0
%58.46
%23.53

Codes

Color #8DC351 in popluar color models

8D C3 51
RGB 141 195 81
HSL 88° 48.72% 54.12%
HSB/HSV 88° 58.46% 76.47%
CMYK 27.69% 0.00% 58.46%
23.53%

Color #8DC351 in popluar number systems.

HEX 8D C3 51
Decimal 141 195 81
Binary 10001101 11000011 1010001
Octal 215 303 121

Shades and tints

Shades of #8DC351

#8DC351
(141,195,81)
#81B24A
(129,178,74)
#75A143
(117,161,67)
#69903C
(105,144,60)
#5D7F35
(93,127,53)
#516E2E
(81,110,46)
#455D27
(69,93,39)
#394C20
(57,76,32)
#2D3B19
(45,59,25)
#212A12
(33,42,18)
#15190B
(21,25,11)
#000000
(0,0,0)

Tints of #8DC351

#8DC351
(141,195,81)
#97C860
(151,200,96)
#A1CD6F
(161,205,111)
#ABD27E
(171,210,126)
#B5D78D
(181,215,141)
#BFDC9C
(191,220,156)
#C9E1AB
(201,225,171)
#D3E6BA
(211,230,186)
#DDEBC9
(221,235,201)
#E7F0D8
(231,240,216)
#F1F5E7
(241,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DC351 color. Also use rgb(141,195,81) instead hex code.

Text Font Color

.myTextColor { color: #8DC351; }

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

This text font color is #8DC351.

Background Color

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

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

This div background color is #8DC351.

Border color

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

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

This div border color is #8DC351.

Opacity

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

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

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

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

This text has shadow with #8DC351 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DC351.

Preview

Color preview on black background

This text has color #8DC351 on black background.


Color preview on white background

This text has color #8DC351 on white background.


Black color preview on #8DC351 background

This text has black color on #8DC351 background.


White color preview on #8DC351 background

This text has white color on #8DC351 background.


Related colors

Complementary color

Complementary color for #hex is #723CAE.


I love getcolorcode.com

Triadic colors

1 #518DC3 and #C3518D with #8DC351 are triadic colors.

2 #51C38D and #C38D51 with #8DC351 are triadic colors.