COLOR #80C283

HEX: #80C283
RGB: (128,194,131)

Color info

#80C283 contains mainly green color. Web safe color of #80C283 is #66CC99 (or #6C9).

RGB color model

#80C283 color RGB value is (128,194,131).

  • red value is 128;
  • green value is 194;
  • blue value is 131.
RGB:
(128,194,131)
(50%,76%,51%)

RGB channels and saturation

R 128 of 255 = 50%
G 194 of 255 = 76%
B 131 of 255 = 51%

128
194
131

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

Portions of RGB colors in percentages

R + G + B =
128 + 194 + 131 = 453 (100%)
R 128 of 453 ~ 28.26%
G 194 of 453 ~ 42.83%
B 131 of 453 ~ 28.92%

%28.26
%42.83
%28.92

CMYK color model

#80C283 color CMYK value is (34,0,32,24).

  • cyan value is 34.02%
  • magenta value is 0.00%
  • yellow value is 32.47%
  • key color value is 23.92%
CMYK:
(34,0,32,24)
C34M0Y32K24 
(34%,0%,32%,24%)
(0.34/0.00/0.32/0.24)	

CMYK percentages

%34.02
%0
%32.47
%23.92

Codes

Color #80C283 in popluar color models

80C283
RGB128194131
HSL123°35.11%63.14%
HSB/HSV123°34.02%76.08%
CMYK34.02%0.00%32.47%
23.92%

Color #80C283 in popluar number systems.

HEX80C283
Decimal128194131
Binary100000001100001010000011
Octal200302203

Shades and tints

Shades of #80C283

#80C283
(128,194,131)
#75B178
(117,177,120)
#6AA06D
(106,160,109)
#5F8F62
(95,143,98)
#547E57
(84,126,87)
#496D4C
(73,109,76)
#3E5C41
(62,92,65)
#334B36
(51,75,54)
#283A2B
(40,58,43)
#1D2920
(29,41,32)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #80C283

#80C283
(128,194,131)
#8BC78E
(139,199,142)
#96CC99
(150,204,153)
#A1D1A4
(161,209,164)
#ACD6AF
(172,214,175)
#B7DBBA
(183,219,186)
#C2E0C5
(194,224,197)
#CDE5D0
(205,229,208)
#D8EADB
(216,234,219)
#E3EFE6
(227,239,230)
#EEF4F1
(238,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80C283 color. Also use rgb(128,194,131) instead hex code.

Text Font Color

.myTextColor { color: #80C283; }

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

This text font color is #80C283.


Background Color

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

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

This div background color is #80C283.


Border color

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

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

This div border color is #80C283.


Opacity

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

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

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

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

This text has shadow with #80C283 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80C283 on black background.


Color preview on white background

This text has color #80C283 on white background.



Black color preview on #80C283 background

This text has black color on #80C283 background.


White color preview on #80C283 background

This text has white color on #80C283 background.