COLOR #8EDD36

HEX: #8EDD36
RGB: (142,221,54)

Color info

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

RGB color model

#8EDD36 color RGB value is (142,221,54).

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

RGB channels and saturation

R 142 of 255 = 56%
G 221 of 255 = 87%
B 54 of 255 = 21%

142
221
54

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

Portions of RGB colors in percentages

R + G + B =
142 + 221 + 54 = 417 (100%)
R 142 of 417 ~ 34.05%
G 221 of 417 ~ 53%
B 54 of 417 ~ 12.95%

%34.05
%53
%12.95

CMYK color model

#8EDD36 color CMYK value is (36,0,76,13).

  • cyan value is 35.75%
  • magenta value is 0.00%
  • yellow value is 75.57%
  • key color value is 13.33%
CMYK:
(36,0,76,13)
C36M0Y76K13 
(36%,0%,76%,13%)
(0.36/0.00/0.76/0.13)	

CMYK percentages

%35.75
%0
%75.57
%13.33

Codes

Color #8EDD36 in popluar color models

8EDD36
RGB14222154
HSL88°71.06%53.92%
HSB/HSV88°75.57%86.67%
CMYK35.75%0.00%75.57%
13.33%

Color #8EDD36 in popluar number systems.

HEX8EDD36
Decimal14222154
Binary1000111011011101110110
Octal21633566

Shades and tints

Shades of #8EDD36

#8EDD36
(142,221,54)
#82C932
(130,201,50)
#76B52E
(118,181,46)
#6AA12A
(106,161,42)
#5E8D26
(94,141,38)
#527922
(82,121,34)
#46651E
(70,101,30)
#3A511A
(58,81,26)
#2E3D16
(46,61,22)
#222912
(34,41,18)
#16150E
(22,21,14)
#000000
(0,0,0)

Tints of #8EDD36

#8EDD36
(142,221,54)
#98E048
(152,224,72)
#A2E35A
(162,227,90)
#ACE66C
(172,230,108)
#B6E97E
(182,233,126)
#C0EC90
(192,236,144)
#CAEFA2
(202,239,162)
#D4F2B4
(212,242,180)
#DEF5C6
(222,245,198)
#E8F8D8
(232,248,216)
#F2FBEA
(242,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EDD36; }

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

This text font color is #8EDD36.


Background Color

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

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

This div background color is #8EDD36.


Border color

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

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

This div border color is #8EDD36.


Opacity

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

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

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

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

This text has shadow with #8EDD36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EDD36 on black background.


Color preview on white background

This text has color #8EDD36 on white background.



Black color preview on #8EDD36 background

This text has black color on #8EDD36 background.


White color preview on #8EDD36 background

This text has white color on #8EDD36 background.