HEX: #42AB63
RGB: (66,171,99)
#42AB63 enthält hauptsächlich grüne Farbe. Für #42AB63 ist eine «websichere» Webfarbe #339966 (oder kurz #396).
Die Farbe #42AB63 wird in RGB als (66,171,99) definiert.
RGB: (66,171,99) (26%,67%,39%)
R 66 von 255 = 26%
G 171 von 255 = 67%
B 99 von 255 = 39%
R + G + B ~ 44%. #42AB63 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
66 + 171 + 99 = 336 (100%)
R 66 von 336 ~ 19.64%
G 171 von 336 ~ 50.89%
B 99 von 336 ~ 29.46%
Die Farbe #42AB63 wird in CMYK als (61,0,42,33) definiert.
CMYK: (61,0,42,33) C61M0Y42K33 (61%,0%,42%,33%) (0.61/0.00/0.42/0.33)
42 | AB | 63 | |
---|---|---|---|
RGB | 66 | 171 | 99 |
HSL | 139° | 44.30% | 46.47% |
HSB/HSV | 139° | 61.40% | 67.06% |
CMYK | 61.40% | 0.00% | 42.11% |
32.94% |
Hexadezimal | 42 | AB | 63 |
Dezimal | 66 | 171 | 99 |
Binär | 1000010 | 10101011 | 1100011 |
Oktal | 102 | 253 | 143 |
Beispiele css- und html für Elemente in der Farbe #42AB63. Bitte benutzen Sie auch rgb(66,171,99) statt hex-Code.
.myTextColor { color: #42AB63; }
<p style="color:#42AB63">This sample text font color is #42AB63.</p>
Die Farbe dieses Textes ist #42AB63.
.myBgColor { background-color: #42AB63; }
<div style="background-color:#42AB63">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #42AB63.
.myBorderColor { border: 1px solid #42AB63; }
<div style="border:3px solid #42AB63">Div</div>
Die Grenzen von diesem div sind in Farbe #42AB63.
.myOpacity80 { color: #42AB63; opacity: 0.8; }
<p style="color:#42AB63;opacity:0.8;">80%</p>
Text in Farbe #42AB63 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #42AB63;}
<p style="text-shadow: 3px 3px 1px #42AB63">Text here.</p>
Dieser Text hat den Schatten in Farbe #42AB63.
.textShadow {text-shadow: 3px 3px 1px #42AB63, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #42AB63, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #42AB63 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#42AB63, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#42AB63, Direction=45, Strength=4)">Text</p>
This text has shadow with #42AB63 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #42AB63; -webkit-box-shadow: 1px 1px 3px 2px #42AB63; box-shadow: 1px 1px 3px 2px #42AB63; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #42AB63; -webkit-box-shadow: 1px 1px 3px 2px #42AB63; box-shadow:1px 1px 3px 2px #42AB63;">
Div content here</div>
Dieser Text ist in der Farbe #42AB63 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #42AB63 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #42AB63.
Dieser Text ist weiß auf dem Hintergrund in Farbe #42AB63.