COLOR #80CE67

HEX: #80CE67 RGB: (128,206,103)

Color info

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

RGB color model

#80CE67 color RGB value is (128,206,103).

RGB: (128,206,103) (50%, 81%, 40%)

RGB channels and saturation

R 128 of 255 = 50%
G 206 of 255 = 81%
B 103 of 255 = 40%

128
206
103

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

Portions of RGB colors in percentages

R + G + B = 128 + 206 + 103 = 437 (100%)
R 128 of 437 ~ 29.29%
G 206 of 437 ~ 47.14%
B 103 of 437 ~ 23.57'%

%29.29
%47.14
%23.57

CMYK color model

#80CE67 color CMYK value is (38,0,50,19).

  • cyan value is 37.86%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 19.22%
CMYK: (38,0,50,19) C38M0Y50K19 (38%,0%,50%,19%) (0.38/0.00/0.50/0.19) 

CMYK percentages

%37.86
%0
%50
%19.22

Codes

Color #80CE67 in popluar color models

80 CE 67
RGB 128 206 103
HSL 105° 51.24% 60.59%
HSB/HSV 105° 50.00% 80.78%
CMYK 37.86% 0.00% 50.00%
19.22%

Color #80CE67 in popluar number systems.

HEX 80 CE 67
Decimal 128 206 103
Binary 10000000 11001110 1100111
Octal 200 316 147

Shades and tints

Shades of #80CE67

#80CE67
(128,206,103)
#75BC5E
(117,188,94)
#6AAA55
(106,170,85)
#5F984C
(95,152,76)
#548643
(84,134,67)
#49743A
(73,116,58)
#3E6231
(62,98,49)
#335028
(51,80,40)
#283E1F
(40,62,31)
#1D2C16
(29,44,22)
#121A0D
(18,26,13)
#000000
(0,0,0)

Tints of #80CE67

#80CE67
(128,206,103)
#8BD274
(139,210,116)
#96D681
(150,214,129)
#A1DA8E
(161,218,142)
#ACDE9B
(172,222,155)
#B7E2A8
(183,226,168)
#C2E6B5
(194,230,181)
#CDEAC2
(205,234,194)
#D8EECF
(216,238,207)
#E3F2DC
(227,242,220)
#EEF6E9
(238,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80CE67; }

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

This text font color is #80CE67.

Background Color

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

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

This div background color is #80CE67.

Border color

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

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

This div border color is #80CE67.

Opacity

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

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

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

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

This text has shadow with #80CE67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80CE67.

Preview

Color preview on black background

This text has color #80CE67 on black background.


Color preview on white background

This text has color #80CE67 on white background.


Black color preview on #80CE67 background

This text has black color on #80CE67 background.


White color preview on #80CE67 background

This text has white color on #80CE67 background.


Related colors

Complementary color

Complementary color for #hex is #7F3198.


I love getcolorcode.com

Triadic colors

1 #6780CE and #CE6780 with #80CE67 are triadic colors.

2 #67CE80 and #CE8067 with #80CE67 are triadic colors.