COLOR #80C266

HEX: #80C266
RGB: (128,194,102)

Color info

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

RGB color model

#80C266 color RGB value is (128,194,102).

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

RGB channels and saturation

R 128 of 255 = 50%
G 194 of 255 = 76%
B 102 of 255 = 40%

128
194
102

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

Portions of RGB colors in percentages

R + G + B =
128 + 194 + 102 = 424 (100%)
R 128 of 424 ~ 30.19%
G 194 of 424 ~ 45.75%
B 102 of 424 ~ 24.06%

%30.19
%45.75
%24.06

CMYK color model

#80C266 color CMYK value is (34,0,47,24).

  • cyan value is 34.02%
  • magenta value is 0.00%
  • yellow value is 47.42%
  • key color value is 23.92%
CMYK:
(34,0,47,24)
C34M0Y47K24 
(34%,0%,47%,24%)
(0.34/0.00/0.47/0.24)	

CMYK percentages

%34.02
%0
%47.42
%23.92

Codes

Color #80C266 in popluar color models

80C266
RGB128194102
HSL103°42.99%58.04%
HSB/HSV103°47.42%76.08%
CMYK34.02%0.00%47.42%
23.92%

Color #80C266 in popluar number systems.

HEX80C266
Decimal128194102
Binary10000000110000101100110
Octal200302146

Shades and tints

Shades of #80C266

#80C266
(128,194,102)
#75B15D
(117,177,93)
#6AA054
(106,160,84)
#5F8F4B
(95,143,75)
#547E42
(84,126,66)
#496D39
(73,109,57)
#3E5C30
(62,92,48)
#334B27
(51,75,39)
#283A1E
(40,58,30)
#1D2915
(29,41,21)
#12180C
(18,24,12)
#000000
(0,0,0)

Tints of #80C266

#80C266
(128,194,102)
#8BC773
(139,199,115)
#96CC80
(150,204,128)
#A1D18D
(161,209,141)
#ACD69A
(172,214,154)
#B7DBA7
(183,219,167)
#C2E0B4
(194,224,180)
#CDE5C1
(205,229,193)
#D8EACE
(216,234,206)
#E3EFDB
(227,239,219)
#EEF4E8
(238,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80C266; }

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

This text font color is #80C266.


Background Color

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

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

This div background color is #80C266.


Border color

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

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

This div border color is #80C266.


Opacity

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

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

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

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

This text has shadow with #80C266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80C266 on black background.


Color preview on white background

This text has color #80C266 on white background.



Black color preview on #80C266 background

This text has black color on #80C266 background.


White color preview on #80C266 background

This text has white color on #80C266 background.