COLOR #8EEB7F

HEX: #8EEB7F
RGB: (142,235,127)

Color info

#8EEB7F contains mainly green color. Web safe color of #8EEB7F is #99FF66 (or #9F6).

RGB color model

#8EEB7F color RGB value is (142,235,127).

  • red value is 142;
  • green value is 235;
  • blue value is 127.
RGB:
(142,235,127)
(56%,92%,50%)

RGB channels and saturation

R 142 of 255 = 56%
G 235 of 255 = 92%
B 127 of 255 = 50%

142
235
127

R + G + B ~ 66%. #8EEB7F is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 235 + 127 = 504 (100%)
R 142 of 504 ~ 28.17%
G 235 of 504 ~ 46.63%
B 127 of 504 ~ 25.2%

%28.17
%46.63
%25.2

CMYK color model

#8EEB7F color CMYK value is (40,0,46,8).

  • cyan value is 39.57%
  • magenta value is 0.00%
  • yellow value is 45.96%
  • key color value is 7.84%
CMYK:
(40,0,46,8)
C40M0Y46K8 
(40%,0%,46%,8%)
(0.40/0.00/0.46/0.08)	

CMYK percentages

%39.57
%0
%45.96
%7.84

Codes

Color #8EEB7F in popluar color models

8EEB7F
RGB142235127
HSL112°72.97%70.98%
HSB/HSV112°45.96%92.16%
CMYK39.57%0.00%45.96%
7.84%

Color #8EEB7F in popluar number systems.

HEX8EEB7F
Decimal142235127
Binary10001110111010111111111
Octal216353177

Shades and tints

Shades of #8EEB7F

#8EEB7F
(142,235,127)
#82D674
(130,214,116)
#76C169
(118,193,105)
#6AAC5E
(106,172,94)
#5E9753
(94,151,83)
#528248
(82,130,72)
#466D3D
(70,109,61)
#3A5832
(58,88,50)
#2E4327
(46,67,39)
#222E1C
(34,46,28)
#161911
(22,25,17)
#000000
(0,0,0)

Tints of #8EEB7F

#8EEB7F
(142,235,127)
#98EC8A
(152,236,138)
#A2ED95
(162,237,149)
#ACEEA0
(172,238,160)
#B6EFAB
(182,239,171)
#C0F0B6
(192,240,182)
#CAF1C1
(202,241,193)
#D4F2CC
(212,242,204)
#DEF3D7
(222,243,215)
#E8F4E2
(232,244,226)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EEB7F color. Also use rgb(142,235,127) instead hex code.

Text Font Color

.myTextColor { color: #8EEB7F; }

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

This text font color is #8EEB7F.


Background Color

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

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

This div background color is #8EEB7F.


Border color

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

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

This div border color is #8EEB7F.


Opacity

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

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

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

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

This text has shadow with #8EEB7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EEB7F on black background.


Color preview on white background

This text has color #8EEB7F on white background.



Black color preview on #8EEB7F background

This text has black color on #8EEB7F background.


White color preview on #8EEB7F background

This text has white color on #8EEB7F background.