COLOR #80BC5B

HEX: #80BC5B
RGB: (128,188,91)

Color info

#80BC5B contains mainly green color. Web safe color of #80BC5B is #66CC66 (or #6C6).

RGB color model

#80BC5B color RGB value is (128,188,91).

  • red value is 128;
  • green value is 188;
  • blue value is 91.
RGB:
(128,188,91)
(50%,74%,36%)

RGB channels and saturation

R 128 of 255 = 50%
G 188 of 255 = 74%
B 91 of 255 = 36%

128
188
91

R + G + B ~ 53%. #80BC5B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 188 + 91 = 407 (100%)
R 128 of 407 ~ 31.45%
G 188 of 407 ~ 46.19%
B 91 of 407 ~ 22.36%

%31.45
%46.19
%22.36

CMYK color model

#80BC5B color CMYK value is (32,0,52,26).

  • cyan value is 31.91%
  • magenta value is 0.00%
  • yellow value is 51.60%
  • key color value is 26.27%
CMYK:
(32,0,52,26)
C32M0Y52K26 
(32%,0%,52%,26%)
(0.32/0.00/0.52/0.26)	

CMYK percentages

%31.91
%0
%51.6
%26.27

Codes

Color #80BC5B in popluar color models

80BC5B
RGB12818891
HSL97°41.99%54.71%
HSB/HSV97°51.60%73.73%
CMYK31.91%0.00%51.60%
26.27%

Color #80BC5B in popluar number systems.

HEX80BC5B
Decimal12818891
Binary10000000101111001011011
Octal200274133

Shades and tints

Shades of #80BC5B

#80BC5B
(128,188,91)
#75AB53
(117,171,83)
#6A9A4B
(106,154,75)
#5F8943
(95,137,67)
#54783B
(84,120,59)
#496733
(73,103,51)
#3E562B
(62,86,43)
#334523
(51,69,35)
#28341B
(40,52,27)
#1D2313
(29,35,19)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #80BC5B

#80BC5B
(128,188,91)
#8BC269
(139,194,105)
#96C877
(150,200,119)
#A1CE85
(161,206,133)
#ACD493
(172,212,147)
#B7DAA1
(183,218,161)
#C2E0AF
(194,224,175)
#CDE6BD
(205,230,189)
#D8ECCB
(216,236,203)
#E3F2D9
(227,242,217)
#EEF8E7
(238,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80BC5B color. Also use rgb(128,188,91) instead hex code.

Text Font Color

.myTextColor { color: #80BC5B; }

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

This text font color is #80BC5B.


Background Color

.myBgColor { background-color: #80BC5B; }

<div style="background-color:#80BC5B">Inner text</div>

This div background color is #80BC5B.


Border color

.myBorderColor { border: 1px solid #80BC5B; }

<div style="border:3px solid #80BC5B">Div</div>

This div border color is #80BC5B.


Opacity

.myOpacity80 { color: #80BC5B; opacity: 0.8; }

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

Text with #80BC5B 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 #80BC5B;}

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

This text has shadow with #80BC5B color.

.textShadow {text-shadow: 3px 3px 1px #80BC5B, 3px 3px 1px red;}

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

This text has shadow with #80BC5B primary color and red secondary color.


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

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

This text has shadow with #80BC5B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80BC5B on black background.


Color preview on white background

This text has color #80BC5B on white background.



Black color preview on #80BC5B background

This text has black color on #80BC5B background.


White color preview on #80BC5B background

This text has white color on #80BC5B background.