HEX: #80DB5A
RGB: (128,219,90)
#80DB5A enthält hauptsächlich grüne Farbe. Für #80DB5A ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #80DB5A wird in RGB als (128,219,90) definiert.
RGB: (128,219,90) (50%,86%,35%)
R 128 von 255 = 50%
G 219 von 255 = 86%
B 90 von 255 = 35%
R + G + B ~ 57%. #80DB5A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
128 + 219 + 90 = 437 (100%)
R 128 von 437 ~ 29.29%
G 219 von 437 ~ 50.11%
B 90 von 437 ~ 20.59%
Die Farbe #80DB5A wird in CMYK als (42,0,59,14) definiert.
CMYK: (42,0,59,14) C42M0Y59K14 (42%,0%,59%,14%) (0.42/0.00/0.59/0.14)
80 | DB | 5A | |
---|---|---|---|
RGB | 128 | 219 | 90 |
HSL | 102° | 64.18% | 60.59% |
HSB/HSV | 102° | 58.90% | 85.88% |
CMYK | 41.55% | 0.00% | 58.90% |
14.12% |
Hexadezimal | 80 | DB | 5A |
Dezimal | 128 | 219 | 90 |
Binär | 10000000 | 11011011 | 1011010 |
Oktal | 200 | 333 | 132 |
Beispiele css- und html für Elemente in der Farbe #80DB5A. Bitte benutzen Sie auch rgb(128,219,90) statt hex-Code.
.myTextColor { color: #80DB5A; }
<p style="color:#80DB5A">This sample text font color is #80DB5A.</p>
Die Farbe dieses Textes ist #80DB5A.
.myBgColor { background-color: #80DB5A; }
<div style="background-color:#80DB5A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #80DB5A.
.myBorderColor { border: 1px solid #80DB5A; }
<div style="border:3px solid #80DB5A">Div</div>
Die Grenzen von diesem div sind in Farbe #80DB5A.
.myOpacity80 { color: #80DB5A; opacity: 0.8; }
<p style="color:#80DB5A;opacity:0.8;">80%</p>
Text in Farbe #80DB5A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #80DB5A;}
<p style="text-shadow: 3px 3px 1px #80DB5A">Text here.</p>
Dieser Text hat den Schatten in Farbe #80DB5A.
.textShadow {text-shadow: 3px 3px 1px #80DB5A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #80DB5A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #80DB5A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#80DB5A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#80DB5A, Direction=45, Strength=4)">Text</p>
This text has shadow with #80DB5A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #80DB5A; -webkit-box-shadow: 1px 1px 3px 2px #80DB5A; box-shadow: 1px 1px 3px 2px #80DB5A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #80DB5A; -webkit-box-shadow: 1px 1px 3px 2px #80DB5A; box-shadow:1px 1px 3px 2px #80DB5A;">
Div content here</div>
Dieser Text ist in der Farbe #80DB5A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #80DB5A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #80DB5A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #80DB5A.