COLOR #80BF84

HEX: #80BF84 RGB: (128,191,132)

Color info

#80BF84 contains mainly green and blue colors. Web safe color of #80BF84 is #66CC99 (or #6C9).

RGB color model

#80BF84 color RGB value is (128,191,132).

RGB: (128,191,132) (50%, 75%, 52%)

RGB channels and saturation

R 128 of 255 = 50%
G 191 of 255 = 75%
B 132 of 255 = 52%

128
191
132

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

Portions of RGB colors in percentages

R + G + B = 128 + 191 + 132 = 451 (100%)
R 128 of 451 ~ 28.38%
G 191 of 451 ~ 42.35%
B 132 of 451 ~ 29.27'%

%28.38
%42.35
%29.27

CMYK color model

#80BF84 color CMYK value is (33,0,31,25).

  • cyan value is 32.98%
  • magenta value is 0.00%
  • yellow value is 30.89%
  • key color value is 25.10%
CMYK: (33,0,31,25) C33M0Y31K25 (33%,0%,31%,25%) (0.33/0.00/0.31/0.25) 

CMYK percentages

%32.98
%0
%30.89
%25.1

Codes

Color #80BF84 in popluar color models

80 BF 84
RGB 128 191 132
HSL 124° 32.98% 62.55%
HSB/HSV 124° 32.98% 74.90%
CMYK 32.98% 0.00% 30.89%
25.10%

Color #80BF84 in popluar number systems.

HEX 80 BF 84
Decimal 128 191 132
Binary 10000000 10111111 10000100
Octal 200 277 204

Shades and tints

Shades of #80BF84

#80BF84
(128,191,132)
#75AE78
(117,174,120)
#6A9D6C
(106,157,108)
#5F8C60
(95,140,96)
#547B54
(84,123,84)
#496A48
(73,106,72)
#3E593C
(62,89,60)
#334830
(51,72,48)
#283724
(40,55,36)
#1D2618
(29,38,24)
#12150C
(18,21,12)
#000000
(0,0,0)

Tints of #80BF84

#80BF84
(128,191,132)
#8BC48F
(139,196,143)
#96C99A
(150,201,154)
#A1CEA5
(161,206,165)
#ACD3B0
(172,211,176)
#B7D8BB
(183,216,187)
#C2DDC6
(194,221,198)
#CDE2D1
(205,226,209)
#D8E7DC
(216,231,220)
#E3ECE7
(227,236,231)
#EEF1F2
(238,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80BF84; }

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

This text font color is #80BF84.

Background Color

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

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

This div background color is #80BF84.

Border color

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

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

This div border color is #80BF84.

Opacity

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

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

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

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

This text has shadow with #80BF84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80BF84.

Preview

Color preview on black background

This text has color #80BF84 on black background.


Color preview on white background

This text has color #80BF84 on white background.


Black color preview on #80BF84 background

This text has black color on #80BF84 background.


White color preview on #80BF84 background

This text has white color on #80BF84 background.


Related colors

Complementary color

Complementary color for #hex is #7F407B.


I love getcolorcode.com

Triadic colors

1 #8480BF and #BF8480 with #80BF84 are triadic colors.

2 #84BF80 and #BF8084 with #80BF84 are triadic colors.