COLOR #8DE250

HEX: #8DE250 RGB: (141,226,80)

Color info

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

RGB color model

#8DE250 color RGB value is (141,226,80).

RGB: (141,226,80) (55%, 89%, 31%)

RGB channels and saturation

R 141 of 255 = 55%
G 226 of 255 = 89%
B 80 of 255 = 31%

141
226
80

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

Portions of RGB colors in percentages

R + G + B = 141 + 226 + 80 = 447 (100%)
R 141 of 447 ~ 31.54%
G 226 of 447 ~ 50.56%
B 80 of 447 ~ 17.9'%

%31.54
%50.56
%17.9

CMYK color model

#8DE250 color CMYK value is (38,0,65,11).

  • cyan value is 37.61%
  • magenta value is 0.00%
  • yellow value is 64.60%
  • key color value is 11.37%

CMYK: (38,0,65,11)
C38M0Y65K11 (38%, 0%, 65%, 11%)
(0.38 / 0.00 / 0.65 / 0.11)

CMYK percentages

%37.61
%0
%64.6
%11.37

Codes

Color #8DE250 in popluar color models

8D E2 50
RGB 141 226 80
HSL 95° 71.57% 60.00%
HSB/HSV 95° 64.60% 88.63%
CMYK 37.61% 0.00% 64.60%
11.37%

Color #8DE250 in popluar number systems.

HEX 8D E2 50
Decimal 141 226 80
Binary 10001101 11100010 1010000
Octal 215 342 120

Shades and tints

Shades of #8DE250

#8DE250
(141,226,80)
#81CE49
(129,206,73)
#75BA42
(117,186,66)
#69A63B
(105,166,59)
#5D9234
(93,146,52)
#517E2D
(81,126,45)
#456A26
(69,106,38)
#39561F
(57,86,31)
#2D4218
(45,66,24)
#212E11
(33,46,17)
#151A0A
(21,26,10)
#000000
(0,0,0)

Tints of #8DE250

#8DE250
(141,226,80)
#97E45F
(151,228,95)
#A1E66E
(161,230,110)
#ABE87D
(171,232,125)
#B5EA8C
(181,234,140)
#BFEC9B
(191,236,155)
#C9EEAA
(201,238,170)
#D3F0B9
(211,240,185)
#DDF2C8
(221,242,200)
#E7F4D7
(231,244,215)
#F1F6E6
(241,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DE250 color. Also use rgb(141,226,80) instead hex code.

Text Font Color

.myTextColor { color: #8DE250; }

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

This text font color is #8DE250.

Background Color

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

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

This div background color is #8DE250.

Border color

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

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

This div border color is #8DE250.

Opacity

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

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

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

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

This text has shadow with #8DE250 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DE250.

Preview

Color preview on black background

This text has color #8DE250 on black background.


Color preview on white background

This text has color #8DE250 on white background.


Black color preview on #8DE250 background

This text has black color on #8DE250 background.


White color preview on #8DE250 background

This text has white color on #8DE250 background.


Related colors

Complementary color

Complementary color for #hex is #721DAF.


I love getcolorcode.com

Triadic colors

1 #508DE2 and #E2508D with #8DE250 are triadic colors.

2 #50E28D and #E28D50 with #8DE250 are triadic colors.