HEX: #80C653
RGB: (128,198,83)
#80C653 enthält hauptsächlich grüne Farbe. Für #80C653 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #80C653 wird in RGB als (128,198,83) definiert.
RGB: (128,198,83)
(50%, 78%, 33%)
R 128 von 255 = 50%
G 198 von 255 = 78%
B 83 von 255 = 33%
R + G + B ~ 54%. #80C653 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 128 + 198 + 83 = 409 (100%)
R 128 von 409 ~ 31.3%
G 198 von 409 ~ 48.41%
B 83 von 409 ~ 20.29'%
Die Farbe #80C653 wird in CMYK als (35,0,58,22) definiert.
CMYK: (35,0,58,22)
C35M0Y58K22 (35%, 0%, 58%, 22%)
(0.35 / 0.00 / 0.58 / 0.22)
Farbe #80C653 in den populären Farbmodellen.
80 | C6 | 53 | |
---|---|---|---|
RGB | 128 | 198 | 83 |
HSL | 97° | 50.22% | 55.10% |
HSB/HSV | 97° | 58.08% | 77.65% |
CMYK | 35.35% | 0.00% | 58.08% |
22.35% |
Die Farbe #80C653 in den populären Zahlensystemen.
Hexadezimal | 80 | C6 | 53 |
Dezimal | 128 | 198 | 83 |
Binär | 10000000 | 11000110 | 1010011 |
Oktal | 200 | 306 | 123 |
Dunkle Töne der Farbe #80C653
Helle Töne der Farbe #80C653
Beispiele css- und html für Elemente in der Farbe #80C653. Bitte benutzen Sie auch rgb(128,198,83) statt hex-Code.
.myTextColor { color: #80C653; }
<p style="color:#80C653">This sample text font color is #80C653.</p>
Die Farbe dieses Textes ist #80C653.
.myBgColor { background-color: #80C653; }
<div style="background-color:#80C653">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #80C653.
.myBorderColor { border: 1px solid #80C653; }
<div style="border:3px solid #80C653">Div</div>
Die Grenzen von diesem div sind in Farbe #80C653.
.myOpacity80 { color: #80C653; opacity: 0.8; }
<p style="color:#80C653;opacity:0.8;">80%</p>
Text in Farbe #80C653 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #80C653;}
<p style="text-shadow: 3px 3px 1px #80C653">Text here.</p>
Dieser Text hat den Schatten in Farbe #80C653.
.textShadow {text-shadow: 3px 3px 1px #80C653', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #80C653, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #80C653 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#80C653, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#80C653, Direction=45, Strength=4)">Text</p>
This text has shadow with #80C653 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #80C653;
-webkit-box-shadow: 1px 1px 3px 2px #80C653;
box-shadow: 1px 1px 3px 2px #80C653;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #80C653; -webkit-box-shadow: 1px 1px 3px 2px #80C653; box-shadow:1px 1px 3px 2px #80C653;">
Div content here
</div>
Dieser Text ist in der Farbe #80C653 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #80C653 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #80C653.
Dieser Text ist weiß auf dem Hintergrund in Farbe #80C653.
Kontrastfarbe für #hex ist #7F39AC.