COLOR #8BD379

HEX: #8BD379 RGB: (139,211,121)

Color info

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

RGB color model

#8BD379 color RGB value is (139,211,121).

RGB: (139,211,121) (55%, 83%, 47%)

RGB channels and saturation

R 139 of 255 = 55%
G 211 of 255 = 83%
B 121 of 255 = 47%

139
211
121

R + G + B ~ 62%. #8BD379 is quite light color.

Portions of RGB colors in percentages

R + G + B = 139 + 211 + 121 = 471 (100%)
R 139 of 471 ~ 29.51%
G 211 of 471 ~ 44.8%
B 121 of 471 ~ 25.69'%

%29.51
%44.8
%25.69

CMYK color model

#8BD379 color CMYK value is (34,0,43,17).

  • cyan value is 34.12%
  • magenta value is 0.00%
  • yellow value is 42.65%
  • key color value is 17.25%

CMYK: (34,0,43,17)
C34M0Y43K17 (34%, 0%, 43%, 17%)
(0.34 / 0.00 / 0.43 / 0.17)

CMYK percentages

%34.12
%0
%42.65
%17.25

Codes

Color #8BD379 in popluar color models

8B D3 79
RGB 139 211 121
HSL 108° 50.56% 65.10%
HSB/HSV 108° 42.65% 82.75%
CMYK 34.12% 0.00% 42.65%
17.25%

Color #8BD379 in popluar number systems.

HEX 8B D3 79
Decimal 139 211 121
Binary 10001011 11010011 1111001
Octal 213 323 171

Shades and tints

Shades of #8BD379

#8BD379
(139,211,121)
#7FC06E
(127,192,110)
#73AD63
(115,173,99)
#679A58
(103,154,88)
#5B874D
(91,135,77)
#4F7442
(79,116,66)
#436137
(67,97,55)
#374E2C
(55,78,44)
#2B3B21
(43,59,33)
#1F2816
(31,40,22)
#13150B
(19,21,11)
#000000
(0,0,0)

Tints of #8BD379

#8BD379
(139,211,121)
#95D785
(149,215,133)
#9FDB91
(159,219,145)
#A9DF9D
(169,223,157)
#B3E3A9
(179,227,169)
#BDE7B5
(189,231,181)
#C7EBC1
(199,235,193)
#D1EFCD
(209,239,205)
#DBF3D9
(219,243,217)
#E5F7E5
(229,247,229)
#EFFBF1
(239,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BD379 color. Also use rgb(139,211,121) instead hex code.

Text Font Color

.myTextColor { color: #8BD379; }

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

This text font color is #8BD379.

Background Color

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

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

This div background color is #8BD379.

Border color

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

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

This div border color is #8BD379.

Opacity

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

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

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

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

This text has shadow with #8BD379 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BD379.

Preview

Color preview on black background

This text has color #8BD379 on black background.


Color preview on white background

This text has color #8BD379 on white background.


Black color preview on #8BD379 background

This text has black color on #8BD379 background.


White color preview on #8BD379 background

This text has white color on #8BD379 background.


Related colors

Complementary color

Complementary color for #hex is #742C86.


I love getcolorcode.com

Triadic colors

1 #798BD3 and #D3798B with #8BD379 are triadic colors.

2 #79D38B and #D38B79 with #8BD379 are triadic colors.