COLOR #8EE64F

HEX: #8EE64F
RGB: (142,230,79)

Color info

#8EE64F contains mainly green color. Web safe color of #8EE64F is #99CC66 (or #9C6).

RGB color model

#8EE64F color RGB value is (142,230,79).

  • red value is 142;
  • green value is 230;
  • blue value is 79.
RGB:
(142,230,79)
(56%,90%,31%)

RGB channels and saturation

R 142 of 255 = 56%
G 230 of 255 = 90%
B 79 of 255 = 31%

142
230
79

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

Portions of RGB colors in percentages

R + G + B =
142 + 230 + 79 = 451 (100%)
R 142 of 451 ~ 31.49%
G 230 of 451 ~ 51%
B 79 of 451 ~ 17.52%

%31.49
%51
%17.52

CMYK color model

#8EE64F color CMYK value is (38,0,66,10).

  • cyan value is 38.26%
  • magenta value is 0.00%
  • yellow value is 65.65%
  • key color value is 9.80%
CMYK:
(38,0,66,10)
C38M0Y66K10 
(38%,0%,66%,10%)
(0.38/0.00/0.66/0.10)	

CMYK percentages

%38.26
%0
%65.65
%9.8

Codes

Color #8EE64F in popluar color models

8EE64F
RGB14223079
HSL95°75.12%60.59%
HSB/HSV95°65.65%90.20%
CMYK38.26%0.00%65.65%
9.80%

Color #8EE64F in popluar number systems.

HEX8EE64F
Decimal14223079
Binary10001110111001101001111
Octal216346117

Shades and tints

Shades of #8EE64F

#8EE64F
(142,230,79)
#82D248
(130,210,72)
#76BE41
(118,190,65)
#6AAA3A
(106,170,58)
#5E9633
(94,150,51)
#52822C
(82,130,44)
#466E25
(70,110,37)
#3A5A1E
(58,90,30)
#2E4617
(46,70,23)
#223210
(34,50,16)
#161E09
(22,30,9)
#000000
(0,0,0)

Tints of #8EE64F

#8EE64F
(142,230,79)
#98E85F
(152,232,95)
#A2EA6F
(162,234,111)
#ACEC7F
(172,236,127)
#B6EE8F
(182,238,143)
#C0F09F
(192,240,159)
#CAF2AF
(202,242,175)
#D4F4BF
(212,244,191)
#DEF6CF
(222,246,207)
#E8F8DF
(232,248,223)
#F2FAEF
(242,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EE64F color. Also use rgb(142,230,79) instead hex code.

Text Font Color

.myTextColor { color: #8EE64F; }

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

This text font color is #8EE64F.


Background Color

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

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

This div background color is #8EE64F.


Border color

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

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

This div border color is #8EE64F.


Opacity

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

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

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

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

This text has shadow with #8EE64F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EE64F on black background.


Color preview on white background

This text has color #8EE64F on white background.



Black color preview on #8EE64F background

This text has black color on #8EE64F background.


White color preview on #8EE64F background

This text has white color on #8EE64F background.