COLOR #80C467

HEX: #80C467 RGB: (128,196,103)

Color info

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

RGB color model

#80C467 color RGB value is (128,196,103).

RGB: (128,196,103) (50%, 77%, 40%)

RGB channels and saturation

R 128 of 255 = 50%
G 196 of 255 = 77%
B 103 of 255 = 40%

128
196
103

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

Portions of RGB colors in percentages

R + G + B = 128 + 196 + 103 = 427 (100%)
R 128 of 427 ~ 29.98%
G 196 of 427 ~ 45.9%
B 103 of 427 ~ 24.12'%

%29.98
%45.9
%24.12

CMYK color model

#80C467 color CMYK value is (35,0,47,23).

  • cyan value is 34.69%
  • magenta value is 0.00%
  • yellow value is 47.45%
  • key color value is 23.14%

CMYK: (35,0,47,23)
C35M0Y47K23 (35%, 0%, 47%, 23%)
(0.35 / 0.00 / 0.47 / 0.23)

CMYK percentages

%34.69
%0
%47.45
%23.14

Codes

Color #80C467 in popluar color models

80 C4 67
RGB 128 196 103
HSL 104° 44.08% 58.63%
HSB/HSV 104° 47.45% 76.86%
CMYK 34.69% 0.00% 47.45%
23.14%

Color #80C467 in popluar number systems.

HEX 80 C4 67
Decimal 128 196 103
Binary 10000000 11000100 1100111
Octal 200 304 147

Shades and tints

Shades of #80C467

#80C467
(128,196,103)
#75B35E
(117,179,94)
#6AA255
(106,162,85)
#5F914C
(95,145,76)
#548043
(84,128,67)
#496F3A
(73,111,58)
#3E5E31
(62,94,49)
#334D28
(51,77,40)
#283C1F
(40,60,31)
#1D2B16
(29,43,22)
#121A0D
(18,26,13)
#000000
(0,0,0)

Tints of #80C467

#80C467
(128,196,103)
#8BC974
(139,201,116)
#96CE81
(150,206,129)
#A1D38E
(161,211,142)
#ACD89B
(172,216,155)
#B7DDA8
(183,221,168)
#C2E2B5
(194,226,181)
#CDE7C2
(205,231,194)
#D8ECCF
(216,236,207)
#E3F1DC
(227,241,220)
#EEF6E9
(238,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80C467; }

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

This text font color is #80C467.

Background Color

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

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

This div background color is #80C467.

Border color

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

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

This div border color is #80C467.

Opacity

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

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

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

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

This text has shadow with #80C467 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80C467.

Preview

Color preview on black background

This text has color #80C467 on black background.


Color preview on white background

This text has color #80C467 on white background.


Black color preview on #80C467 background

This text has black color on #80C467 background.


White color preview on #80C467 background

This text has white color on #80C467 background.


Related colors

Complementary color

Complementary color for #hex is #7F3B98.


I love getcolorcode.com

Triadic colors

1 #6780C4 and #C46780 with #80C467 are triadic colors.

2 #67C480 and #C48067 with #80C467 are triadic colors.