COLOR #80D344

HEX: #80D344
RGB: (128,211,68)

Color info

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

RGB color model

#80D344 color RGB value is (128,211,68).

  • red value is 128;
  • green value is 211;
  • blue value is 68.
RGB:
(128,211,68)
(50%,83%,27%)

RGB channels and saturation

R 128 of 255 = 50%
G 211 of 255 = 83%
B 68 of 255 = 27%

128
211
68

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

Portions of RGB colors in percentages

R + G + B =
128 + 211 + 68 = 407 (100%)
R 128 of 407 ~ 31.45%
G 211 of 407 ~ 51.84%
B 68 of 407 ~ 16.71%

%31.45
%51.84
%16.71

CMYK color model

#80D344 color CMYK value is (39,0,68,17).

  • cyan value is 39.34%
  • magenta value is 0.00%
  • yellow value is 67.77%
  • key color value is 17.25%
CMYK:
(39,0,68,17)
C39M0Y68K17 
(39%,0%,68%,17%)
(0.39/0.00/0.68/0.17)	

CMYK percentages

%39.34
%0
%67.77
%17.25

Codes

Color #80D344 in popluar color models

80D344
RGB12821168
HSL95°61.90%54.71%
HSB/HSV95°67.77%82.75%
CMYK39.34%0.00%67.77%
17.25%

Color #80D344 in popluar number systems.

HEX80D344
Decimal12821168
Binary10000000110100111000100
Octal200323104

Shades and tints

Shades of #80D344

#80D344
(128,211,68)
#75C03E
(117,192,62)
#6AAD38
(106,173,56)
#5F9A32
(95,154,50)
#54872C
(84,135,44)
#497426
(73,116,38)
#3E6120
(62,97,32)
#334E1A
(51,78,26)
#283B14
(40,59,20)
#1D280E
(29,40,14)
#121508
(18,21,8)
#000000
(0,0,0)

Tints of #80D344

#80D344
(128,211,68)
#8BD755
(139,215,85)
#96DB66
(150,219,102)
#A1DF77
(161,223,119)
#ACE388
(172,227,136)
#B7E799
(183,231,153)
#C2EBAA
(194,235,170)
#CDEFBB
(205,239,187)
#D8F3CC
(216,243,204)
#E3F7DD
(227,247,221)
#EEFBEE
(238,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80D344 color. Also use rgb(128,211,68) instead hex code.

Text Font Color

.myTextColor { color: #80D344; }

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

This text font color is #80D344.


Background Color

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

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

This div background color is #80D344.


Border color

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

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

This div border color is #80D344.


Opacity

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

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

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

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

This text has shadow with #80D344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80D344 on black background.


Color preview on white background

This text has color #80D344 on white background.



Black color preview on #80D344 background

This text has black color on #80D344 background.


White color preview on #80D344 background

This text has white color on #80D344 background.