COLOR #8DD455

HEX: #8DD455
RGB: (141,212,85)

Color info

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

RGB color model

#8DD455 color RGB value is (141,212,85).

  • red value is 141;
  • green value is 212;
  • blue value is 85.
RGB:
(141,212,85)
(55%,83%,33%)

RGB channels and saturation

R 141 of 255 = 55%
G 212 of 255 = 83%
B 85 of 255 = 33%

141
212
85

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

Portions of RGB colors in percentages

R + G + B =
141 + 212 + 85 = 438 (100%)
R 141 of 438 ~ 32.19%
G 212 of 438 ~ 48.4%
B 85 of 438 ~ 19.41%

%32.19
%48.4
%19.41

CMYK color model

#8DD455 color CMYK value is (33,0,60,17).

  • cyan value is 33.49%
  • magenta value is 0.00%
  • yellow value is 59.91%
  • key color value is 16.86%
CMYK:
(33,0,60,17)
C33M0Y60K17 
(33%,0%,60%,17%)
(0.33/0.00/0.60/0.17)	

CMYK percentages

%33.49
%0
%59.91
%16.86

Codes

Color #8DD455 in popluar color models

8DD455
RGB14121285
HSL94°59.62%58.24%
HSB/HSV94°59.91%83.14%
CMYK33.49%0.00%59.91%
16.86%

Color #8DD455 in popluar number systems.

HEX8DD455
Decimal14121285
Binary10001101110101001010101
Octal215324125

Shades and tints

Shades of #8DD455

#8DD455
(141,212,85)
#81C14E
(129,193,78)
#75AE47
(117,174,71)
#699B40
(105,155,64)
#5D8839
(93,136,57)
#517532
(81,117,50)
#45622B
(69,98,43)
#394F24
(57,79,36)
#2D3C1D
(45,60,29)
#212916
(33,41,22)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #8DD455

#8DD455
(141,212,85)
#97D764
(151,215,100)
#A1DA73
(161,218,115)
#ABDD82
(171,221,130)
#B5E091
(181,224,145)
#BFE3A0
(191,227,160)
#C9E6AF
(201,230,175)
#D3E9BE
(211,233,190)
#DDECCD
(221,236,205)
#E7EFDC
(231,239,220)
#F1F2EB
(241,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DD455 color. Also use rgb(141,212,85) instead hex code.

Text Font Color

.myTextColor { color: #8DD455; }

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

This text font color is #8DD455.


Background Color

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

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

This div background color is #8DD455.


Border color

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

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

This div border color is #8DD455.


Opacity

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

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

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

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

This text has shadow with #8DD455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DD455 on black background.


Color preview on white background

This text has color #8DD455 on white background.



Black color preview on #8DD455 background

This text has black color on #8DD455 background.


White color preview on #8DD455 background

This text has white color on #8DD455 background.