COLOR #8FD400

HEX: #8FD400
RGB: (143,212,0)

Color info

#8FD400 contains mainly green color. Web safe color of #8FD400 is #99CC00 (or #9C0).

RGB color model

#8FD400 color RGB value is (143,212,0).

  • red value is 143;
  • green value is 212;
  • blue value is 0.
RGB:
(143,212,0)
(56%,83%,0%)

RGB channels and saturation

R 143 of 255 = 56%
G 212 of 255 = 83%
B 0 of 255 = 0%

143
212
0

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

Portions of RGB colors in percentages

R + G + B =
143 + 212 + 0 = 355 (100%)
R 143 of 355 ~ 40.28%
G 212 of 355 ~ 59.72%
B 0 of 355 ~ 0%

%40.28
%59.72

CMYK color model

#8FD400 color CMYK value is (33,0,100,17).

  • cyan value is 32.55%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 16.86%
CMYK:
(33,0,100,17)
C33M0Y100K17 
(33%,0%,100%,17%)
(0.33/0.00/1.00/0.17)	

CMYK percentages

%32.55
%0
%100
%16.86

Codes

Color #8FD400 in popluar color models

8FD400
RGB1432120
HSL80°100.00%41.57%
HSB/HSV80°100.00%83.14%
CMYK32.55%0.00%100.00%
16.86%

Color #8FD400 in popluar number systems.

HEX8FD400
Decimal1432120
Binary10001111110101000
Octal2173240

Shades and tints

Shades of #8FD400

#8FD400
(143,212,0)
#82C100
(130,193,0)
#75AE00
(117,174,0)
#689B00
(104,155,0)
#5B8800
(91,136,0)
#4E7500
(78,117,0)
#416200
(65,98,0)
#344F00
(52,79,0)
#273C00
(39,60,0)
#1A2900
(26,41,0)
#0D1600
(13,22,0)
#000000
(0,0,0)

Tints of #8FD400

#8FD400
(143,212,0)
#99D717
(153,215,23)
#A3DA2E
(163,218,46)
#ADDD45
(173,221,69)
#B7E05C
(183,224,92)
#C1E373
(193,227,115)
#CBE68A
(203,230,138)
#D5E9A1
(213,233,161)
#DFECB8
(223,236,184)
#E9EFCF
(233,239,207)
#F3F2E6
(243,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FD400 color. Also use rgb(143,212,0) instead hex code.

Text Font Color

.myTextColor { color: #8FD400; }

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

This text font color is #8FD400.


Background Color

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

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

This div background color is #8FD400.


Border color

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

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

This div border color is #8FD400.


Opacity

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

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

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

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

This text has shadow with #8FD400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FD400 on black background.


Color preview on white background

This text has color #8FD400 on white background.



Black color preview on #8FD400 background

This text has black color on #8FD400 background.


White color preview on #8FD400 background

This text has white color on #8FD400 background.