COLOR #80CC61

HEX: #80CC61
RGB: (128,204,97)

Renk bilgisi

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

RGB renk modeli

#80CC61 color RGB value is (128,204,97).

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

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 204 of 255 = 80%
B 97 of 255 = 38%

128
204
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 204 + 97 = 429 (100%)
R 128 of 429 ~ 29.84%
G 204 of 429 ~ 47.55%
B 97 of 429 ~ 22.61%

%29.84
%47.55
%22.61

CMYK RENK MODELİ

#80CC61 rengi CMYK tonu (37,0,52,20).

  • camgöbeği tonu 37.25%
  • eflatun tonu 0.00%
  • sarı tonu 52.45%
  • ana renk tonu 20.00%
CMYK:
(37,0,52,20)
C37M0Y52K20 
(37%,0%,52%,20%)
(0.37/0.00/0.52/0.20)	

CMYK yüzdeleri

%37.25
%0
%52.45
%20

Codes

Color #80CC61 in popluar color models

80CC61
RGB12820497
HSL103°51.20%59.02%
HSB/HSV103°52.45%80.00%
CMYK37.25%0.00%52.45%
20.00%

Color #80CC61 in popluar number systems.

HEX80CC61
Decimal12820497
Binary10000000110011001100001
Octal200314141

Shades and tints

Shades of #80CC61

#80CC61
(128,204,97)
#75BA59
(117,186,89)
#6AA851
(106,168,81)
#5F9649
(95,150,73)
#548441
(84,132,65)
#497239
(73,114,57)
#3E6031
(62,96,49)
#334E29
(51,78,41)
#283C21
(40,60,33)
#1D2A19
(29,42,25)
#121811
(18,24,17)
#000000
(0,0,0)

Tints of #80CC61

#80CC61
(128,204,97)
#8BD06F
(139,208,111)
#96D47D
(150,212,125)
#A1D88B
(161,216,139)
#ACDC99
(172,220,153)
#B7E0A7
(183,224,167)
#C2E4B5
(194,228,181)
#CDE8C3
(205,232,195)
#D8ECD1
(216,236,209)
#E3F0DF
(227,240,223)
#EEF4ED
(238,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80CC61; }

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

This text font color is #80CC61.


Background Color

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

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

This div background color is #80CC61.


Border color

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

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

This div border color is #80CC61.


Opacity

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

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

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

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

This text has shadow with #80CC61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80CC61 on black background.


Color preview on white background

This text has color #80CC61 on white background.



Black color preview on #80CC61 background

This text has black color on #80CC61 background.


White color preview on #80CC61 background

This text has white color on #80CC61 background.