COLOR #80BF63

HEX: #80BF63
RGB: (128,191,99)

Color info

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

RGB color model

#80BF63 color RGB value is (128,191,99).

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

RGB channels and saturation

R 128 of 255 = 50%
G 191 of 255 = 75%
B 99 of 255 = 39%

128
191
99

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

Portions of RGB colors in percentages

R + G + B =
128 + 191 + 99 = 418 (100%)
R 128 of 418 ~ 30.62%
G 191 of 418 ~ 45.69%
B 99 of 418 ~ 23.68%

%30.62
%45.69
%23.68

CMYK color model

#80BF63 color CMYK value is (33,0,48,25).

  • cyan value is 32.98%
  • magenta value is 0.00%
  • yellow value is 48.17%
  • key color value is 25.10%
CMYK:
(33,0,48,25)
C33M0Y48K25 
(33%,0%,48%,25%)
(0.33/0.00/0.48/0.25)	

CMYK percentages

%32.98
%0
%48.17
%25.1

Codes

Color #80BF63 in popluar color models

80BF63
RGB12819199
HSL101°41.82%56.86%
HSB/HSV101°48.17%74.90%
CMYK32.98%0.00%48.17%
25.10%

Color #80BF63 in popluar number systems.

HEX80BF63
Decimal12819199
Binary10000000101111111100011
Octal200277143

Shades and tints

Shades of #80BF63

#80BF63
(128,191,99)
#75AE5A
(117,174,90)
#6A9D51
(106,157,81)
#5F8C48
(95,140,72)
#547B3F
(84,123,63)
#496A36
(73,106,54)
#3E592D
(62,89,45)
#334824
(51,72,36)
#28371B
(40,55,27)
#1D2612
(29,38,18)
#121509
(18,21,9)
#000000
(0,0,0)

Tints of #80BF63

#80BF63
(128,191,99)
#8BC471
(139,196,113)
#96C97F
(150,201,127)
#A1CE8D
(161,206,141)
#ACD39B
(172,211,155)
#B7D8A9
(183,216,169)
#C2DDB7
(194,221,183)
#CDE2C5
(205,226,197)
#D8E7D3
(216,231,211)
#E3ECE1
(227,236,225)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80BF63; }

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

This text font color is #80BF63.


Background Color

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

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

This div background color is #80BF63.


Border color

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

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

This div border color is #80BF63.


Opacity

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

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

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

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

This text has shadow with #80BF63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80BF63 on black background.


Color preview on white background

This text has color #80BF63 on white background.



Black color preview on #80BF63 background

This text has black color on #80BF63 background.


White color preview on #80BF63 background

This text has white color on #80BF63 background.