COLOR #80D480

HEX: #80D480
RGB: (128,212,128)

Renk bilgisi

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

RGB renk modeli

#80D480 color RGB value is (128,212,128).

  • kırmız ton 128;
  • yeşil ton 212;
  • mavi ton 128.
RGB:
(128,212,128)
(50%,83%,50%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 212 of 255 = 83%
B 128 of 255 = 50%

128
212
128

R + G + B ~ 61%. #80D480 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 212 + 128 = 468 (100%)
R 128 of 468 ~ 27.35%
G 212 of 468 ~ 45.3%
B 128 of 468 ~ 27.35%

%27.35
%45.3
%27.35

CMYK RENK MODELİ

#80D480 rengi CMYK tonu (40,0,40,17).

  • camgöbeği tonu 39.62%
  • eflatun tonu 0.00%
  • sarı tonu 39.62%
  • ana renk tonu 16.86%
CMYK:
(40,0,40,17)
C40M0Y40K17 
(40%,0%,40%,17%)
(0.40/0.00/0.40/0.17)	

CMYK yüzdeleri

%39.62
%0
%39.62
%16.86

Codes

Color #80D480 in popluar color models

80D480
RGB128212128
HSL120°49.41%66.67%
HSB/HSV120°39.62%83.14%
CMYK39.62%0.00%39.62%
16.86%

Color #80D480 in popluar number systems.

HEX80D480
Decimal128212128
Binary100000001101010010000000
Octal200324200

Shades and tints

Shades of #80D480

#80D480
(128,212,128)
#75C175
(117,193,117)
#6AAE6A
(106,174,106)
#5F9B5F
(95,155,95)
#548854
(84,136,84)
#497549
(73,117,73)
#3E623E
(62,98,62)
#334F33
(51,79,51)
#283C28
(40,60,40)
#1D291D
(29,41,29)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #80D480

#80D480
(128,212,128)
#8BD78B
(139,215,139)
#96DA96
(150,218,150)
#A1DDA1
(161,221,161)
#ACE0AC
(172,224,172)
#B7E3B7
(183,227,183)
#C2E6C2
(194,230,194)
#CDE9CD
(205,233,205)
#D8ECD8
(216,236,216)
#E3EFE3
(227,239,227)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80D480; }

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

This text font color is #80D480.


Background Color

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

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

This div background color is #80D480.


Border color

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

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

This div border color is #80D480.


Opacity

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

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

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

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

This text has shadow with #80D480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80D480 on black background.


Color preview on white background

This text has color #80D480 on white background.



Black color preview on #80D480 background

This text has black color on #80D480 background.


White color preview on #80D480 background

This text has white color on #80D480 background.