COLOR #8ED565

HEX: #8ED565
RGB: (142,213,101)

Color info

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

RGB color model

#8ED565 color RGB value is (142,213,101).

  • red value is 142;
  • green value is 213;
  • blue value is 101.
RGB:
(142,213,101)
(56%,84%,40%)

RGB channels and saturation

R 142 of 255 = 56%
G 213 of 255 = 84%
B 101 of 255 = 40%

142
213
101

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

Portions of RGB colors in percentages

R + G + B =
142 + 213 + 101 = 456 (100%)
R 142 of 456 ~ 31.14%
G 213 of 456 ~ 46.71%
B 101 of 456 ~ 22.15%

%31.14
%46.71
%22.15

CMYK color model

#8ED565 color CMYK value is (33,0,53,16).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 52.58%
  • key color value is 16.47%
CMYK:
(33,0,53,16)
C33M0Y53K16 
(33%,0%,53%,16%)
(0.33/0.00/0.53/0.16)	

CMYK percentages

%33.33
%0
%52.58
%16.47

Codes

Color #8ED565 in popluar color models

8ED565
RGB142213101
HSL98°57.14%61.57%
HSB/HSV98°52.58%83.53%
CMYK33.33%0.00%52.58%
16.47%

Color #8ED565 in popluar number systems.

HEX8ED565
Decimal142213101
Binary10001110110101011100101
Octal216325145

Shades and tints

Shades of #8ED565

#8ED565
(142,213,101)
#82C25C
(130,194,92)
#76AF53
(118,175,83)
#6A9C4A
(106,156,74)
#5E8941
(94,137,65)
#527638
(82,118,56)
#46632F
(70,99,47)
#3A5026
(58,80,38)
#2E3D1D
(46,61,29)
#222A14
(34,42,20)
#16170B
(22,23,11)
#000000
(0,0,0)

Tints of #8ED565

#8ED565
(142,213,101)
#98D873
(152,216,115)
#A2DB81
(162,219,129)
#ACDE8F
(172,222,143)
#B6E19D
(182,225,157)
#C0E4AB
(192,228,171)
#CAE7B9
(202,231,185)
#D4EAC7
(212,234,199)
#DEEDD5
(222,237,213)
#E8F0E3
(232,240,227)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ED565 color. Also use rgb(142,213,101) instead hex code.

Text Font Color

.myTextColor { color: #8ED565; }

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

This text font color is #8ED565.


Background Color

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

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

This div background color is #8ED565.


Border color

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

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

This div border color is #8ED565.


Opacity

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

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

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

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

This text has shadow with #8ED565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ED565 on black background.


Color preview on white background

This text has color #8ED565 on white background.



Black color preview on #8ED565 background

This text has black color on #8ED565 background.


White color preview on #8ED565 background

This text has white color on #8ED565 background.