COLOR #8DD460

HEX: #8DD460 RGB: (141,212,96)

Color info

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

RGB color model

#8DD460 color RGB value is (141,212,96).

RGB: (141,212,96) (55%, 83%, 38%)

RGB channels and saturation

R 141 of 255 = 55%
G 212 of 255 = 83%
B 96 of 255 = 38%

141
212
96

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

Portions of RGB colors in percentages

R + G + B = 141 + 212 + 96 = 449 (100%)
R 141 of 449 ~ 31.4%
G 212 of 449 ~ 47.22%
B 96 of 449 ~ 21.38'%

%31.4
%47.22
%21.38

CMYK color model

#8DD460 color CMYK value is (33,0,55,17).

  • cyan value is 33.49%
  • magenta value is 0.00%
  • yellow value is 54.72%
  • key color value is 16.86%

CMYK: (33,0,55,17)
C33M0Y55K17 (33%, 0%, 55%, 17%)
(0.33 / 0.00 / 0.55 / 0.17)

CMYK percentages

%33.49
%0
%54.72
%16.86

Codes

Color #8DD460 in popluar color models

8D D4 60
RGB 141 212 96
HSL 97° 57.43% 60.39%
HSB/HSV 97° 54.72% 83.14%
CMYK 33.49% 0.00% 54.72%
16.86%

Color #8DD460 in popluar number systems.

HEX 8D D4 60
Decimal 141 212 96
Binary 10001101 11010100 1100000
Octal 215 324 140

Shades and tints

Shades of #8DD460

#8DD460
(141,212,96)
#81C158
(129,193,88)
#75AE50
(117,174,80)
#699B48
(105,155,72)
#5D8840
(93,136,64)
#517538
(81,117,56)
#456230
(69,98,48)
#394F28
(57,79,40)
#2D3C20
(45,60,32)
#212918
(33,41,24)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #8DD460

#8DD460
(141,212,96)
#97D76E
(151,215,110)
#A1DA7C
(161,218,124)
#ABDD8A
(171,221,138)
#B5E098
(181,224,152)
#BFE3A6
(191,227,166)
#C9E6B4
(201,230,180)
#D3E9C2
(211,233,194)
#DDECD0
(221,236,208)
#E7EFDE
(231,239,222)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DD460; }

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

This text font color is #8DD460.

Background Color

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

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

This div background color is #8DD460.

Border color

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

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

This div border color is #8DD460.

Opacity

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

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

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

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

This text has shadow with #8DD460 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DD460.

Preview

Color preview on black background

This text has color #8DD460 on black background.


Color preview on white background

This text has color #8DD460 on white background.


Black color preview on #8DD460 background

This text has black color on #8DD460 background.


White color preview on #8DD460 background

This text has white color on #8DD460 background.


Related colors

Complementary color

Complementary color for #hex is #722B9F.


I love getcolorcode.com

Triadic colors

1 #608DD4 and #D4608D with #8DD460 are triadic colors.

2 #60D48D and #D48D60 with #8DD460 are triadic colors.