COLOR #80C645

HEX: #80C645 RGB: (128,198,69)

Color info

#80C645 contains mainly green color. Web safe color of #80C645 is #66CC33 (or #6C3).

RGB color model

#80C645 color RGB value is (128,198,69).

RGB: (128,198,69) (50%, 78%, 27%)

RGB channels and saturation

R 128 of 255 = 50%
G 198 of 255 = 78%
B 69 of 255 = 27%

128
198
69

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

Portions of RGB colors in percentages

R + G + B = 128 + 198 + 69 = 395 (100%)
R 128 of 395 ~ 32.41%
G 198 of 395 ~ 50.13%
B 69 of 395 ~ 17.47'%

%32.41
%50.13
%17.47

CMYK color model

#80C645 color CMYK value is (35,0,65,22).

  • cyan value is 35.35%
  • magenta value is 0.00%
  • yellow value is 65.15%
  • key color value is 22.35%
CMYK: (35,0,65,22) C35M0Y65K22 (35%,0%,65%,22%) (0.35/0.00/0.65/0.22) 

CMYK percentages

%35.35
%0
%65.15
%22.35

Codes

Color #80C645 in popluar color models

80 C6 45
RGB 128 198 69
HSL 93° 53.09% 52.35%
HSB/HSV 93° 65.15% 77.65%
CMYK 35.35% 0.00% 65.15%
22.35%

Color #80C645 in popluar number systems.

HEX 80 C6 45
Decimal 128 198 69
Binary 10000000 11000110 1000101
Octal 200 306 105

Shades and tints

Shades of #80C645

#80C645
(128,198,69)
#75B43F
(117,180,63)
#6AA239
(106,162,57)
#5F9033
(95,144,51)
#547E2D
(84,126,45)
#496C27
(73,108,39)
#3E5A21
(62,90,33)
#33481B
(51,72,27)
#283615
(40,54,21)
#1D240F
(29,36,15)
#121209
(18,18,9)
#000000
(0,0,0)

Tints of #80C645

#80C645
(128,198,69)
#8BCB55
(139,203,85)
#96D065
(150,208,101)
#A1D575
(161,213,117)
#ACDA85
(172,218,133)
#B7DF95
(183,223,149)
#C2E4A5
(194,228,165)
#CDE9B5
(205,233,181)
#D8EEC5
(216,238,197)
#E3F3D5
(227,243,213)
#EEF8E5
(238,248,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80C645 color. Also use rgb(128,198,69) instead hex code.

Text Font Color

.myTextColor { color: #80C645; }

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

This text font color is #80C645.

Background Color

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

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

This div background color is #80C645.

Border color

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

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

This div border color is #80C645.

Opacity

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

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

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

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

This text has shadow with #80C645 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80C645.

Preview

Color preview on black background

This text has color #80C645 on black background.


Color preview on white background

This text has color #80C645 on white background.


Black color preview on #80C645 background

This text has black color on #80C645 background.


White color preview on #80C645 background

This text has white color on #80C645 background.


Related colors

Complementary color

Complementary color for #hex is #7F39BA.


I love getcolorcode.com

Triadic colors

1 #4580C6 and #C64580 with #80C645 are triadic colors.

2 #45C680 and #C68045 with #80C645 are triadic colors.