COLOR #80C725

HEX: #80C725 RGB: (128,199,37)

Color info

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

RGB color model

#80C725 color RGB value is (128,199,37).

RGB: (128,199,37) (50%, 78%, 15%)

RGB channels and saturation

R 128 of 255 = 50%
G 199 of 255 = 78%
B 37 of 255 = 15%

128
199
37

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

Portions of RGB colors in percentages

R + G + B = 128 + 199 + 37 = 364 (100%)
R 128 of 364 ~ 35.16%
G 199 of 364 ~ 54.67%
B 37 of 364 ~ 10.16'%

%35.16
%54.67

CMYK color model

#80C725 color CMYK value is (36,0,81,22).

  • cyan value is 35.68%
  • magenta value is 0.00%
  • yellow value is 81.41%
  • key color value is 21.96%

CMYK: (36,0,81,22)
C36M0Y81K22 (36%, 0%, 81%, 22%)
(0.36 / 0.00 / 0.81 / 0.22)

CMYK percentages

%35.68
%0
%81.41
%21.96

Codes

Color #80C725 in popluar color models

80 C7 25
RGB 128 199 37
HSL 86° 68.64% 46.27%
HSB/HSV 86° 81.41% 78.04%
CMYK 35.68% 0.00% 81.41%
21.96%

Color #80C725 in popluar number systems.

HEX 80 C7 25
Decimal 128 199 37
Binary 10000000 11000111 100101
Octal 200 307 45

Shades and tints

Shades of #80C725

#80C725
(128,199,37)
#75B522
(117,181,34)
#6AA31F
(106,163,31)
#5F911C
(95,145,28)
#547F19
(84,127,25)
#496D16
(73,109,22)
#3E5B13
(62,91,19)
#334910
(51,73,16)
#28370D
(40,55,13)
#1D250A
(29,37,10)
#121307
(18,19,7)
#000000
(0,0,0)

Tints of #80C725

#80C725
(128,199,37)
#8BCC38
(139,204,56)
#96D14B
(150,209,75)
#A1D65E
(161,214,94)
#ACDB71
(172,219,113)
#B7E084
(183,224,132)
#C2E597
(194,229,151)
#CDEAAA
(205,234,170)
#D8EFBD
(216,239,189)
#E3F4D0
(227,244,208)
#EEF9E3
(238,249,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80C725 color. Also use rgb(128,199,37) instead hex code.

Text Font Color

.myTextColor { color: #80C725; }

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

This text font color is #80C725.

Background Color

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

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

This div background color is #80C725.

Border color

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

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

This div border color is #80C725.

Opacity

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

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

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

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

This text has shadow with #80C725 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80C725.

Preview

Color preview on black background

This text has color #80C725 on black background.


Color preview on white background

This text has color #80C725 on white background.


Black color preview on #80C725 background

This text has black color on #80C725 background.


White color preview on #80C725 background

This text has white color on #80C725 background.


Related colors

Complementary color

Complementary color for #hex is #7F38DA.


I love getcolorcode.com

Triadic colors

1 #2580C7 and #C72580 with #80C725 are triadic colors.

2 #25C780 and #C78025 with #80C725 are triadic colors.