COLOR #8DCF47

HEX: #8DCF47 RGB: (141,207,71)

Color info

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

RGB color model

#8DCF47 color RGB value is (141,207,71).

RGB: (141,207,71) (55%, 81%, 28%)

RGB channels and saturation

R 141 of 255 = 55%
G 207 of 255 = 81%
B 71 of 255 = 28%

141
207
71

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

Portions of RGB colors in percentages

R + G + B = 141 + 207 + 71 = 419 (100%)
R 141 of 419 ~ 33.65%
G 207 of 419 ~ 49.4%
B 71 of 419 ~ 16.95'%

%33.65
%49.4
%16.95

CMYK color model

#8DCF47 color CMYK value is (32,0,66,19).

  • cyan value is 31.88%
  • magenta value is 0.00%
  • yellow value is 65.70%
  • key color value is 18.82%
CMYK: (32,0,66,19) C32M0Y66K19 (32%,0%,66%,19%) (0.32/0.00/0.66/0.19) 

CMYK percentages

%31.88
%0
%65.7
%18.82

Codes

Color #8DCF47 in popluar color models

8D CF 47
RGB 141 207 71
HSL 89° 58.62% 54.51%
HSB/HSV 89° 65.70% 81.18%
CMYK 31.88% 0.00% 65.70%
18.82%

Color #8DCF47 in popluar number systems.

HEX 8D CF 47
Decimal 141 207 71
Binary 10001101 11001111 1000111
Octal 215 317 107

Shades and tints

Shades of #8DCF47

#8DCF47
(141,207,71)
#81BD41
(129,189,65)
#75AB3B
(117,171,59)
#699935
(105,153,53)
#5D872F
(93,135,47)
#517529
(81,117,41)
#456323
(69,99,35)
#39511D
(57,81,29)
#2D3F17
(45,63,23)
#212D11
(33,45,17)
#151B0B
(21,27,11)
#000000
(0,0,0)

Tints of #8DCF47

#8DCF47
(141,207,71)
#97D357
(151,211,87)
#A1D767
(161,215,103)
#ABDB77
(171,219,119)
#B5DF87
(181,223,135)
#BFE397
(191,227,151)
#C9E7A7
(201,231,167)
#D3EBB7
(211,235,183)
#DDEFC7
(221,239,199)
#E7F3D7
(231,243,215)
#F1F7E7
(241,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DCF47 color. Also use rgb(141,207,71) instead hex code.

Text Font Color

.myTextColor { color: #8DCF47; }

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

This text font color is #8DCF47.

Background Color

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

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

This div background color is #8DCF47.

Border color

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

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

This div border color is #8DCF47.

Opacity

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

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

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

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

This text has shadow with #8DCF47 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DCF47.

Preview

Color preview on black background

This text has color #8DCF47 on black background.


Color preview on white background

This text has color #8DCF47 on white background.


Black color preview on #8DCF47 background

This text has black color on #8DCF47 background.


White color preview on #8DCF47 background

This text has white color on #8DCF47 background.


Related colors

Complementary color

Complementary color for #hex is #7230B8.


I love getcolorcode.com

Triadic colors

1 #478DCF and #CF478D with #8DCF47 are triadic colors.

2 #47CF8D and #CF8D47 with #8DCF47 are triadic colors.