COLOR #8ED325

HEX: #8ED325
RGB: (142,211,37)

Color info

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

RGB color model

#8ED325 color RGB value is (142,211,37).

  • red value is 142;
  • green value is 211;
  • blue value is 37.
RGB:
(142,211,37)
(56%,83%,15%)

RGB channels and saturation

R 142 of 255 = 56%
G 211 of 255 = 83%
B 37 of 255 = 15%

142
211
37

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

Portions of RGB colors in percentages

R + G + B =
142 + 211 + 37 = 390 (100%)
R 142 of 390 ~ 36.41%
G 211 of 390 ~ 54.1%
B 37 of 390 ~ 9.49%

%36.41
%54.1

CMYK color model

#8ED325 color CMYK value is (33,0,82,17).

  • cyan value is 32.70%
  • magenta value is 0.00%
  • yellow value is 82.46%
  • key color value is 17.25%
CMYK:
(33,0,82,17)
C33M0Y82K17 
(33%,0%,82%,17%)
(0.33/0.00/0.82/0.17)	

CMYK percentages

%32.7
%0
%82.46
%17.25

Codes

Color #8ED325 in popluar color models

8ED325
RGB14221137
HSL84°70.16%48.63%
HSB/HSV84°82.46%82.75%
CMYK32.70%0.00%82.46%
17.25%

Color #8ED325 in popluar number systems.

HEX8ED325
Decimal14221137
Binary1000111011010011100101
Octal21632345

Shades and tints

Shades of #8ED325

#8ED325
(142,211,37)
#82C022
(130,192,34)
#76AD1F
(118,173,31)
#6A9A1C
(106,154,28)
#5E8719
(94,135,25)
#527416
(82,116,22)
#466113
(70,97,19)
#3A4E10
(58,78,16)
#2E3B0D
(46,59,13)
#22280A
(34,40,10)
#161507
(22,21,7)
#000000
(0,0,0)

Tints of #8ED325

#8ED325
(142,211,37)
#98D738
(152,215,56)
#A2DB4B
(162,219,75)
#ACDF5E
(172,223,94)
#B6E371
(182,227,113)
#C0E784
(192,231,132)
#CAEB97
(202,235,151)
#D4EFAA
(212,239,170)
#DEF3BD
(222,243,189)
#E8F7D0
(232,247,208)
#F2FBE3
(242,251,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ED325 color. Also use rgb(142,211,37) instead hex code.

Text Font Color

.myTextColor { color: #8ED325; }

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

This text font color is #8ED325.


Background Color

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

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

This div background color is #8ED325.


Border color

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

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

This div border color is #8ED325.


Opacity

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

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

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

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

This text has shadow with #8ED325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ED325 on black background.


Color preview on white background

This text has color #8ED325 on white background.



Black color preview on #8ED325 background

This text has black color on #8ED325 background.


White color preview on #8ED325 background

This text has white color on #8ED325 background.