COLOR #8ED73F

HEX: #8ED73F RGB: (142,215,63)

Color info

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

RGB color model

#8ED73F color RGB value is (142,215,63).

RGB: (142,215,63) (56%, 84%, 25%)

RGB channels and saturation

R 142 of 255 = 56%
G 215 of 255 = 84%
B 63 of 255 = 25%

142
215
63

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

Portions of RGB colors in percentages

R + G + B = 142 + 215 + 63 = 420 (100%)
R 142 of 420 ~ 33.81%
G 215 of 420 ~ 51.19%
B 63 of 420 ~ 15'%

%33.81
%51.19
%15

CMYK color model

#8ED73F color CMYK value is (34,0,71,16).

  • cyan value is 33.95%
  • magenta value is 0.00%
  • yellow value is 70.70%
  • key color value is 15.69%
CMYK: (34,0,71,16) C34M0Y71K16 (34%,0%,71%,16%) (0.34/0.00/0.71/0.16) 

CMYK percentages

%33.95
%0
%70.7
%15.69

Codes

Color #8ED73F in popluar color models

8E D7 3F
RGB 142 215 63
HSL 89° 65.52% 54.51%
HSB/HSV 89° 70.70% 84.31%
CMYK 33.95% 0.00% 70.70%
15.69%

Color #8ED73F in popluar number systems.

HEX 8E D7 3F
Decimal 142 215 63
Binary 10001110 11010111 111111
Octal 216 327 77

Shades and tints

Shades of #8ED73F

#8ED73F
(142,215,63)
#82C43A
(130,196,58)
#76B135
(118,177,53)
#6A9E30
(106,158,48)
#5E8B2B
(94,139,43)
#527826
(82,120,38)
#466521
(70,101,33)
#3A521C
(58,82,28)
#2E3F17
(46,63,23)
#222C12
(34,44,18)
#16190D
(22,25,13)
#000000
(0,0,0)

Tints of #8ED73F

#8ED73F
(142,215,63)
#98DA50
(152,218,80)
#A2DD61
(162,221,97)
#ACE072
(172,224,114)
#B6E383
(182,227,131)
#C0E694
(192,230,148)
#CAE9A5
(202,233,165)
#D4ECB6
(212,236,182)
#DEEFC7
(222,239,199)
#E8F2D8
(232,242,216)
#F2F5E9
(242,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ED73F color. Also use rgb(142,215,63) instead hex code.

Text Font Color

.myTextColor { color: #8ED73F; }

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

This text font color is #8ED73F.

Background Color

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

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

This div background color is #8ED73F.

Border color

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

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

This div border color is #8ED73F.

Opacity

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

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

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

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

This text has shadow with #8ED73F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ED73F.

Preview

Color preview on black background

This text has color #8ED73F on black background.


Color preview on white background

This text has color #8ED73F on white background.


Black color preview on #8ED73F background

This text has black color on #8ED73F background.


White color preview on #8ED73F background

This text has white color on #8ED73F background.


Related colors

Complementary color

Complementary color for #hex is #7128C0.


I love getcolorcode.com

Triadic colors

1 #3F8ED7 and #D73F8E with #8ED73F are triadic colors.

2 #3FD78E and #D78E3F with #8ED73F are triadic colors.