COLOR #8EF187

HEX: #8EF187
RGB: (142,241,135)

Color info

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

RGB color model

#8EF187 color RGB value is (142,241,135).

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

RGB channels and saturation

R 142 of 255 = 56%
G 241 of 255 = 95%
B 135 of 255 = 53%

142
241
135

R + G + B ~ 68%. #8EF187 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 241 + 135 = 518 (100%)
R 142 of 518 ~ 27.41%
G 241 of 518 ~ 46.53%
B 135 of 518 ~ 26.06%

%27.41
%46.53
%26.06

CMYK color model

#8EF187 color CMYK value is (41,0,44,5).

  • cyan value is 41.08%
  • magenta value is 0.00%
  • yellow value is 43.98%
  • key color value is 5.49%
CMYK:
(41,0,44,5)
C41M0Y44K5 
(41%,0%,44%,5%)
(0.41/0.00/0.44/0.05)	

CMYK percentages

%41.08
%0
%43.98
%5.49

Codes

Color #8EF187 in popluar color models

8EF187
RGB142241135
HSL116°79.10%73.73%
HSB/HSV116°43.98%94.51%
CMYK41.08%0.00%43.98%
5.49%

Color #8EF187 in popluar number systems.

HEX8EF187
Decimal142241135
Binary100011101111000110000111
Octal216361207

Shades and tints

Shades of #8EF187

#8EF187
(142,241,135)
#82DC7B
(130,220,123)
#76C76F
(118,199,111)
#6AB263
(106,178,99)
#5E9D57
(94,157,87)
#52884B
(82,136,75)
#46733F
(70,115,63)
#3A5E33
(58,94,51)
#2E4927
(46,73,39)
#22341B
(34,52,27)
#161F0F
(22,31,15)
#000000
(0,0,0)

Tints of #8EF187

#8EF187
(142,241,135)
#98F291
(152,242,145)
#A2F39B
(162,243,155)
#ACF4A5
(172,244,165)
#B6F5AF
(182,245,175)
#C0F6B9
(192,246,185)
#CAF7C3
(202,247,195)
#D4F8CD
(212,248,205)
#DEF9D7
(222,249,215)
#E8FAE1
(232,250,225)
#F2FBEB
(242,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EF187; }

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

This text font color is #8EF187.


Background Color

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

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

This div background color is #8EF187.


Border color

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

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

This div border color is #8EF187.


Opacity

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

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

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

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

This text has shadow with #8EF187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EF187 on black background.


Color preview on white background

This text has color #8EF187 on white background.



Black color preview on #8EF187 background

This text has black color on #8EF187 background.


White color preview on #8EF187 background

This text has white color on #8EF187 background.