COLOR #8CE82F

HEX: #8CE82F
RGB: (140,232,47)

Color info

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

RGB color model

#8CE82F color RGB value is (140,232,47).

  • red value is 140;
  • green value is 232;
  • blue value is 47.
RGB:
(140,232,47)
(55%,91%,18%)

RGB channels and saturation

R 140 of 255 = 55%
G 232 of 255 = 91%
B 47 of 255 = 18%

140
232
47

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

Portions of RGB colors in percentages

R + G + B =
140 + 232 + 47 = 419 (100%)
R 140 of 419 ~ 33.41%
G 232 of 419 ~ 55.37%
B 47 of 419 ~ 11.22%

%33.41
%55.37
%11.22

CMYK color model

#8CE82F color CMYK value is (40,0,80,9).

  • cyan value is 39.66%
  • magenta value is 0.00%
  • yellow value is 79.74%
  • key color value is 9.02%
CMYK:
(40,0,80,9)
C40M0Y80K9 
(40%,0%,80%,9%)
(0.40/0.00/0.80/0.09)	

CMYK percentages

%39.66
%0
%79.74
%9.02

Codes

Color #8CE82F in popluar color models

8CE82F
RGB14023247
HSL90°80.09%54.71%
HSB/HSV90°79.74%90.98%
CMYK39.66%0.00%79.74%
9.02%

Color #8CE82F in popluar number systems.

HEX8CE82F
Decimal14023247
Binary1000110011101000101111
Octal21435057

Shades and tints

Shades of #8CE82F

#8CE82F
(140,232,47)
#80D32B
(128,211,43)
#74BE27
(116,190,39)
#68A923
(104,169,35)
#5C941F
(92,148,31)
#507F1B
(80,127,27)
#446A17
(68,106,23)
#385513
(56,85,19)
#2C400F
(44,64,15)
#202B0B
(32,43,11)
#141607
(20,22,7)
#000000
(0,0,0)

Tints of #8CE82F

#8CE82F
(140,232,47)
#96EA41
(150,234,65)
#A0EC53
(160,236,83)
#AAEE65
(170,238,101)
#B4F077
(180,240,119)
#BEF289
(190,242,137)
#C8F49B
(200,244,155)
#D2F6AD
(210,246,173)
#DCF8BF
(220,248,191)
#E6FAD1
(230,250,209)
#F0FCE3
(240,252,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CE82F color. Also use rgb(140,232,47) instead hex code.

Text Font Color

.myTextColor { color: #8CE82F; }

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

This text font color is #8CE82F.


Background Color

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

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

This div background color is #8CE82F.


Border color

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

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

This div border color is #8CE82F.


Opacity

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

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

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

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

This text has shadow with #8CE82F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CE82F on black background.


Color preview on white background

This text has color #8CE82F on white background.



Black color preview on #8CE82F background

This text has black color on #8CE82F background.


White color preview on #8CE82F background

This text has white color on #8CE82F background.