COLOR #80BD66

HEX: #80BD66 RGB: (128,189,102)

Color info

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

RGB color model

#80BD66 color RGB value is (128,189,102).

RGB: (128,189,102) (50%, 74%, 40%)

RGB channels and saturation

R 128 of 255 = 50%
G 189 of 255 = 74%
B 102 of 255 = 40%

128
189
102

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

Portions of RGB colors in percentages

R + G + B = 128 + 189 + 102 = 419 (100%)
R 128 of 419 ~ 30.55%
G 189 of 419 ~ 45.11%
B 102 of 419 ~ 24.34'%

%30.55
%45.11
%24.34

CMYK color model

#80BD66 color CMYK value is (32,0,46,26).

  • cyan value is 32.28%
  • magenta value is 0.00%
  • yellow value is 46.03%
  • key color value is 25.88%

CMYK: (32,0,46,26)
C32M0Y46K26 (32%, 0%, 46%, 26%)
(0.32 / 0.00 / 0.46 / 0.26)

CMYK percentages

%32.28
%0
%46.03
%25.88

Codes

Color #80BD66 in popluar color models

80 BD 66
RGB 128 189 102
HSL 102° 39.73% 57.06%
HSB/HSV 102° 46.03% 74.12%
CMYK 32.28% 0.00% 46.03%
25.88%

Color #80BD66 in popluar number systems.

HEX 80 BD 66
Decimal 128 189 102
Binary 10000000 10111101 1100110
Octal 200 275 146

Shades and tints

Shades of #80BD66

#80BD66
(128,189,102)
#75AC5D
(117,172,93)
#6A9B54
(106,155,84)
#5F8A4B
(95,138,75)
#547942
(84,121,66)
#496839
(73,104,57)
#3E5730
(62,87,48)
#334627
(51,70,39)
#28351E
(40,53,30)
#1D2415
(29,36,21)
#12130C
(18,19,12)
#000000
(0,0,0)

Tints of #80BD66

#80BD66
(128,189,102)
#8BC373
(139,195,115)
#96C980
(150,201,128)
#A1CF8D
(161,207,141)
#ACD59A
(172,213,154)
#B7DBA7
(183,219,167)
#C2E1B4
(194,225,180)
#CDE7C1
(205,231,193)
#D8EDCE
(216,237,206)
#E3F3DB
(227,243,219)
#EEF9E8
(238,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80BD66; }

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

This text font color is #80BD66.

Background Color

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

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

This div background color is #80BD66.

Border color

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

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

This div border color is #80BD66.

Opacity

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

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

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

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

This text has shadow with #80BD66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80BD66.

Preview

Color preview on black background

This text has color #80BD66 on black background.


Color preview on white background

This text has color #80BD66 on white background.


Black color preview on #80BD66 background

This text has black color on #80BD66 background.


White color preview on #80BD66 background

This text has white color on #80BD66 background.


Related colors

Complementary color

Complementary color for #hex is #7F4299.


I love getcolorcode.com

Triadic colors

1 #6680BD and #BD6680 with #80BD66 are triadic colors.

2 #66BD80 and #BD8066 with #80BD66 are triadic colors.