COLOR #8FD573

HEX: #8FD573 RGB: (143,213,115)

Color info

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

RGB color model

#8FD573 color RGB value is (143,213,115).

RGB: (143,213,115) (56%, 84%, 45%)

RGB channels and saturation

R 143 of 255 = 56%
G 213 of 255 = 84%
B 115 of 255 = 45%

143
213
115

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

Portions of RGB colors in percentages

R + G + B = 143 + 213 + 115 = 471 (100%)
R 143 of 471 ~ 30.36%
G 213 of 471 ~ 45.22%
B 115 of 471 ~ 24.42'%

%30.36
%45.22
%24.42

CMYK color model

#8FD573 color CMYK value is (33,0,46,16).

  • cyan value is 32.86%
  • magenta value is 0.00%
  • yellow value is 46.01%
  • key color value is 16.47%

CMYK: (33,0,46,16)
C33M0Y46K16 (33%, 0%, 46%, 16%)
(0.33 / 0.00 / 0.46 / 0.16)

CMYK percentages

%32.86
%0
%46.01
%16.47

Codes

Color #8FD573 in popluar color models

8F D5 73
RGB 143 213 115
HSL 103° 53.85% 64.31%
HSB/HSV 103° 46.01% 83.53%
CMYK 32.86% 0.00% 46.01%
16.47%

Color #8FD573 in popluar number systems.

HEX 8F D5 73
Decimal 143 213 115
Binary 10001111 11010101 1110011
Octal 217 325 163

Shades and tints

Shades of #8FD573

#8FD573
(143,213,115)
#82C269
(130,194,105)
#75AF5F
(117,175,95)
#689C55
(104,156,85)
#5B894B
(91,137,75)
#4E7641
(78,118,65)
#416337
(65,99,55)
#34502D
(52,80,45)
#273D23
(39,61,35)
#1A2A19
(26,42,25)
#0D170F
(13,23,15)
#000000
(0,0,0)

Tints of #8FD573

#8FD573
(143,213,115)
#99D87F
(153,216,127)
#A3DB8B
(163,219,139)
#ADDE97
(173,222,151)
#B7E1A3
(183,225,163)
#C1E4AF
(193,228,175)
#CBE7BB
(203,231,187)
#D5EAC7
(213,234,199)
#DFEDD3
(223,237,211)
#E9F0DF
(233,240,223)
#F3F3EB
(243,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FD573; }

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

This text font color is #8FD573.

Background Color

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

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

This div background color is #8FD573.

Border color

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

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

This div border color is #8FD573.

Opacity

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

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

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

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

This text has shadow with #8FD573 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FD573.

Preview

Color preview on black background

This text has color #8FD573 on black background.


Color preview on white background

This text has color #8FD573 on white background.


Black color preview on #8FD573 background

This text has black color on #8FD573 background.


White color preview on #8FD573 background

This text has white color on #8FD573 background.


Related colors

Complementary color

Complementary color for #hex is #702A8C.


I love getcolorcode.com

Triadic colors

1 #738FD5 and #D5738F with #8FD573 are triadic colors.

2 #73D58F and #D58F73 with #8FD573 are triadic colors.