COLOR #8DB561

HEX: #8DB561 RGB: (141,181,97)

Color info

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

RGB color model

#8DB561 color RGB value is (141,181,97).

RGB: (141,181,97) (55%, 71%, 38%)

RGB channels and saturation

R 141 of 255 = 55%
G 181 of 255 = 71%
B 97 of 255 = 38%

141
181
97

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

Portions of RGB colors in percentages

R + G + B = 141 + 181 + 97 = 419 (100%)
R 141 of 419 ~ 33.65%
G 181 of 419 ~ 43.2%
B 97 of 419 ~ 23.15'%

%33.65
%43.2
%23.15

CMYK color model

#8DB561 color CMYK value is (22,0,46,29).

  • cyan value is 22.10%
  • magenta value is 0.00%
  • yellow value is 46.41%
  • key color value is 29.02%

CMYK: (22,0,46,29)
C22M0Y46K29 (22%, 0%, 46%, 29%)
(0.22 / 0.00 / 0.46 / 0.29)

CMYK percentages

%22.1
%0
%46.41
%29.02

Codes

Color #8DB561 in popluar color models

8D B5 61
RGB 141 181 97
HSL 89° 36.21% 54.51%
HSB/HSV 89° 46.41% 70.98%
CMYK 22.10% 0.00% 46.41%
29.02%

Color #8DB561 in popluar number systems.

HEX 8D B5 61
Decimal 141 181 97
Binary 10001101 10110101 1100001
Octal 215 265 141

Shades and tints

Shades of #8DB561

#8DB561
(141,181,97)
#81A559
(129,165,89)
#759551
(117,149,81)
#698549
(105,133,73)
#5D7541
(93,117,65)
#516539
(81,101,57)
#455531
(69,85,49)
#394529
(57,69,41)
#2D3521
(45,53,33)
#212519
(33,37,25)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #8DB561

#8DB561
(141,181,97)
#97BB6F
(151,187,111)
#A1C17D
(161,193,125)
#ABC78B
(171,199,139)
#B5CD99
(181,205,153)
#BFD3A7
(191,211,167)
#C9D9B5
(201,217,181)
#D3DFC3
(211,223,195)
#DDE5D1
(221,229,209)
#E7EBDF
(231,235,223)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DB561 color. Also use rgb(141,181,97) instead hex code.

Text Font Color

.myTextColor { color: #8DB561; }

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

This text font color is #8DB561.

Background Color

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

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

This div background color is #8DB561.

Border color

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

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

This div border color is #8DB561.

Opacity

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

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

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

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

This text has shadow with #8DB561 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DB561.

Preview

Color preview on black background

This text has color #8DB561 on black background.


Color preview on white background

This text has color #8DB561 on white background.


Black color preview on #8DB561 background

This text has black color on #8DB561 background.


White color preview on #8DB561 background

This text has white color on #8DB561 background.


Related colors

Complementary color

Complementary color for #hex is #724A9E.


I love getcolorcode.com

Triadic colors

1 #618DB5 and #B5618D with #8DB561 are triadic colors.

2 #61B58D and #B58D61 with #8DB561 are triadic colors.