COLOR #8FDC48

HEX: #8FDC48 RGB: (143,220,72)

Color info

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

RGB color model

#8FDC48 color RGB value is (143,220,72).

RGB: (143,220,72) (56%, 86%, 28%)

RGB channels and saturation

R 143 of 255 = 56%
G 220 of 255 = 86%
B 72 of 255 = 28%

143
220
72

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

Portions of RGB colors in percentages

R + G + B = 143 + 220 + 72 = 435 (100%)
R 143 of 435 ~ 32.87%
G 220 of 435 ~ 50.57%
B 72 of 435 ~ 16.55'%

%32.87
%50.57
%16.55

CMYK color model

#8FDC48 color CMYK value is (35,0,67,14).

  • cyan value is 35.00%
  • magenta value is 0.00%
  • yellow value is 67.27%
  • key color value is 13.73%

CMYK: (35,0,67,14)
C35M0Y67K14 (35%, 0%, 67%, 14%)
(0.35 / 0.00 / 0.67 / 0.14)

CMYK percentages

%35
%0
%67.27
%13.73

Codes

Color #8FDC48 in popluar color models

8F DC 48
RGB 143 220 72
HSL 91° 67.89% 57.25%
HSB/HSV 91° 67.27% 86.27%
CMYK 35.00% 0.00% 67.27%
13.73%

Color #8FDC48 in popluar number systems.

HEX 8F DC 48
Decimal 143 220 72
Binary 10001111 11011100 1001000
Octal 217 334 110

Shades and tints

Shades of #8FDC48

#8FDC48
(143,220,72)
#82C842
(130,200,66)
#75B43C
(117,180,60)
#68A036
(104,160,54)
#5B8C30
(91,140,48)
#4E782A
(78,120,42)
#416424
(65,100,36)
#34501E
(52,80,30)
#273C18
(39,60,24)
#1A2812
(26,40,18)
#0D140C
(13,20,12)
#000000
(0,0,0)

Tints of #8FDC48

#8FDC48
(143,220,72)
#99DF58
(153,223,88)
#A3E268
(163,226,104)
#ADE578
(173,229,120)
#B7E888
(183,232,136)
#C1EB98
(193,235,152)
#CBEEA8
(203,238,168)
#D5F1B8
(213,241,184)
#DFF4C8
(223,244,200)
#E9F7D8
(233,247,216)
#F3FAE8
(243,250,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FDC48 color. Also use rgb(143,220,72) instead hex code.

Text Font Color

.myTextColor { color: #8FDC48; }

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

This text font color is #8FDC48.

Background Color

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

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

This div background color is #8FDC48.

Border color

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

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

This div border color is #8FDC48.

Opacity

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

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

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

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

This text has shadow with #8FDC48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FDC48.

Preview

Color preview on black background

This text has color #8FDC48 on black background.


Color preview on white background

This text has color #8FDC48 on white background.


Black color preview on #8FDC48 background

This text has black color on #8FDC48 background.


White color preview on #8FDC48 background

This text has white color on #8FDC48 background.


Related colors

Complementary color

Complementary color for #hex is #7023B7.


I love getcolorcode.com

Triadic colors

1 #488FDC and #DC488F with #8FDC48 are triadic colors.

2 #48DC8F and #DC8F48 with #8FDC48 are triadic colors.