COLOR #8CEF81

HEX: #8CEF81
RGB: (140,239,129)

Color info

#8CEF81 contains mainly green color. Web safe color of #8CEF81 is #99FF99 (or #9F9).

RGB color model

#8CEF81 color RGB value is (140,239,129).

  • red value is 140;
  • green value is 239;
  • blue value is 129.
RGB:
(140,239,129)
(55%,94%,51%)

RGB channels and saturation

R 140 of 255 = 55%
G 239 of 255 = 94%
B 129 of 255 = 51%

140
239
129

R + G + B ~ 67%. #8CEF81 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 239 + 129 = 508 (100%)
R 140 of 508 ~ 27.56%
G 239 of 508 ~ 47.05%
B 129 of 508 ~ 25.39%

%27.56
%47.05
%25.39

CMYK color model

#8CEF81 color CMYK value is (41,0,46,6).

  • cyan value is 41.42%
  • magenta value is 0.00%
  • yellow value is 46.03%
  • key color value is 6.27%
CMYK:
(41,0,46,6)
C41M0Y46K6 
(41%,0%,46%,6%)
(0.41/0.00/0.46/0.06)	

CMYK percentages

%41.42
%0
%46.03
%6.27

Codes

Color #8CEF81 in popluar color models

8CEF81
RGB140239129
HSL114°77.46%72.16%
HSB/HSV114°46.03%93.73%
CMYK41.42%0.00%46.03%
6.27%

Color #8CEF81 in popluar number systems.

HEX8CEF81
Decimal140239129
Binary100011001110111110000001
Octal214357201

Shades and tints

Shades of #8CEF81

#8CEF81
(140,239,129)
#80DA76
(128,218,118)
#74C56B
(116,197,107)
#68B060
(104,176,96)
#5C9B55
(92,155,85)
#50864A
(80,134,74)
#44713F
(68,113,63)
#385C34
(56,92,52)
#2C4729
(44,71,41)
#20321E
(32,50,30)
#141D13
(20,29,19)
#000000
(0,0,0)

Tints of #8CEF81

#8CEF81
(140,239,129)
#96F08C
(150,240,140)
#A0F197
(160,241,151)
#AAF2A2
(170,242,162)
#B4F3AD
(180,243,173)
#BEF4B8
(190,244,184)
#C8F5C3
(200,245,195)
#D2F6CE
(210,246,206)
#DCF7D9
(220,247,217)
#E6F8E4
(230,248,228)
#F0F9EF
(240,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CEF81 color. Also use rgb(140,239,129) instead hex code.

Text Font Color

.myTextColor { color: #8CEF81; }

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

This text font color is #8CEF81.


Background Color

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

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

This div background color is #8CEF81.


Border color

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

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

This div border color is #8CEF81.


Opacity

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

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

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

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

This text has shadow with #8CEF81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CEF81 on black background.


Color preview on white background

This text has color #8CEF81 on white background.



Black color preview on #8CEF81 background

This text has black color on #8CEF81 background.


White color preview on #8CEF81 background

This text has white color on #8CEF81 background.