COLOR #8FFC72

HEX: #8FFC72 RGB: (143,252,114)

Color info

#8FFC72 contains mainly green color. Web safe color of #8FFC72 is #99FF66 (or #9F6).

RGB color model

#8FFC72 color RGB value is (143,252,114).

RGB: (143,252,114) (56%, 99%, 45%)

RGB channels and saturation

R 143 of 255 = 56%
G 252 of 255 = 99%
B 114 of 255 = 45%

143
252
114

R + G + B ~ 67%. #8FFC72 is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 252 + 114 = 509 (100%)
R 143 of 509 ~ 28.09%
G 252 of 509 ~ 49.51%
B 114 of 509 ~ 22.4'%

%28.09
%49.51
%22.4

CMYK color model

#8FFC72 color CMYK value is (43,0,55,1).

  • cyan value is 43.25%
  • magenta value is 0.00%
  • yellow value is 54.76%
  • key color value is 1.18%

CMYK: (43,0,55,1)
C43M0Y55K1 (43%, 0%, 55%, 1%)
(0.43 / 0.00 / 0.55 / 0.01)

CMYK percentages

%43.25
%0
%54.76
%1.18

Codes

Color #8FFC72 in popluar color models

8F FC 72
RGB 143 252 114
HSL 107° 95.83% 71.76%
HSB/HSV 107° 54.76% 98.82%
CMYK 43.25% 0.00% 54.76%
1.18%

Color #8FFC72 in popluar number systems.

HEX 8F FC 72
Decimal 143 252 114
Binary 10001111 11111100 1110010
Octal 217 374 162

Shades and tints

Shades of #8FFC72

#8FFC72
(143,252,114)
#82E668
(130,230,104)
#75D05E
(117,208,94)
#68BA54
(104,186,84)
#5BA44A
(91,164,74)
#4E8E40
(78,142,64)
#417836
(65,120,54)
#34622C
(52,98,44)
#274C22
(39,76,34)
#1A3618
(26,54,24)
#0D200E
(13,32,14)
#000000
(0,0,0)

Tints of #8FFC72

#8FFC72
(143,252,114)
#99FC7E
(153,252,126)
#A3FC8A
(163,252,138)
#ADFC96
(173,252,150)
#B7FCA2
(183,252,162)
#C1FCAE
(193,252,174)
#CBFCBA
(203,252,186)
#D5FCC6
(213,252,198)
#DFFCD2
(223,252,210)
#E9FCDE
(233,252,222)
#F3FCEA
(243,252,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FFC72 color. Also use rgb(143,252,114) instead hex code.

Text Font Color

.myTextColor { color: #8FFC72; }

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

This text font color is #8FFC72.

Background Color

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

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

This div background color is #8FFC72.

Border color

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

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

This div border color is #8FFC72.

Opacity

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

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

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

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

This text has shadow with #8FFC72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FFC72.

Preview

Color preview on black background

This text has color #8FFC72 on black background.


Color preview on white background

This text has color #8FFC72 on white background.


Black color preview on #8FFC72 background

This text has black color on #8FFC72 background.


White color preview on #8FFC72 background

This text has white color on #8FFC72 background.


Related colors

Complementary color

Complementary color for #8FFC72 is #70038D.


I love getcolorcode.com

Triadic colors

1 #728FFC and #FC728F with #8FFC72 are triadic colors.

2 #72FC8F and #FC8F72 with #8FFC72 are triadic colors.