COLOR #8DD845

HEX: #8DD845
RGB: (141,216,69)

Color info

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

RGB color model

#8DD845 color RGB value is (141,216,69).

  • red value is 141;
  • green value is 216;
  • blue value is 69.
RGB:
(141,216,69)
(55%,85%,27%)

RGB channels and saturation

R 141 of 255 = 55%
G 216 of 255 = 85%
B 69 of 255 = 27%

141
216
69

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

Portions of RGB colors in percentages

R + G + B =
141 + 216 + 69 = 426 (100%)
R 141 of 426 ~ 33.1%
G 216 of 426 ~ 50.7%
B 69 of 426 ~ 16.2%

%33.1
%50.7
%16.2

CMYK color model

#8DD845 color CMYK value is (35,0,68,15).

  • cyan value is 34.72%
  • magenta value is 0.00%
  • yellow value is 68.06%
  • key color value is 15.29%
CMYK:
(35,0,68,15)
C35M0Y68K15 
(35%,0%,68%,15%)
(0.35/0.00/0.68/0.15)	

CMYK percentages

%34.72
%0
%68.06
%15.29

Codes

Color #8DD845 in popluar color models

8DD845
RGB14121669
HSL91°65.33%55.88%
HSB/HSV91°68.06%84.71%
CMYK34.72%0.00%68.06%
15.29%

Color #8DD845 in popluar number systems.

HEX8DD845
Decimal14121669
Binary10001101110110001000101
Octal215330105

Shades and tints

Shades of #8DD845

#8DD845
(141,216,69)
#81C53F
(129,197,63)
#75B239
(117,178,57)
#699F33
(105,159,51)
#5D8C2D
(93,140,45)
#517927
(81,121,39)
#456621
(69,102,33)
#39531B
(57,83,27)
#2D4015
(45,64,21)
#212D0F
(33,45,15)
#151A09
(21,26,9)
#000000
(0,0,0)

Tints of #8DD845

#8DD845
(141,216,69)
#97DB55
(151,219,85)
#A1DE65
(161,222,101)
#ABE175
(171,225,117)
#B5E485
(181,228,133)
#BFE795
(191,231,149)
#C9EAA5
(201,234,165)
#D3EDB5
(211,237,181)
#DDF0C5
(221,240,197)
#E7F3D5
(231,243,213)
#F1F6E5
(241,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DD845 color. Also use rgb(141,216,69) instead hex code.

Text Font Color

.myTextColor { color: #8DD845; }

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

This text font color is #8DD845.


Background Color

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

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

This div background color is #8DD845.


Border color

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

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

This div border color is #8DD845.


Opacity

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

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

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

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

This text has shadow with #8DD845 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DD845 on black background.


Color preview on white background

This text has color #8DD845 on white background.



Black color preview on #8DD845 background

This text has black color on #8DD845 background.


White color preview on #8DD845 background

This text has white color on #8DD845 background.