COLOR #8FDE5B

HEX: #8FDE5B
RGB: (143,222,91)

Color info

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

RGB color model

#8FDE5B color RGB value is (143,222,91).

  • red value is 143;
  • green value is 222;
  • blue value is 91.
RGB:
(143,222,91)
(56%,87%,36%)

RGB channels and saturation

R 143 of 255 = 56%
G 222 of 255 = 87%
B 91 of 255 = 36%

143
222
91

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

Portions of RGB colors in percentages

R + G + B =
143 + 222 + 91 = 456 (100%)
R 143 of 456 ~ 31.36%
G 222 of 456 ~ 48.68%
B 91 of 456 ~ 19.96%

%31.36
%48.68
%19.96

CMYK color model

#8FDE5B color CMYK value is (36,0,59,13).

  • cyan value is 35.59%
  • magenta value is 0.00%
  • yellow value is 59.01%
  • key color value is 12.94%
CMYK:
(36,0,59,13)
C36M0Y59K13 
(36%,0%,59%,13%)
(0.36/0.00/0.59/0.13)	

CMYK percentages

%35.59
%0
%59.01
%12.94

Codes

Color #8FDE5B in popluar color models

8FDE5B
RGB14322291
HSL96°66.50%61.37%
HSB/HSV96°59.01%87.06%
CMYK35.59%0.00%59.01%
12.94%

Color #8FDE5B in popluar number systems.

HEX8FDE5B
Decimal14322291
Binary10001111110111101011011
Octal217336133

Shades and tints

Shades of #8FDE5B

#8FDE5B
(143,222,91)
#82CA53
(130,202,83)
#75B64B
(117,182,75)
#68A243
(104,162,67)
#5B8E3B
(91,142,59)
#4E7A33
(78,122,51)
#41662B
(65,102,43)
#345223
(52,82,35)
#273E1B
(39,62,27)
#1A2A13
(26,42,19)
#0D160B
(13,22,11)
#000000
(0,0,0)

Tints of #8FDE5B

#8FDE5B
(143,222,91)
#99E169
(153,225,105)
#A3E477
(163,228,119)
#ADE785
(173,231,133)
#B7EA93
(183,234,147)
#C1EDA1
(193,237,161)
#CBF0AF
(203,240,175)
#D5F3BD
(213,243,189)
#DFF6CB
(223,246,203)
#E9F9D9
(233,249,217)
#F3FCE7
(243,252,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FDE5B color. Also use rgb(143,222,91) instead hex code.

Text Font Color

.myTextColor { color: #8FDE5B; }

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

This text font color is #8FDE5B.


Background Color

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

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

This div background color is #8FDE5B.


Border color

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

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

This div border color is #8FDE5B.


Opacity

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

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

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

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

This text has shadow with #8FDE5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FDE5B on black background.


Color preview on white background

This text has color #8FDE5B on white background.



Black color preview on #8FDE5B background

This text has black color on #8FDE5B background.


White color preview on #8FDE5B background

This text has white color on #8FDE5B background.