COLOR #80BF65

HEX: #80BF65 RGB: (128,191,101)

Color info

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

RGB color model

#80BF65 color RGB value is (128,191,101).

RGB: (128,191,101) (50%, 75%, 40%)

RGB channels and saturation

R 128 of 255 = 50%
G 191 of 255 = 75%
B 101 of 255 = 40%

128
191
101

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

Portions of RGB colors in percentages

R + G + B = 128 + 191 + 101 = 420 (100%)
R 128 of 420 ~ 30.48%
G 191 of 420 ~ 45.48%
B 101 of 420 ~ 24.05'%

%30.48
%45.48
%24.05

CMYK color model

#80BF65 color CMYK value is (33,0,47,25).

  • cyan value is 32.98%
  • magenta value is 0.00%
  • yellow value is 47.12%
  • key color value is 25.10%

CMYK: (33,0,47,25)
C33M0Y47K25 (33%, 0%, 47%, 25%)
(0.33 / 0.00 / 0.47 / 0.25)

CMYK percentages

%32.98
%0
%47.12
%25.1

Codes

Color #80BF65 in popluar color models

80 BF 65
RGB 128 191 101
HSL 102° 41.28% 57.25%
HSB/HSV 102° 47.12% 74.90%
CMYK 32.98% 0.00% 47.12%
25.10%

Color #80BF65 in popluar number systems.

HEX 80 BF 65
Decimal 128 191 101
Binary 10000000 10111111 1100101
Octal 200 277 145

Shades and tints

Shades of #80BF65

#80BF65
(128,191,101)
#75AE5C
(117,174,92)
#6A9D53
(106,157,83)
#5F8C4A
(95,140,74)
#547B41
(84,123,65)
#496A38
(73,106,56)
#3E592F
(62,89,47)
#334826
(51,72,38)
#28371D
(40,55,29)
#1D2614
(29,38,20)
#12150B
(18,21,11)
#000000
(0,0,0)

Tints of #80BF65

#80BF65
(128,191,101)
#8BC473
(139,196,115)
#96C981
(150,201,129)
#A1CE8F
(161,206,143)
#ACD39D
(172,211,157)
#B7D8AB
(183,216,171)
#C2DDB9
(194,221,185)
#CDE2C7
(205,226,199)
#D8E7D5
(216,231,213)
#E3ECE3
(227,236,227)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80BF65 color. Also use rgb(128,191,101) instead hex code.

Text Font Color

.myTextColor { color: #80BF65; }

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

This text font color is #80BF65.

Background Color

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

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

This div background color is #80BF65.

Border color

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

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

This div border color is #80BF65.

Opacity

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

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

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

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

This text has shadow with #80BF65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80BF65.

Preview

Color preview on black background

This text has color #80BF65 on black background.


Color preview on white background

This text has color #80BF65 on white background.


Black color preview on #80BF65 background

This text has black color on #80BF65 background.


White color preview on #80BF65 background

This text has white color on #80BF65 background.


Related colors

Complementary color

Complementary color for #hex is #7F409A.


I love getcolorcode.com

Triadic colors

1 #6580BF and #BF6580 with #80BF65 are triadic colors.

2 #65BF80 and #BF8065 with #80BF65 are triadic colors.