COLOR #8EDD40

HEX: #8EDD40
RGB: (142,221,64)

Color info

#8EDD40 contains mainly green color. Web safe color of #8EDD40 is #99CC33 (or #9C3).

RGB color model

#8EDD40 color RGB value is (142,221,64).

  • red value is 142;
  • green value is 221;
  • blue value is 64.
RGB:
(142,221,64)
(56%,87%,25%)

RGB channels and saturation

R 142 of 255 = 56%
G 221 of 255 = 87%
B 64 of 255 = 25%

142
221
64

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

Portions of RGB colors in percentages

R + G + B =
142 + 221 + 64 = 427 (100%)
R 142 of 427 ~ 33.26%
G 221 of 427 ~ 51.76%
B 64 of 427 ~ 14.99%

%33.26
%51.76
%14.99

CMYK color model

#8EDD40 color CMYK value is (36,0,71,13).

  • cyan value is 35.75%
  • magenta value is 0.00%
  • yellow value is 71.04%
  • key color value is 13.33%
CMYK:
(36,0,71,13)
C36M0Y71K13 
(36%,0%,71%,13%)
(0.36/0.00/0.71/0.13)	

CMYK percentages

%35.75
%0
%71.04
%13.33

Codes

Color #8EDD40 in popluar color models

8EDD40
RGB14222164
HSL90°69.78%55.88%
HSB/HSV90°71.04%86.67%
CMYK35.75%0.00%71.04%
13.33%

Color #8EDD40 in popluar number systems.

HEX8EDD40
Decimal14222164
Binary10001110110111011000000
Octal216335100

Shades and tints

Shades of #8EDD40

#8EDD40
(142,221,64)
#82C93B
(130,201,59)
#76B536
(118,181,54)
#6AA131
(106,161,49)
#5E8D2C
(94,141,44)
#527927
(82,121,39)
#466522
(70,101,34)
#3A511D
(58,81,29)
#2E3D18
(46,61,24)
#222913
(34,41,19)
#16150E
(22,21,14)
#000000
(0,0,0)

Tints of #8EDD40

#8EDD40
(142,221,64)
#98E051
(152,224,81)
#A2E362
(162,227,98)
#ACE673
(172,230,115)
#B6E984
(182,233,132)
#C0EC95
(192,236,149)
#CAEFA6
(202,239,166)
#D4F2B7
(212,242,183)
#DEF5C8
(222,245,200)
#E8F8D9
(232,248,217)
#F2FBEA
(242,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EDD40 color. Also use rgb(142,221,64) instead hex code.

Text Font Color

.myTextColor { color: #8EDD40; }

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

This text font color is #8EDD40.


Background Color

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

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

This div background color is #8EDD40.


Border color

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

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

This div border color is #8EDD40.


Opacity

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

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

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

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

This text has shadow with #8EDD40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EDD40 on black background.


Color preview on white background

This text has color #8EDD40 on white background.



Black color preview on #8EDD40 background

This text has black color on #8EDD40 background.


White color preview on #8EDD40 background

This text has white color on #8EDD40 background.