COLOR #8FBD50

HEX: #8FBD50 RGB: (143,189,80)

Color info

#8FBD50 contains mainly red and green colors. Web safe color of #8FBD50 is #99CC66 (or #9C6).

RGB color model

#8FBD50 color RGB value is (143,189,80).

RGB: (143,189,80) (56%, 74%, 31%)

RGB channels and saturation

R 143 of 255 = 56%
G 189 of 255 = 74%
B 80 of 255 = 31%

143
189
80

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

Portions of RGB colors in percentages

R + G + B = 143 + 189 + 80 = 412 (100%)
R 143 of 412 ~ 34.71%
G 189 of 412 ~ 45.87%
B 80 of 412 ~ 19.42'%

%34.71
%45.87
%19.42

CMYK color model

#8FBD50 color CMYK value is (24,0,58,26).

  • cyan value is 24.34%
  • magenta value is 0.00%
  • yellow value is 57.67%
  • key color value is 25.88%

CMYK: (24,0,58,26)
C24M0Y58K26 (24%, 0%, 58%, 26%)
(0.24 / 0.00 / 0.58 / 0.26)

CMYK percentages

%24.34
%0
%57.67
%25.88

Codes

Color #8FBD50 in popluar color models

8F BD 50
RGB 143 189 80
HSL 85° 45.23% 52.75%
HSB/HSV 85° 57.67% 74.12%
CMYK 24.34% 0.00% 57.67%
25.88%

Color #8FBD50 in popluar number systems.

HEX 8F BD 50
Decimal 143 189 80
Binary 10001111 10111101 1010000
Octal 217 275 120

Shades and tints

Shades of #8FBD50

#8FBD50
(143,189,80)
#82AC49
(130,172,73)
#759B42
(117,155,66)
#688A3B
(104,138,59)
#5B7934
(91,121,52)
#4E682D
(78,104,45)
#415726
(65,87,38)
#34461F
(52,70,31)
#273518
(39,53,24)
#1A2411
(26,36,17)
#0D130A
(13,19,10)
#000000
(0,0,0)

Tints of #8FBD50

#8FBD50
(143,189,80)
#99C35F
(153,195,95)
#A3C96E
(163,201,110)
#ADCF7D
(173,207,125)
#B7D58C
(183,213,140)
#C1DB9B
(193,219,155)
#CBE1AA
(203,225,170)
#D5E7B9
(213,231,185)
#DFEDC8
(223,237,200)
#E9F3D7
(233,243,215)
#F3F9E6
(243,249,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FBD50 color. Also use rgb(143,189,80) instead hex code.

Text Font Color

.myTextColor { color: #8FBD50; }

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

This text font color is #8FBD50.

Background Color

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

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

This div background color is #8FBD50.

Border color

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

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

This div border color is #8FBD50.

Opacity

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

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

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

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

This text has shadow with #8FBD50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FBD50.

Preview

Color preview on black background

This text has color #8FBD50 on black background.


Color preview on white background

This text has color #8FBD50 on white background.


Black color preview on #8FBD50 background

This text has black color on #8FBD50 background.


White color preview on #8FBD50 background

This text has white color on #8FBD50 background.


Related colors

Complementary color

Complementary color for #hex is #7042AF.


I love getcolorcode.com

Triadic colors

1 #508FBD and #BD508F with #8FBD50 are triadic colors.

2 #50BD8F and #BD8F50 with #8FBD50 are triadic colors.