COLOR #80CE51

HEX: #80CE51
RGB: (128,206,81)

Color info

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

RGB color model

#80CE51 color RGB value is (128,206,81).

  • red value is 128;
  • green value is 206;
  • blue value is 81.
RGB:
(128,206,81)
(50%,81%,32%)

RGB channels and saturation

R 128 of 255 = 50%
G 206 of 255 = 81%
B 81 of 255 = 32%

128
206
81

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

Portions of RGB colors in percentages

R + G + B =
128 + 206 + 81 = 415 (100%)
R 128 of 415 ~ 30.84%
G 206 of 415 ~ 49.64%
B 81 of 415 ~ 19.52%

%30.84
%49.64
%19.52

CMYK color model

#80CE51 color CMYK value is (38,0,61,19).

  • cyan value is 37.86%
  • magenta value is 0.00%
  • yellow value is 60.68%
  • key color value is 19.22%
CMYK:
(38,0,61,19)
C38M0Y61K19 
(38%,0%,61%,19%)
(0.38/0.00/0.61/0.19)	

CMYK percentages

%37.86
%0
%60.68
%19.22

Codes

Color #80CE51 in popluar color models

80CE51
RGB12820681
HSL97°56.05%56.27%
HSB/HSV97°60.68%80.78%
CMYK37.86%0.00%60.68%
19.22%

Color #80CE51 in popluar number systems.

HEX80CE51
Decimal12820681
Binary10000000110011101010001
Octal200316121

Shades and tints

Shades of #80CE51

#80CE51
(128,206,81)
#75BC4A
(117,188,74)
#6AAA43
(106,170,67)
#5F983C
(95,152,60)
#548635
(84,134,53)
#49742E
(73,116,46)
#3E6227
(62,98,39)
#335020
(51,80,32)
#283E19
(40,62,25)
#1D2C12
(29,44,18)
#121A0B
(18,26,11)
#000000
(0,0,0)

Tints of #80CE51

#80CE51
(128,206,81)
#8BD260
(139,210,96)
#96D66F
(150,214,111)
#A1DA7E
(161,218,126)
#ACDE8D
(172,222,141)
#B7E29C
(183,226,156)
#C2E6AB
(194,230,171)
#CDEABA
(205,234,186)
#D8EEC9
(216,238,201)
#E3F2D8
(227,242,216)
#EEF6E7
(238,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80CE51 color. Also use rgb(128,206,81) instead hex code.

Text Font Color

.myTextColor { color: #80CE51; }

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

This text font color is #80CE51.


Background Color

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

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

This div background color is #80CE51.


Border color

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

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

This div border color is #80CE51.


Opacity

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

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

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

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

This text has shadow with #80CE51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80CE51 on black background.


Color preview on white background

This text has color #80CE51 on white background.



Black color preview on #80CE51 background

This text has black color on #80CE51 background.


White color preview on #80CE51 background

This text has white color on #80CE51 background.