HEX: #66C55B
RGB: (102,197,91)
#66C55B enthält hauptsächlich grüne Farbe. Für #66C55B ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #66C55B wird in RGB als (102,197,91) definiert.
RGB: (102,197,91) (40%,77%,36%)
R 102 von 255 = 40%
G 197 von 255 = 77%
B 91 von 255 = 36%
R + G + B ~ 51%. #66C55B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
102 + 197 + 91 = 390 (100%)
R 102 von 390 ~ 26.15%
G 197 von 390 ~ 50.51%
B 91 von 390 ~ 23.33%
Die Farbe #66C55B wird in CMYK als (48,0,54,23) definiert.
CMYK: (48,0,54,23) C48M0Y54K23 (48%,0%,54%,23%) (0.48/0.00/0.54/0.23)
66 | C5 | 5B | |
---|---|---|---|
RGB | 102 | 197 | 91 |
HSL | 114° | 47.75% | 56.47% |
HSB/HSV | 114° | 53.81% | 77.25% |
CMYK | 48.22% | 0.00% | 53.81% |
22.75% |
Hexadezimal | 66 | C5 | 5B |
Dezimal | 102 | 197 | 91 |
Binär | 1100110 | 11000101 | 1011011 |
Oktal | 146 | 305 | 133 |
Beispiele css- und html für Elemente in der Farbe #66C55B. Bitte benutzen Sie auch rgb(102,197,91) statt hex-Code.
.myTextColor { color: #66C55B; }
<p style="color:#66C55B">This sample text font color is #66C55B.</p>
Die Farbe dieses Textes ist #66C55B.
.myBgColor { background-color: #66C55B; }
<div style="background-color:#66C55B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #66C55B.
.myBorderColor { border: 1px solid #66C55B; }
<div style="border:3px solid #66C55B">Div</div>
Die Grenzen von diesem div sind in Farbe #66C55B.
.myOpacity80 { color: #66C55B; opacity: 0.8; }
<p style="color:#66C55B;opacity:0.8;">80%</p>
Text in Farbe #66C55B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #66C55B;}
<p style="text-shadow: 3px 3px 1px #66C55B">Text here.</p>
Dieser Text hat den Schatten in Farbe #66C55B.
.textShadow {text-shadow: 3px 3px 1px #66C55B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #66C55B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #66C55B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#66C55B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#66C55B, Direction=45, Strength=4)">Text</p>
This text has shadow with #66C55B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #66C55B; -webkit-box-shadow: 1px 1px 3px 2px #66C55B; box-shadow: 1px 1px 3px 2px #66C55B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #66C55B; -webkit-box-shadow: 1px 1px 3px 2px #66C55B; box-shadow:1px 1px 3px 2px #66C55B;">
Div content here</div>
Dieser Text ist in der Farbe #66C55B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #66C55B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #66C55B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #66C55B.