COLOR #8FD127

HEX: #8FD127
RGB: (143,209,39)

Color info

#8FD127 contains mainly green color. Web safe color of #8FD127 is #99CC33 (or #9C3).

RGB color model

#8FD127 color RGB value is (143,209,39).

  • red value is 143;
  • green value is 209;
  • blue value is 39.
RGB:
(143,209,39)
(56%,82%,15%)

RGB channels and saturation

R 143 of 255 = 56%
G 209 of 255 = 82%
B 39 of 255 = 15%

143
209
39

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

Portions of RGB colors in percentages

R + G + B =
143 + 209 + 39 = 391 (100%)
R 143 of 391 ~ 36.57%
G 209 of 391 ~ 53.45%
B 39 of 391 ~ 9.97%

%36.57
%53.45
%9.97

CMYK color model

#8FD127 color CMYK value is (32,0,81,18).

  • cyan value is 31.58%
  • magenta value is 0.00%
  • yellow value is 81.34%
  • key color value is 18.04%
CMYK:
(32,0,81,18)
C32M0Y81K18 
(32%,0%,81%,18%)
(0.32/0.00/0.81/0.18)	

CMYK percentages

%31.58
%0
%81.34
%18.04

Codes

Color #8FD127 in popluar color models

8FD127
RGB14320939
HSL83°68.55%48.63%
HSB/HSV83°81.34%81.96%
CMYK31.58%0.00%81.34%
18.04%

Color #8FD127 in popluar number systems.

HEX8FD127
Decimal14320939
Binary1000111111010001100111
Octal21732147

Shades and tints

Shades of #8FD127

#8FD127
(143,209,39)
#82BE24
(130,190,36)
#75AB21
(117,171,33)
#68981E
(104,152,30)
#5B851B
(91,133,27)
#4E7218
(78,114,24)
#415F15
(65,95,21)
#344C12
(52,76,18)
#27390F
(39,57,15)
#1A260C
(26,38,12)
#0D1309
(13,19,9)
#000000
(0,0,0)

Tints of #8FD127

#8FD127
(143,209,39)
#99D53A
(153,213,58)
#A3D94D
(163,217,77)
#ADDD60
(173,221,96)
#B7E173
(183,225,115)
#C1E586
(193,229,134)
#CBE999
(203,233,153)
#D5EDAC
(213,237,172)
#DFF1BF
(223,241,191)
#E9F5D2
(233,245,210)
#F3F9E5
(243,249,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FD127 color. Also use rgb(143,209,39) instead hex code.

Text Font Color

.myTextColor { color: #8FD127; }

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

This text font color is #8FD127.


Background Color

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

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

This div background color is #8FD127.


Border color

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

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

This div border color is #8FD127.


Opacity

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

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

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

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

This text has shadow with #8FD127 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FD127 on black background.


Color preview on white background

This text has color #8FD127 on white background.



Black color preview on #8FD127 background

This text has black color on #8FD127 background.


White color preview on #8FD127 background

This text has white color on #8FD127 background.