COLOR #8DD072

HEX: #8DD072
RGB: (141,208,114)

Color info

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

RGB color model

#8DD072 color RGB value is (141,208,114).

  • red value is 141;
  • green value is 208;
  • blue value is 114.
RGB:
(141,208,114)
(55%,82%,45%)

RGB channels and saturation

R 141 of 255 = 55%
G 208 of 255 = 82%
B 114 of 255 = 45%

141
208
114

R + G + B ~ 61%. #8DD072 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 208 + 114 = 463 (100%)
R 141 of 463 ~ 30.45%
G 208 of 463 ~ 44.92%
B 114 of 463 ~ 24.62%

%30.45
%44.92
%24.62

CMYK color model

#8DD072 color CMYK value is (32,0,45,18).

  • cyan value is 32.21%
  • magenta value is 0.00%
  • yellow value is 45.19%
  • key color value is 18.43%
CMYK:
(32,0,45,18)
C32M0Y45K18 
(32%,0%,45%,18%)
(0.32/0.00/0.45/0.18)	

CMYK percentages

%32.21
%0
%45.19
%18.43

Codes

Color #8DD072 in popluar color models

8DD072
RGB141208114
HSL103°50.00%63.14%
HSB/HSV103°45.19%81.57%
CMYK32.21%0.00%45.19%
18.43%

Color #8DD072 in popluar number systems.

HEX8DD072
Decimal141208114
Binary10001101110100001110010
Octal215320162

Shades and tints

Shades of #8DD072

#8DD072
(141,208,114)
#81BE68
(129,190,104)
#75AC5E
(117,172,94)
#699A54
(105,154,84)
#5D884A
(93,136,74)
#517640
(81,118,64)
#456436
(69,100,54)
#39522C
(57,82,44)
#2D4022
(45,64,34)
#212E18
(33,46,24)
#151C0E
(21,28,14)
#000000
(0,0,0)

Tints of #8DD072

#8DD072
(141,208,114)
#97D47E
(151,212,126)
#A1D88A
(161,216,138)
#ABDC96
(171,220,150)
#B5E0A2
(181,224,162)
#BFE4AE
(191,228,174)
#C9E8BA
(201,232,186)
#D3ECC6
(211,236,198)
#DDF0D2
(221,240,210)
#E7F4DE
(231,244,222)
#F1F8EA
(241,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DD072 color. Also use rgb(141,208,114) instead hex code.

Text Font Color

.myTextColor { color: #8DD072; }

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

This text font color is #8DD072.


Background Color

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

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

This div background color is #8DD072.


Border color

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

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

This div border color is #8DD072.


Opacity

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

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

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

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

This text has shadow with #8DD072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DD072 on black background.


Color preview on white background

This text has color #8DD072 on white background.



Black color preview on #8DD072 background

This text has black color on #8DD072 background.


White color preview on #8DD072 background

This text has white color on #8DD072 background.