COLOR #80C978

HEX: #80C978
RGB: (128,201,120)

Renk bilgisi

#80C978 contains mainly green color. #80C978 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#80C978 color RGB value is (128,201,120).

  • kırmız ton 128;
  • yeşil ton 201;
  • mavi ton 120.
RGB:
(128,201,120)
(50%,79%,47%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 201 of 255 = 79%
B 120 of 255 = 47%

128
201
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 201 + 120 = 449 (100%)
R 128 of 449 ~ 28.51%
G 201 of 449 ~ 44.77%
B 120 of 449 ~ 26.73%

%28.51
%44.77
%26.73

CMYK RENK MODELİ

#80C978 rengi CMYK tonu (36,0,40,21).

  • camgöbeği tonu 36.32%
  • eflatun tonu 0.00%
  • sarı tonu 40.30%
  • ana renk tonu 21.18%
CMYK:
(36,0,40,21)
C36M0Y40K21 
(36%,0%,40%,21%)
(0.36/0.00/0.40/0.21)	

CMYK yüzdeleri

%36.32
%0
%40.3
%21.18

Codes

Color #80C978 in popluar color models

80C978
RGB128201120
HSL114°42.86%62.94%
HSB/HSV114°40.30%78.82%
CMYK36.32%0.00%40.30%
21.18%

Color #80C978 in popluar number systems.

HEX80C978
Decimal128201120
Binary10000000110010011111000
Octal200311170

Shades and tints

Shades of #80C978

#80C978
(128,201,120)
#75B76E
(117,183,110)
#6AA564
(106,165,100)
#5F935A
(95,147,90)
#548150
(84,129,80)
#496F46
(73,111,70)
#3E5D3C
(62,93,60)
#334B32
(51,75,50)
#283928
(40,57,40)
#1D271E
(29,39,30)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #80C978

#80C978
(128,201,120)
#8BCD84
(139,205,132)
#96D190
(150,209,144)
#A1D59C
(161,213,156)
#ACD9A8
(172,217,168)
#B7DDB4
(183,221,180)
#C2E1C0
(194,225,192)
#CDE5CC
(205,229,204)
#D8E9D8
(216,233,216)
#E3EDE4
(227,237,228)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80C978 color. Also use rgb(128,201,120) instead hex code.

Text Font Color

.myTextColor { color: #80C978; }

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

This text font color is #80C978.


Background Color

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

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

This div background color is #80C978.


Border color

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

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

This div border color is #80C978.


Opacity

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

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

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

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

This text has shadow with #80C978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80C978 on black background.


Color preview on white background

This text has color #80C978 on white background.



Black color preview on #80C978 background

This text has black color on #80C978 background.


White color preview on #80C978 background

This text has white color on #80C978 background.