COLOR #8FD549

HEX: #8FD549
RGB: (143,213,73)

Color info

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

RGB color model

#8FD549 color RGB value is (143,213,73).

  • red value is 143;
  • green value is 213;
  • blue value is 73.
RGB:
(143,213,73)
(56%,84%,29%)

RGB channels and saturation

R 143 of 255 = 56%
G 213 of 255 = 84%
B 73 of 255 = 29%

143
213
73

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

Portions of RGB colors in percentages

R + G + B =
143 + 213 + 73 = 429 (100%)
R 143 of 429 ~ 33.33%
G 213 of 429 ~ 49.65%
B 73 of 429 ~ 17.02%

%33.33
%49.65
%17.02

CMYK color model

#8FD549 color CMYK value is (33,0,66,16).

  • cyan value is 32.86%
  • magenta value is 0.00%
  • yellow value is 65.73%
  • key color value is 16.47%
CMYK:
(33,0,66,16)
C33M0Y66K16 
(33%,0%,66%,16%)
(0.33/0.00/0.66/0.16)	

CMYK percentages

%32.86
%0
%65.73
%16.47

Codes

Color #8FD549 in popluar color models

8FD549
RGB14321373
HSL90°62.50%56.08%
HSB/HSV90°65.73%83.53%
CMYK32.86%0.00%65.73%
16.47%

Color #8FD549 in popluar number systems.

HEX8FD549
Decimal14321373
Binary10001111110101011001001
Octal217325111

Shades and tints

Shades of #8FD549

#8FD549
(143,213,73)
#82C243
(130,194,67)
#75AF3D
(117,175,61)
#689C37
(104,156,55)
#5B8931
(91,137,49)
#4E762B
(78,118,43)
#416325
(65,99,37)
#34501F
(52,80,31)
#273D19
(39,61,25)
#1A2A13
(26,42,19)
#0D170D
(13,23,13)
#000000
(0,0,0)

Tints of #8FD549

#8FD549
(143,213,73)
#99D859
(153,216,89)
#A3DB69
(163,219,105)
#ADDE79
(173,222,121)
#B7E189
(183,225,137)
#C1E499
(193,228,153)
#CBE7A9
(203,231,169)
#D5EAB9
(213,234,185)
#DFEDC9
(223,237,201)
#E9F0D9
(233,240,217)
#F3F3E9
(243,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FD549 color. Also use rgb(143,213,73) instead hex code.

Text Font Color

.myTextColor { color: #8FD549; }

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

This text font color is #8FD549.


Background Color

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

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

This div background color is #8FD549.


Border color

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

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

This div border color is #8FD549.


Opacity

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

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

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

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

This text has shadow with #8FD549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FD549 on black background.


Color preview on white background

This text has color #8FD549 on white background.



Black color preview on #8FD549 background

This text has black color on #8FD549 background.


White color preview on #8FD549 background

This text has white color on #8FD549 background.