COLOR #80BB5E

HEX: #80BB5E
RGB: (128,187,94)

Color info

#80BB5E contains mainly red and green colors. Web safe color of #80BB5E is #66CC66 (or #6C6).

RGB color model

#80BB5E color RGB value is (128,187,94).

  • red value is 128;
  • green value is 187;
  • blue value is 94.
RGB:
(128,187,94)
(50%,73%,37%)

RGB channels and saturation

R 128 of 255 = 50%
G 187 of 255 = 73%
B 94 of 255 = 37%

128
187
94

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

Portions of RGB colors in percentages

R + G + B =
128 + 187 + 94 = 409 (100%)
R 128 of 409 ~ 31.3%
G 187 of 409 ~ 45.72%
B 94 of 409 ~ 22.98%

%31.3
%45.72
%22.98

CMYK color model

#80BB5E color CMYK value is (32,0,50,27).

  • cyan value is 31.55%
  • magenta value is 0.00%
  • yellow value is 49.73%
  • key color value is 26.67%
CMYK:
(32,0,50,27)
C32M0Y50K27 
(32%,0%,50%,27%)
(0.32/0.00/0.50/0.27)	

CMYK percentages

%31.55
%0
%49.73
%26.67

Codes

Color #80BB5E in popluar color models

80BB5E
RGB12818794
HSL98°40.61%55.10%
HSB/HSV98°49.73%73.33%
CMYK31.55%0.00%49.73%
26.67%

Color #80BB5E in popluar number systems.

HEX80BB5E
Decimal12818794
Binary10000000101110111011110
Octal200273136

Shades and tints

Shades of #80BB5E

#80BB5E
(128,187,94)
#75AA56
(117,170,86)
#6A994E
(106,153,78)
#5F8846
(95,136,70)
#54773E
(84,119,62)
#496636
(73,102,54)
#3E552E
(62,85,46)
#334426
(51,68,38)
#28331E
(40,51,30)
#1D2216
(29,34,22)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #80BB5E

#80BB5E
(128,187,94)
#8BC16C
(139,193,108)
#96C77A
(150,199,122)
#A1CD88
(161,205,136)
#ACD396
(172,211,150)
#B7D9A4
(183,217,164)
#C2DFB2
(194,223,178)
#CDE5C0
(205,229,192)
#D8EBCE
(216,235,206)
#E3F1DC
(227,241,220)
#EEF7EA
(238,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80BB5E color. Also use rgb(128,187,94) instead hex code.

Text Font Color

.myTextColor { color: #80BB5E; }

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

This text font color is #80BB5E.


Background Color

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

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

This div background color is #80BB5E.


Border color

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

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

This div border color is #80BB5E.


Opacity

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

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

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

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

This text has shadow with #80BB5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80BB5E on black background.


Color preview on white background

This text has color #80BB5E on white background.



Black color preview on #80BB5E background

This text has black color on #80BB5E background.


White color preview on #80BB5E background

This text has white color on #80BB5E background.