COLOR #80D734

HEX: #80D734
RGB: (128,215,52)

Color info

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

RGB color model

#80D734 color RGB value is (128,215,52).

  • red value is 128;
  • green value is 215;
  • blue value is 52.
RGB:
(128,215,52)
(50%,84%,20%)

RGB channels and saturation

R 128 of 255 = 50%
G 215 of 255 = 84%
B 52 of 255 = 20%

128
215
52

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

Portions of RGB colors in percentages

R + G + B =
128 + 215 + 52 = 395 (100%)
R 128 of 395 ~ 32.41%
G 215 of 395 ~ 54.43%
B 52 of 395 ~ 13.16%

%32.41
%54.43
%13.16

CMYK color model

#80D734 color CMYK value is (40,0,76,16).

  • cyan value is 40.47%
  • magenta value is 0.00%
  • yellow value is 75.81%
  • key color value is 15.69%
CMYK:
(40,0,76,16)
C40M0Y76K16 
(40%,0%,76%,16%)
(0.40/0.00/0.76/0.16)	

CMYK percentages

%40.47
%0
%75.81
%15.69

Codes

Color #80D734 in popluar color models

80D734
RGB12821552
HSL92°67.08%52.35%
HSB/HSV92°75.81%84.31%
CMYK40.47%0.00%75.81%
15.69%

Color #80D734 in popluar number systems.

HEX80D734
Decimal12821552
Binary1000000011010111110100
Octal20032764

Shades and tints

Shades of #80D734

#80D734
(128,215,52)
#75C430
(117,196,48)
#6AB12C
(106,177,44)
#5F9E28
(95,158,40)
#548B24
(84,139,36)
#497820
(73,120,32)
#3E651C
(62,101,28)
#335218
(51,82,24)
#283F14
(40,63,20)
#1D2C10
(29,44,16)
#12190C
(18,25,12)
#000000
(0,0,0)

Tints of #80D734

#80D734
(128,215,52)
#8BDA46
(139,218,70)
#96DD58
(150,221,88)
#A1E06A
(161,224,106)
#ACE37C
(172,227,124)
#B7E68E
(183,230,142)
#C2E9A0
(194,233,160)
#CDECB2
(205,236,178)
#D8EFC4
(216,239,196)
#E3F2D6
(227,242,214)
#EEF5E8
(238,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80D734 color. Also use rgb(128,215,52) instead hex code.

Text Font Color

.myTextColor { color: #80D734; }

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

This text font color is #80D734.


Background Color

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

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

This div background color is #80D734.


Border color

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

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

This div border color is #80D734.


Opacity

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

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

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

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

This text has shadow with #80D734 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80D734 on black background.


Color preview on white background

This text has color #80D734 on white background.



Black color preview on #80D734 background

This text has black color on #80D734 background.


White color preview on #80D734 background

This text has white color on #80D734 background.