HEX: #80D479
RGB: (128,212,121)
#80D479 enthält hauptsächlich grüne Farbe. Für #80D479 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #80D479 wird in RGB als (128,212,121) definiert.
RGB: (128,212,121) (50%,83%,47%)
R 128 von 255 = 50%
G 212 von 255 = 83%
B 121 von 255 = 47%
R + G + B ~ 60%. #80D479 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
128 + 212 + 121 = 461 (100%)
R 128 von 461 ~ 27.77%
G 212 von 461 ~ 45.99%
B 121 von 461 ~ 26.25%
Die Farbe #80D479 wird in CMYK als (40,0,43,17) definiert.
CMYK: (40,0,43,17) C40M0Y43K17 (40%,0%,43%,17%) (0.40/0.00/0.43/0.17)
80 | D4 | 79 | |
---|---|---|---|
RGB | 128 | 212 | 121 |
HSL | 115° | 51.41% | 65.29% |
HSB/HSV | 115° | 42.92% | 83.14% |
CMYK | 39.62% | 0.00% | 42.92% |
16.86% |
Hexadezimal | 80 | D4 | 79 |
Dezimal | 128 | 212 | 121 |
Binär | 10000000 | 11010100 | 1111001 |
Oktal | 200 | 324 | 171 |
Beispiele css- und html für Elemente in der Farbe #80D479. Bitte benutzen Sie auch rgb(128,212,121) statt hex-Code.
.myTextColor { color: #80D479; }
<p style="color:#80D479">This sample text font color is #80D479.</p>
Die Farbe dieses Textes ist #80D479.
.myBgColor { background-color: #80D479; }
<div style="background-color:#80D479">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #80D479.
.myBorderColor { border: 1px solid #80D479; }
<div style="border:3px solid #80D479">Div</div>
Die Grenzen von diesem div sind in Farbe #80D479.
.myOpacity80 { color: #80D479; opacity: 0.8; }
<p style="color:#80D479;opacity:0.8;">80%</p>
Text in Farbe #80D479 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #80D479;}
<p style="text-shadow: 3px 3px 1px #80D479">Text here.</p>
Dieser Text hat den Schatten in Farbe #80D479.
.textShadow {text-shadow: 3px 3px 1px #80D479, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #80D479, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #80D479 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#80D479, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#80D479, Direction=45, Strength=4)">Text</p>
This text has shadow with #80D479 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #80D479; -webkit-box-shadow: 1px 1px 3px 2px #80D479; box-shadow: 1px 1px 3px 2px #80D479; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #80D479; -webkit-box-shadow: 1px 1px 3px 2px #80D479; box-shadow:1px 1px 3px 2px #80D479;">
Div content here</div>
Dieser Text ist in der Farbe #80D479 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #80D479 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #80D479.
Dieser Text ist weiß auf dem Hintergrund in Farbe #80D479.