COLOR #8BC57F

HEX: #8BC57F RGB: (139,197,127)

Color info

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

RGB color model

#8BC57F color RGB value is (139,197,127).

RGB: (139,197,127) (55%, 77%, 50%)

RGB channels and saturation

R 139 of 255 = 55%
G 197 of 255 = 77%
B 127 of 255 = 50%

139
197
127

R + G + B ~ 61%. #8BC57F is quite light color.

Portions of RGB colors in percentages

R + G + B = 139 + 197 + 127 = 463 (100%)
R 139 of 463 ~ 30.02%
G 197 of 463 ~ 42.55%
B 127 of 463 ~ 27.43'%

%30.02
%42.55
%27.43

CMYK color model

#8BC57F color CMYK value is (29,0,36,23).

  • cyan value is 29.44%
  • magenta value is 0.00%
  • yellow value is 35.53%
  • key color value is 22.75%

CMYK: (29,0,36,23)
C29M0Y36K23 (29%, 0%, 36%, 23%)
(0.29 / 0.00 / 0.36 / 0.23)

CMYK percentages

%29.44
%0
%35.53
%22.75

Codes

Color #8BC57F in popluar color models

8B C5 7F
RGB 139 197 127
HSL 110° 37.63% 63.53%
HSB/HSV 110° 35.53% 77.25%
CMYK 29.44% 0.00% 35.53%
22.75%

Color #8BC57F in popluar number systems.

HEX 8B C5 7F
Decimal 139 197 127
Binary 10001011 11000101 1111111
Octal 213 305 177

Shades and tints

Shades of #8BC57F

#8BC57F
(139,197,127)
#7FB474
(127,180,116)
#73A369
(115,163,105)
#67925E
(103,146,94)
#5B8153
(91,129,83)
#4F7048
(79,112,72)
#435F3D
(67,95,61)
#374E32
(55,78,50)
#2B3D27
(43,61,39)
#1F2C1C
(31,44,28)
#131B11
(19,27,17)
#000000
(0,0,0)

Tints of #8BC57F

#8BC57F
(139,197,127)
#95CA8A
(149,202,138)
#9FCF95
(159,207,149)
#A9D4A0
(169,212,160)
#B3D9AB
(179,217,171)
#BDDEB6
(189,222,182)
#C7E3C1
(199,227,193)
#D1E8CC
(209,232,204)
#DBEDD7
(219,237,215)
#E5F2E2
(229,242,226)
#EFF7ED
(239,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BC57F color. Also use rgb(139,197,127) instead hex code.

Text Font Color

.myTextColor { color: #8BC57F; }

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

This text font color is #8BC57F.

Background Color

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

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

This div background color is #8BC57F.

Border color

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

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

This div border color is #8BC57F.

Opacity

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

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

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

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

This text has shadow with #8BC57F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BC57F.

Preview

Color preview on black background

This text has color #8BC57F on black background.


Color preview on white background

This text has color #8BC57F on white background.


Black color preview on #8BC57F background

This text has black color on #8BC57F background.


White color preview on #8BC57F background

This text has white color on #8BC57F background.


Related colors

Complementary color

Complementary color for #hex is #743A80.


I love getcolorcode.com

Triadic colors

1 #7F8BC5 and #C57F8B with #8BC57F are triadic colors.

2 #7FC58B and #C58B7F with #8BC57F are triadic colors.