COLOR #8DD83A

HEX: #8DD83A RGB: (141,216,58)

Color info

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

RGB color model

#8DD83A color RGB value is (141,216,58).

RGB: (141,216,58) (55%, 85%, 23%)

RGB channels and saturation

R 141 of 255 = 55%
G 216 of 255 = 85%
B 58 of 255 = 23%

141
216
58

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

Portions of RGB colors in percentages

R + G + B = 141 + 216 + 58 = 415 (100%)
R 141 of 415 ~ 33.98%
G 216 of 415 ~ 52.05%
B 58 of 415 ~ 13.98'%

%33.98
%52.05
%13.98

CMYK color model

#8DD83A color CMYK value is (35,0,73,15).

  • cyan value is 34.72%
  • magenta value is 0.00%
  • yellow value is 73.15%
  • key color value is 15.29%

CMYK: (35,0,73,15)
C35M0Y73K15 (35%, 0%, 73%, 15%)
(0.35 / 0.00 / 0.73 / 0.15)

CMYK percentages

%34.72
%0
%73.15
%15.29

Codes

Color #8DD83A in popluar color models

8D D8 3A
RGB 141 216 58
HSL 88° 66.95% 53.73%
HSB/HSV 88° 73.15% 84.71%
CMYK 34.72% 0.00% 73.15%
15.29%

Color #8DD83A in popluar number systems.

HEX 8D D8 3A
Decimal 141 216 58
Binary 10001101 11011000 111010
Octal 215 330 72

Shades and tints

Shades of #8DD83A

#8DD83A
(141,216,58)
#81C535
(129,197,53)
#75B230
(117,178,48)
#699F2B
(105,159,43)
#5D8C26
(93,140,38)
#517921
(81,121,33)
#45661C
(69,102,28)
#395317
(57,83,23)
#2D4012
(45,64,18)
#212D0D
(33,45,13)
#151A08
(21,26,8)
#000000
(0,0,0)

Tints of #8DD83A

#8DD83A
(141,216,58)
#97DB4B
(151,219,75)
#A1DE5C
(161,222,92)
#ABE16D
(171,225,109)
#B5E47E
(181,228,126)
#BFE78F
(191,231,143)
#C9EAA0
(201,234,160)
#D3EDB1
(211,237,177)
#DDF0C2
(221,240,194)
#E7F3D3
(231,243,211)
#F1F6E4
(241,246,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DD83A; }

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

This text font color is #8DD83A.

Background Color

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

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

This div background color is #8DD83A.

Border color

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

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

This div border color is #8DD83A.

Opacity

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

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

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

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

This text has shadow with #8DD83A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DD83A.

Preview

Color preview on black background

This text has color #8DD83A on black background.


Color preview on white background

This text has color #8DD83A on white background.


Black color preview on #8DD83A background

This text has black color on #8DD83A background.


White color preview on #8DD83A background

This text has white color on #8DD83A background.


Related colors

Complementary color

Complementary color for #8DD83A is #7227C5.


I love getcolorcode.com

Triadic colors

1 #3A8DD8 and #D83A8D with #8DD83A are triadic colors.

2 #3AD88D and #D88D3A with #8DD83A are triadic colors.