COLOR #8CE71B

HEX: #8CE71B
RGB: (140,231,27)

Color info

#8CE71B contains mainly green color. Web safe color of #8CE71B is #99FF33 (or #9F3).

RGB color model

#8CE71B color RGB value is (140,231,27).

  • red value is 140;
  • green value is 231;
  • blue value is 27.
RGB:
(140,231,27)
(55%,91%,11%)

RGB channels and saturation

R 140 of 255 = 55%
G 231 of 255 = 91%
B 27 of 255 = 11%

140
231
27

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

Portions of RGB colors in percentages

R + G + B =
140 + 231 + 27 = 398 (100%)
R 140 of 398 ~ 35.18%
G 231 of 398 ~ 58.04%
B 27 of 398 ~ 6.78%

%35.18
%58.04

CMYK color model

#8CE71B color CMYK value is (39,0,88,9).

  • cyan value is 39.39%
  • magenta value is 0.00%
  • yellow value is 88.31%
  • key color value is 9.41%
CMYK:
(39,0,88,9)
C39M0Y88K9 
(39%,0%,88%,9%)
(0.39/0.00/0.88/0.09)	

CMYK percentages

%39.39
%0
%88.31
%9.41

Codes

Color #8CE71B in popluar color models

8CE71B
RGB14023127
HSL87°80.95%50.59%
HSB/HSV87°88.31%90.59%
CMYK39.39%0.00%88.31%
9.41%

Color #8CE71B in popluar number systems.

HEX8CE71B
Decimal14023127
Binary100011001110011111011
Octal21434733

Shades and tints

Shades of #8CE71B

#8CE71B
(140,231,27)
#80D219
(128,210,25)
#74BD17
(116,189,23)
#68A815
(104,168,21)
#5C9313
(92,147,19)
#507E11
(80,126,17)
#44690F
(68,105,15)
#38540D
(56,84,13)
#2C3F0B
(44,63,11)
#202A09
(32,42,9)
#141507
(20,21,7)
#000000
(0,0,0)

Tints of #8CE71B

#8CE71B
(140,231,27)
#96E92F
(150,233,47)
#A0EB43
(160,235,67)
#AAED57
(170,237,87)
#B4EF6B
(180,239,107)
#BEF17F
(190,241,127)
#C8F393
(200,243,147)
#D2F5A7
(210,245,167)
#DCF7BB
(220,247,187)
#E6F9CF
(230,249,207)
#F0FBE3
(240,251,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CE71B color. Also use rgb(140,231,27) instead hex code.

Text Font Color

.myTextColor { color: #8CE71B; }

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

This text font color is #8CE71B.


Background Color

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

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

This div background color is #8CE71B.


Border color

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

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

This div border color is #8CE71B.


Opacity

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

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

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

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

This text has shadow with #8CE71B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CE71B on black background.


Color preview on white background

This text has color #8CE71B on white background.



Black color preview on #8CE71B background

This text has black color on #8CE71B background.


White color preview on #8CE71B background

This text has white color on #8CE71B background.