COLOR #8FD377

HEX: #8FD377
RGB: (143,211,119)

Color info

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

RGB color model

#8FD377 color RGB value is (143,211,119).

  • red value is 143;
  • green value is 211;
  • blue value is 119.
RGB:
(143,211,119)
(56%,83%,47%)

RGB channels and saturation

R 143 of 255 = 56%
G 211 of 255 = 83%
B 119 of 255 = 47%

143
211
119

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

Portions of RGB colors in percentages

R + G + B =
143 + 211 + 119 = 473 (100%)
R 143 of 473 ~ 30.23%
G 211 of 473 ~ 44.61%
B 119 of 473 ~ 25.16%

%30.23
%44.61
%25.16

CMYK color model

#8FD377 color CMYK value is (32,0,44,17).

  • cyan value is 32.23%
  • magenta value is 0.00%
  • yellow value is 43.60%
  • key color value is 17.25%
CMYK:
(32,0,44,17)
C32M0Y44K17 
(32%,0%,44%,17%)
(0.32/0.00/0.44/0.17)	

CMYK percentages

%32.23
%0
%43.6
%17.25

Codes

Color #8FD377 in popluar color models

8FD377
RGB143211119
HSL104°51.11%64.71%
HSB/HSV104°43.60%82.75%
CMYK32.23%0.00%43.60%
17.25%

Color #8FD377 in popluar number systems.

HEX8FD377
Decimal143211119
Binary10001111110100111110111
Octal217323167

Shades and tints

Shades of #8FD377

#8FD377
(143,211,119)
#82C06D
(130,192,109)
#75AD63
(117,173,99)
#689A59
(104,154,89)
#5B874F
(91,135,79)
#4E7445
(78,116,69)
#41613B
(65,97,59)
#344E31
(52,78,49)
#273B27
(39,59,39)
#1A281D
(26,40,29)
#0D1513
(13,21,19)
#000000
(0,0,0)

Tints of #8FD377

#8FD377
(143,211,119)
#99D783
(153,215,131)
#A3DB8F
(163,219,143)
#ADDF9B
(173,223,155)
#B7E3A7
(183,227,167)
#C1E7B3
(193,231,179)
#CBEBBF
(203,235,191)
#D5EFCB
(213,239,203)
#DFF3D7
(223,243,215)
#E9F7E3
(233,247,227)
#F3FBEF
(243,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FD377 color. Also use rgb(143,211,119) instead hex code.

Text Font Color

.myTextColor { color: #8FD377; }

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

This text font color is #8FD377.


Background Color

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

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

This div background color is #8FD377.


Border color

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

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

This div border color is #8FD377.


Opacity

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

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

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

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

This text has shadow with #8FD377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FD377 on black background.


Color preview on white background

This text has color #8FD377 on white background.



Black color preview on #8FD377 background

This text has black color on #8FD377 background.


White color preview on #8FD377 background

This text has white color on #8FD377 background.