COLOR #80CC7D

HEX: #80CC7D
RGB: (128,204,125)

Renk bilgisi

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

RGB renk modeli

#80CC7D color RGB value is (128,204,125).

  • kırmız ton 128;
  • yeşil ton 204;
  • mavi ton 125.
RGB:
(128,204,125)
(50%,80%,49%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 204 of 255 = 80%
B 125 of 255 = 49%

128
204
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 204 + 125 = 457 (100%)
R 128 of 457 ~ 28.01%
G 204 of 457 ~ 44.64%
B 125 of 457 ~ 27.35%

%28.01
%44.64
%27.35

CMYK RENK MODELİ

#80CC7D rengi CMYK tonu (37,0,39,20).

  • camgöbeği tonu 37.25%
  • eflatun tonu 0.00%
  • sarı tonu 38.73%
  • ana renk tonu 20.00%
CMYK:
(37,0,39,20)
C37M0Y39K20 
(37%,0%,39%,20%)
(0.37/0.00/0.39/0.20)	

CMYK yüzdeleri

%37.25
%0
%38.73
%20

Codes

Color #80CC7D in popluar color models

80CC7D
RGB128204125
HSL118°43.65%64.51%
HSB/HSV118°38.73%80.00%
CMYK37.25%0.00%38.73%
20.00%

Color #80CC7D in popluar number systems.

HEX80CC7D
Decimal128204125
Binary10000000110011001111101
Octal200314175

Shades and tints

Shades of #80CC7D

#80CC7D
(128,204,125)
#75BA72
(117,186,114)
#6AA867
(106,168,103)
#5F965C
(95,150,92)
#548451
(84,132,81)
#497246
(73,114,70)
#3E603B
(62,96,59)
#334E30
(51,78,48)
#283C25
(40,60,37)
#1D2A1A
(29,42,26)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #80CC7D

#80CC7D
(128,204,125)
#8BD088
(139,208,136)
#96D493
(150,212,147)
#A1D89E
(161,216,158)
#ACDCA9
(172,220,169)
#B7E0B4
(183,224,180)
#C2E4BF
(194,228,191)
#CDE8CA
(205,232,202)
#D8ECD5
(216,236,213)
#E3F0E0
(227,240,224)
#EEF4EB
(238,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80CC7D color. Also use rgb(128,204,125) instead hex code.

Text Font Color

.myTextColor { color: #80CC7D; }

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

This text font color is #80CC7D.


Background Color

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

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

This div background color is #80CC7D.


Border color

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

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

This div border color is #80CC7D.


Opacity

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

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

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

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

This text has shadow with #80CC7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80CC7D on black background.


Color preview on white background

This text has color #80CC7D on white background.



Black color preview on #80CC7D background

This text has black color on #80CC7D background.


White color preview on #80CC7D background

This text has white color on #80CC7D background.