COLOR #80BF16

HEX: #80BF16
RGB: (128,191,22)

Color info

#80BF16 contains mainly green color. Web safe color of #80BF16 is #66CC00 (or #6C0).

RGB color model

#80BF16 color RGB value is (128,191,22).

  • red value is 128;
  • green value is 191;
  • blue value is 22.
RGB:
(128,191,22)
(50%,75%,9%)

RGB channels and saturation

R 128 of 255 = 50%
G 191 of 255 = 75%
B 22 of 255 = 9%

128
191
22

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

Portions of RGB colors in percentages

R + G + B =
128 + 191 + 22 = 341 (100%)
R 128 of 341 ~ 37.54%
G 191 of 341 ~ 56.01%
B 22 of 341 ~ 6.45%

%37.54
%56.01

CMYK color model

#80BF16 color CMYK value is (33,0,88,25).

  • cyan value is 32.98%
  • magenta value is 0.00%
  • yellow value is 88.48%
  • key color value is 25.10%
CMYK:
(33,0,88,25)
C33M0Y88K25 
(33%,0%,88%,25%)
(0.33/0.00/0.88/0.25)	

CMYK percentages

%32.98
%0
%88.48
%25.1

Codes

Color #80BF16 in popluar color models

80BF16
RGB12819122
HSL82°79.34%41.76%
HSB/HSV82°88.48%74.90%
CMYK32.98%0.00%88.48%
25.10%

Color #80BF16 in popluar number systems.

HEX80BF16
Decimal12819122
Binary100000001011111110110
Octal20027726

Shades and tints

Shades of #80BF16

#80BF16
(128,191,22)
#75AE14
(117,174,20)
#6A9D12
(106,157,18)
#5F8C10
(95,140,16)
#547B0E
(84,123,14)
#496A0C
(73,106,12)
#3E590A
(62,89,10)
#334808
(51,72,8)
#283706
(40,55,6)
#1D2604
(29,38,4)
#121502
(18,21,2)
#000000
(0,0,0)

Tints of #80BF16

#80BF16
(128,191,22)
#8BC42B
(139,196,43)
#96C940
(150,201,64)
#A1CE55
(161,206,85)
#ACD36A
(172,211,106)
#B7D87F
(183,216,127)
#C2DD94
(194,221,148)
#CDE2A9
(205,226,169)
#D8E7BE
(216,231,190)
#E3ECD3
(227,236,211)
#EEF1E8
(238,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80BF16 color. Also use rgb(128,191,22) instead hex code.

Text Font Color

.myTextColor { color: #80BF16; }

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

This text font color is #80BF16.


Background Color

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

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

This div background color is #80BF16.


Border color

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

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

This div border color is #80BF16.


Opacity

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

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

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

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

This text has shadow with #80BF16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80BF16 on black background.


Color preview on white background

This text has color #80BF16 on white background.



Black color preview on #80BF16 background

This text has black color on #80BF16 background.


White color preview on #80BF16 background

This text has white color on #80BF16 background.