COLOR #8DE53D

HEX: #8DE53D
RGB: (141,229,61)

Color info

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

RGB color model

#8DE53D color RGB value is (141,229,61).

  • red value is 141;
  • green value is 229;
  • blue value is 61.
RGB:
(141,229,61)
(55%,90%,24%)

RGB channels and saturation

R 141 of 255 = 55%
G 229 of 255 = 90%
B 61 of 255 = 24%

141
229
61

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

Portions of RGB colors in percentages

R + G + B =
141 + 229 + 61 = 431 (100%)
R 141 of 431 ~ 32.71%
G 229 of 431 ~ 53.13%
B 61 of 431 ~ 14.15%

%32.71
%53.13
%14.15

CMYK color model

#8DE53D color CMYK value is (38,0,73,10).

  • cyan value is 38.43%
  • magenta value is 0.00%
  • yellow value is 73.36%
  • key color value is 10.20%
CMYK:
(38,0,73,10)
C38M0Y73K10 
(38%,0%,73%,10%)
(0.38/0.00/0.73/0.10)	

CMYK percentages

%38.43
%0
%73.36
%10.2

Codes

Color #8DE53D in popluar color models

8DE53D
RGB14122961
HSL91°76.36%56.86%
HSB/HSV91°73.36%89.80%
CMYK38.43%0.00%73.36%
10.20%

Color #8DE53D in popluar number systems.

HEX8DE53D
Decimal14122961
Binary1000110111100101111101
Octal21534575

Shades and tints

Shades of #8DE53D

#8DE53D
(141,229,61)
#81D138
(129,209,56)
#75BD33
(117,189,51)
#69A92E
(105,169,46)
#5D9529
(93,149,41)
#518124
(81,129,36)
#456D1F
(69,109,31)
#39591A
(57,89,26)
#2D4515
(45,69,21)
#213110
(33,49,16)
#151D0B
(21,29,11)
#000000
(0,0,0)

Tints of #8DE53D

#8DE53D
(141,229,61)
#97E74E
(151,231,78)
#A1E95F
(161,233,95)
#ABEB70
(171,235,112)
#B5ED81
(181,237,129)
#BFEF92
(191,239,146)
#C9F1A3
(201,241,163)
#D3F3B4
(211,243,180)
#DDF5C5
(221,245,197)
#E7F7D6
(231,247,214)
#F1F9E7
(241,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DE53D color. Also use rgb(141,229,61) instead hex code.

Text Font Color

.myTextColor { color: #8DE53D; }

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

This text font color is #8DE53D.


Background Color

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

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

This div background color is #8DE53D.


Border color

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

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

This div border color is #8DE53D.


Opacity

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

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

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

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

This text has shadow with #8DE53D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DE53D on black background.


Color preview on white background

This text has color #8DE53D on white background.



Black color preview on #8DE53D background

This text has black color on #8DE53D background.


White color preview on #8DE53D background

This text has white color on #8DE53D background.