COLOR #80BF78

HEX: #80BF78
RGB: (128,191,120)

Color info

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

RGB color model

#80BF78 color RGB value is (128,191,120).

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

RGB channels and saturation

R 128 of 255 = 50%
G 191 of 255 = 75%
B 120 of 255 = 47%

128
191
120

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

Portions of RGB colors in percentages

R + G + B =
128 + 191 + 120 = 439 (100%)
R 128 of 439 ~ 29.16%
G 191 of 439 ~ 43.51%
B 120 of 439 ~ 27.33%

%29.16
%43.51
%27.33

CMYK color model

#80BF78 color CMYK value is (33,0,37,25).

  • cyan value is 32.98%
  • magenta value is 0.00%
  • yellow value is 37.17%
  • key color value is 25.10%
CMYK:
(33,0,37,25)
C33M0Y37K25 
(33%,0%,37%,25%)
(0.33/0.00/0.37/0.25)	

CMYK percentages

%32.98
%0
%37.17
%25.1

Codes

Color #80BF78 in popluar color models

80BF78
RGB128191120
HSL113°35.68%60.98%
HSB/HSV113°37.17%74.90%
CMYK32.98%0.00%37.17%
25.10%

Color #80BF78 in popluar number systems.

HEX80BF78
Decimal128191120
Binary10000000101111111111000
Octal200277170

Shades and tints

Shades of #80BF78

#80BF78
(128,191,120)
#75AE6E
(117,174,110)
#6A9D64
(106,157,100)
#5F8C5A
(95,140,90)
#547B50
(84,123,80)
#496A46
(73,106,70)
#3E593C
(62,89,60)
#334832
(51,72,50)
#283728
(40,55,40)
#1D261E
(29,38,30)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #80BF78

#80BF78
(128,191,120)
#8BC484
(139,196,132)
#96C990
(150,201,144)
#A1CE9C
(161,206,156)
#ACD3A8
(172,211,168)
#B7D8B4
(183,216,180)
#C2DDC0
(194,221,192)
#CDE2CC
(205,226,204)
#D8E7D8
(216,231,216)
#E3ECE4
(227,236,228)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80BF78; }

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

This text font color is #80BF78.


Background Color

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

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

This div background color is #80BF78.


Border color

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

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

This div border color is #80BF78.


Opacity

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

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

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

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

This text has shadow with #80BF78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80BF78 on black background.


Color preview on white background

This text has color #80BF78 on white background.



Black color preview on #80BF78 background

This text has black color on #80BF78 background.


White color preview on #80BF78 background

This text has white color on #80BF78 background.