COLOR #8DCD66

HEX: #8DCD66 RGB: (141,205,102)

Color info

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

RGB color model

#8DCD66 color RGB value is (141,205,102).

RGB: (141,205,102) (55%, 80%, 40%)

RGB channels and saturation

R 141 of 255 = 55%
G 205 of 255 = 80%
B 102 of 255 = 40%

141
205
102

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

Portions of RGB colors in percentages

R + G + B = 141 + 205 + 102 = 448 (100%)
R 141 of 448 ~ 31.47%
G 205 of 448 ~ 45.76%
B 102 of 448 ~ 22.77'%

%31.47
%45.76
%22.77

CMYK color model

#8DCD66 color CMYK value is (31,0,50,20).

  • cyan value is 31.22%
  • magenta value is 0.00%
  • yellow value is 50.24%
  • key color value is 19.61%

CMYK: (31,0,50,20)
C31M0Y50K20 (31%, 0%, 50%, 20%)
(0.31 / 0.00 / 0.50 / 0.20)

CMYK percentages

%31.22
%0
%50.24
%19.61

Codes

Color #8DCD66 in popluar color models

8D CD 66
RGB 141 205 102
HSL 97° 50.74% 60.20%
HSB/HSV 97° 50.24% 80.39%
CMYK 31.22% 0.00% 50.24%
19.61%

Color #8DCD66 in popluar number systems.

HEX 8D CD 66
Decimal 141 205 102
Binary 10001101 11001101 1100110
Octal 215 315 146

Shades and tints

Shades of #8DCD66

#8DCD66
(141,205,102)
#81BB5D
(129,187,93)
#75A954
(117,169,84)
#69974B
(105,151,75)
#5D8542
(93,133,66)
#517339
(81,115,57)
#456130
(69,97,48)
#394F27
(57,79,39)
#2D3D1E
(45,61,30)
#212B15
(33,43,21)
#15190C
(21,25,12)
#000000
(0,0,0)

Tints of #8DCD66

#8DCD66
(141,205,102)
#97D173
(151,209,115)
#A1D580
(161,213,128)
#ABD98D
(171,217,141)
#B5DD9A
(181,221,154)
#BFE1A7
(191,225,167)
#C9E5B4
(201,229,180)
#D3E9C1
(211,233,193)
#DDEDCE
(221,237,206)
#E7F1DB
(231,241,219)
#F1F5E8
(241,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DCD66 color. Also use rgb(141,205,102) instead hex code.

Text Font Color

.myTextColor { color: #8DCD66; }

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

This text font color is #8DCD66.

Background Color

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

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

This div background color is #8DCD66.

Border color

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

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

This div border color is #8DCD66.

Opacity

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

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

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

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

This text has shadow with #8DCD66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DCD66.

Preview

Color preview on black background

This text has color #8DCD66 on black background.


Color preview on white background

This text has color #8DCD66 on white background.


Black color preview on #8DCD66 background

This text has black color on #8DCD66 background.


White color preview on #8DCD66 background

This text has white color on #8DCD66 background.


Related colors

Complementary color

Complementary color for #hex is #723299.


I love getcolorcode.com

Triadic colors

1 #668DCD and #CD668D with #8DCD66 are triadic colors.

2 #66CD8D and #CD8D66 with #8DCD66 are triadic colors.