COLOR #8EF15D

HEX: #8EF15D
RGB: (142,241,93)

Color info

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

RGB color model

#8EF15D color RGB value is (142,241,93).

  • red value is 142;
  • green value is 241;
  • blue value is 93.
RGB:
(142,241,93)
(56%,95%,36%)

RGB channels and saturation

R 142 of 255 = 56%
G 241 of 255 = 95%
B 93 of 255 = 36%

142
241
93

R + G + B ~ 62%. #8EF15D is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 241 + 93 = 476 (100%)
R 142 of 476 ~ 29.83%
G 241 of 476 ~ 50.63%
B 93 of 476 ~ 19.54%

%29.83
%50.63
%19.54

CMYK color model

#8EF15D color CMYK value is (41,0,61,5).

  • cyan value is 41.08%
  • magenta value is 0.00%
  • yellow value is 61.41%
  • key color value is 5.49%
CMYK:
(41,0,61,5)
C41M0Y61K5 
(41%,0%,61%,5%)
(0.41/0.00/0.61/0.05)	

CMYK percentages

%41.08
%0
%61.41
%5.49

Codes

Color #8EF15D in popluar color models

8EF15D
RGB14224193
HSL100°84.09%65.49%
HSB/HSV100°61.41%94.51%
CMYK41.08%0.00%61.41%
5.49%

Color #8EF15D in popluar number systems.

HEX8EF15D
Decimal14224193
Binary10001110111100011011101
Octal216361135

Shades and tints

Shades of #8EF15D

#8EF15D
(142,241,93)
#82DC55
(130,220,85)
#76C74D
(118,199,77)
#6AB245
(106,178,69)
#5E9D3D
(94,157,61)
#528835
(82,136,53)
#46732D
(70,115,45)
#3A5E25
(58,94,37)
#2E491D
(46,73,29)
#223415
(34,52,21)
#161F0D
(22,31,13)
#000000
(0,0,0)

Tints of #8EF15D

#8EF15D
(142,241,93)
#98F26B
(152,242,107)
#A2F379
(162,243,121)
#ACF487
(172,244,135)
#B6F595
(182,245,149)
#C0F6A3
(192,246,163)
#CAF7B1
(202,247,177)
#D4F8BF
(212,248,191)
#DEF9CD
(222,249,205)
#E8FADB
(232,250,219)
#F2FBE9
(242,251,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EF15D color. Also use rgb(142,241,93) instead hex code.

Text Font Color

.myTextColor { color: #8EF15D; }

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

This text font color is #8EF15D.


Background Color

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

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

This div background color is #8EF15D.


Border color

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

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

This div border color is #8EF15D.


Opacity

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

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

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

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

This text has shadow with #8EF15D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EF15D on black background.


Color preview on white background

This text has color #8EF15D on white background.



Black color preview on #8EF15D background

This text has black color on #8EF15D background.


White color preview on #8EF15D background

This text has white color on #8EF15D background.