COLOR #8ED764

HEX: #8ED764
RGB: (142,215,100)

Color info

#8ED764 contains mainly green color. Web safe color of #8ED764 is #99CC66 (or #9C6).

RGB color model

#8ED764 color RGB value is (142,215,100).

  • red value is 142;
  • green value is 215;
  • blue value is 100.
RGB:
(142,215,100)
(56%,84%,39%)

RGB channels and saturation

R 142 of 255 = 56%
G 215 of 255 = 84%
B 100 of 255 = 39%

142
215
100

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

Portions of RGB colors in percentages

R + G + B =
142 + 215 + 100 = 457 (100%)
R 142 of 457 ~ 31.07%
G 215 of 457 ~ 47.05%
B 100 of 457 ~ 21.88%

%31.07
%47.05
%21.88

CMYK color model

#8ED764 color CMYK value is (34,0,53,16).

  • cyan value is 33.95%
  • magenta value is 0.00%
  • yellow value is 53.49%
  • key color value is 15.69%
CMYK:
(34,0,53,16)
C34M0Y53K16 
(34%,0%,53%,16%)
(0.34/0.00/0.53/0.16)	

CMYK percentages

%33.95
%0
%53.49
%15.69

Codes

Color #8ED764 in popluar color models

8ED764
RGB142215100
HSL98°58.97%61.76%
HSB/HSV98°53.49%84.31%
CMYK33.95%0.00%53.49%
15.69%

Color #8ED764 in popluar number systems.

HEX8ED764
Decimal142215100
Binary10001110110101111100100
Octal216327144

Shades and tints

Shades of #8ED764

#8ED764
(142,215,100)
#82C45B
(130,196,91)
#76B152
(118,177,82)
#6A9E49
(106,158,73)
#5E8B40
(94,139,64)
#527837
(82,120,55)
#46652E
(70,101,46)
#3A5225
(58,82,37)
#2E3F1C
(46,63,28)
#222C13
(34,44,19)
#16190A
(22,25,10)
#000000
(0,0,0)

Tints of #8ED764

#8ED764
(142,215,100)
#98DA72
(152,218,114)
#A2DD80
(162,221,128)
#ACE08E
(172,224,142)
#B6E39C
(182,227,156)
#C0E6AA
(192,230,170)
#CAE9B8
(202,233,184)
#D4ECC6
(212,236,198)
#DEEFD4
(222,239,212)
#E8F2E2
(232,242,226)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ED764; }

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

This text font color is #8ED764.


Background Color

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

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

This div background color is #8ED764.


Border color

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

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

This div border color is #8ED764.


Opacity

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

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

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

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

This text has shadow with #8ED764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ED764 on black background.


Color preview on white background

This text has color #8ED764 on white background.



Black color preview on #8ED764 background

This text has black color on #8ED764 background.


White color preview on #8ED764 background

This text has white color on #8ED764 background.