COLOR #8FDC73

HEX: #8FDC73
RGB: (143,220,115)

Color info

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

RGB color model

#8FDC73 color RGB value is (143,220,115).

  • red value is 143;
  • green value is 220;
  • blue value is 115.
RGB:
(143,220,115)
(56%,86%,45%)

RGB channels and saturation

R 143 of 255 = 56%
G 220 of 255 = 86%
B 115 of 255 = 45%

143
220
115

R + G + B ~ 62%. #8FDC73 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 220 + 115 = 478 (100%)
R 143 of 478 ~ 29.92%
G 220 of 478 ~ 46.03%
B 115 of 478 ~ 24.06%

%29.92
%46.03
%24.06

CMYK color model

#8FDC73 color CMYK value is (35,0,48,14).

  • cyan value is 35.00%
  • magenta value is 0.00%
  • yellow value is 47.73%
  • key color value is 13.73%
CMYK:
(35,0,48,14)
C35M0Y48K14 
(35%,0%,48%,14%)
(0.35/0.00/0.48/0.14)	

CMYK percentages

%35
%0
%47.73
%13.73

Codes

Color #8FDC73 in popluar color models

8FDC73
RGB143220115
HSL104°60.00%65.69%
HSB/HSV104°47.73%86.27%
CMYK35.00%0.00%47.73%
13.73%

Color #8FDC73 in popluar number systems.

HEX8FDC73
Decimal143220115
Binary10001111110111001110011
Octal217334163

Shades and tints

Shades of #8FDC73

#8FDC73
(143,220,115)
#82C869
(130,200,105)
#75B45F
(117,180,95)
#68A055
(104,160,85)
#5B8C4B
(91,140,75)
#4E7841
(78,120,65)
#416437
(65,100,55)
#34502D
(52,80,45)
#273C23
(39,60,35)
#1A2819
(26,40,25)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #8FDC73

#8FDC73
(143,220,115)
#99DF7F
(153,223,127)
#A3E28B
(163,226,139)
#ADE597
(173,229,151)
#B7E8A3
(183,232,163)
#C1EBAF
(193,235,175)
#CBEEBB
(203,238,187)
#D5F1C7
(213,241,199)
#DFF4D3
(223,244,211)
#E9F7DF
(233,247,223)
#F3FAEB
(243,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FDC73 color. Also use rgb(143,220,115) instead hex code.

Text Font Color

.myTextColor { color: #8FDC73; }

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

This text font color is #8FDC73.


Background Color

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

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

This div background color is #8FDC73.


Border color

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

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

This div border color is #8FDC73.


Opacity

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

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

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

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

This text has shadow with #8FDC73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FDC73 on black background.


Color preview on white background

This text has color #8FDC73 on white background.



Black color preview on #8FDC73 background

This text has black color on #8FDC73 background.


White color preview on #8FDC73 background

This text has white color on #8FDC73 background.