COLOR #8DCD5F

HEX: #8DCD5F
RGB: (141,205,95)

Color info

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

RGB color model

#8DCD5F color RGB value is (141,205,95).

  • red value is 141;
  • green value is 205;
  • blue value is 95.
RGB:
(141,205,95)
(55%,80%,37%)

RGB channels and saturation

R 141 of 255 = 55%
G 205 of 255 = 80%
B 95 of 255 = 37%

141
205
95

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

Portions of RGB colors in percentages

R + G + B =
141 + 205 + 95 = 441 (100%)
R 141 of 441 ~ 31.97%
G 205 of 441 ~ 46.49%
B 95 of 441 ~ 21.54%

%31.97
%46.49
%21.54

CMYK color model

#8DCD5F color CMYK value is (31,0,54,20).

  • cyan value is 31.22%
  • magenta value is 0.00%
  • yellow value is 53.66%
  • key color value is 19.61%
CMYK:
(31,0,54,20)
C31M0Y54K20 
(31%,0%,54%,20%)
(0.31/0.00/0.54/0.20)	

CMYK percentages

%31.22
%0
%53.66
%19.61

Codes

Color #8DCD5F in popluar color models

8DCD5F
RGB14120595
HSL95°52.38%58.82%
HSB/HSV95°53.66%80.39%
CMYK31.22%0.00%53.66%
19.61%

Color #8DCD5F in popluar number systems.

HEX8DCD5F
Decimal14120595
Binary10001101110011011011111
Octal215315137

Shades and tints

Shades of #8DCD5F

#8DCD5F
(141,205,95)
#81BB57
(129,187,87)
#75A94F
(117,169,79)
#699747
(105,151,71)
#5D853F
(93,133,63)
#517337
(81,115,55)
#45612F
(69,97,47)
#394F27
(57,79,39)
#2D3D1F
(45,61,31)
#212B17
(33,43,23)
#15190F
(21,25,15)
#000000
(0,0,0)

Tints of #8DCD5F

#8DCD5F
(141,205,95)
#97D16D
(151,209,109)
#A1D57B
(161,213,123)
#ABD989
(171,217,137)
#B5DD97
(181,221,151)
#BFE1A5
(191,225,165)
#C9E5B3
(201,229,179)
#D3E9C1
(211,233,193)
#DDEDCF
(221,237,207)
#E7F1DD
(231,241,221)
#F1F5EB
(241,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DCD5F; }

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

This text font color is #8DCD5F.


Background Color

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

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

This div background color is #8DCD5F.


Border color

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

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

This div border color is #8DCD5F.


Opacity

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

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

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

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

This text has shadow with #8DCD5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DCD5F on black background.


Color preview on white background

This text has color #8DCD5F on white background.



Black color preview on #8DCD5F background

This text has black color on #8DCD5F background.


White color preview on #8DCD5F background

This text has white color on #8DCD5F background.