COLOR #8EDF21

HEX: #8EDF21
RGB: (142,223,33)

Color info

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

RGB color model

#8EDF21 color RGB value is (142,223,33).

  • red value is 142;
  • green value is 223;
  • blue value is 33.
RGB:
(142,223,33)
(56%,87%,13%)

RGB channels and saturation

R 142 of 255 = 56%
G 223 of 255 = 87%
B 33 of 255 = 13%

142
223
33

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

Portions of RGB colors in percentages

R + G + B =
142 + 223 + 33 = 398 (100%)
R 142 of 398 ~ 35.68%
G 223 of 398 ~ 56.03%
B 33 of 398 ~ 8.29%

%35.68
%56.03

CMYK color model

#8EDF21 color CMYK value is (36,0,85,13).

  • cyan value is 36.32%
  • magenta value is 0.00%
  • yellow value is 85.20%
  • key color value is 12.55%
CMYK:
(36,0,85,13)
C36M0Y85K13 
(36%,0%,85%,13%)
(0.36/0.00/0.85/0.13)	

CMYK percentages

%36.32
%0
%85.2
%12.55

Codes

Color #8EDF21 in popluar color models

8EDF21
RGB14222333
HSL86°74.80%50.20%
HSB/HSV86°85.20%87.45%
CMYK36.32%0.00%85.20%
12.55%

Color #8EDF21 in popluar number systems.

HEX8EDF21
Decimal14222333
Binary1000111011011111100001
Octal21633741

Shades and tints

Shades of #8EDF21

#8EDF21
(142,223,33)
#82CB1E
(130,203,30)
#76B71B
(118,183,27)
#6AA318
(106,163,24)
#5E8F15
(94,143,21)
#527B12
(82,123,18)
#46670F
(70,103,15)
#3A530C
(58,83,12)
#2E3F09
(46,63,9)
#222B06
(34,43,6)
#161703
(22,23,3)
#000000
(0,0,0)

Tints of #8EDF21

#8EDF21
(142,223,33)
#98E135
(152,225,53)
#A2E349
(162,227,73)
#ACE55D
(172,229,93)
#B6E771
(182,231,113)
#C0E985
(192,233,133)
#CAEB99
(202,235,153)
#D4EDAD
(212,237,173)
#DEEFC1
(222,239,193)
#E8F1D5
(232,241,213)
#F2F3E9
(242,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EDF21 color. Also use rgb(142,223,33) instead hex code.

Text Font Color

.myTextColor { color: #8EDF21; }

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

This text font color is #8EDF21.


Background Color

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

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

This div background color is #8EDF21.


Border color

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

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

This div border color is #8EDF21.


Opacity

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

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

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

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

This text has shadow with #8EDF21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EDF21 on black background.


Color preview on white background

This text has color #8EDF21 on white background.



Black color preview on #8EDF21 background

This text has black color on #8EDF21 background.


White color preview on #8EDF21 background

This text has white color on #8EDF21 background.