COLOR #80BA23

HEX: #80BA23
RGB: (128,186,35)

Color info

#80BA23 contains mainly red and green colors. Web safe color of #80BA23 is #66CC33 (or #6C3).

RGB color model

#80BA23 color RGB value is (128,186,35).

  • red value is 128;
  • green value is 186;
  • blue value is 35.
RGB:
(128,186,35)
(50%,73%,14%)

RGB channels and saturation

R 128 of 255 = 50%
G 186 of 255 = 73%
B 35 of 255 = 14%

128
186
35

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

Portions of RGB colors in percentages

R + G + B =
128 + 186 + 35 = 349 (100%)
R 128 of 349 ~ 36.68%
G 186 of 349 ~ 53.3%
B 35 of 349 ~ 10.03%

%36.68
%53.3
%10.03

CMYK color model

#80BA23 color CMYK value is (31,0,81,27).

  • cyan value is 31.18%
  • magenta value is 0.00%
  • yellow value is 81.18%
  • key color value is 27.06%
CMYK:
(31,0,81,27)
C31M0Y81K27 
(31%,0%,81%,27%)
(0.31/0.00/0.81/0.27)	

CMYK percentages

%31.18
%0
%81.18
%27.06

Codes

Color #80BA23 in popluar color models

80BA23
RGB12818635
HSL83°68.33%43.33%
HSB/HSV83°81.18%72.94%
CMYK31.18%0.00%81.18%
27.06%

Color #80BA23 in popluar number systems.

HEX80BA23
Decimal12818635
Binary1000000010111010100011
Octal20027243

Shades and tints

Shades of #80BA23

#80BA23
(128,186,35)
#75AA20
(117,170,32)
#6A9A1D
(106,154,29)
#5F8A1A
(95,138,26)
#547A17
(84,122,23)
#496A14
(73,106,20)
#3E5A11
(62,90,17)
#334A0E
(51,74,14)
#283A0B
(40,58,11)
#1D2A08
(29,42,8)
#121A05
(18,26,5)
#000000
(0,0,0)

Tints of #80BA23

#80BA23
(128,186,35)
#8BC037
(139,192,55)
#96C64B
(150,198,75)
#A1CC5F
(161,204,95)
#ACD273
(172,210,115)
#B7D887
(183,216,135)
#C2DE9B
(194,222,155)
#CDE4AF
(205,228,175)
#D8EAC3
(216,234,195)
#E3F0D7
(227,240,215)
#EEF6EB
(238,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80BA23 color. Also use rgb(128,186,35) instead hex code.

Text Font Color

.myTextColor { color: #80BA23; }

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

This text font color is #80BA23.


Background Color

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

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

This div background color is #80BA23.


Border color

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

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

This div border color is #80BA23.


Opacity

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

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

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

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

This text has shadow with #80BA23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80BA23 on black background.


Color preview on white background

This text has color #80BA23 on white background.



Black color preview on #80BA23 background

This text has black color on #80BA23 background.


White color preview on #80BA23 background

This text has white color on #80BA23 background.