HEX: #B0F000
RGB: (176,240,0)
#B0F000 enthält hauptsächlich grüne Farbe. Für #B0F000 ist eine «websichere» Webfarbe #99FF00 (oder kurz #9F0).
Die Farbe #B0F000 wird in RGB als (176,240,0) definiert.
RGB: (176,240,0) (69%,94%,0%)
R 176 von 255 = 69%
G 240 von 255 = 94%
B 0 von 255 = 0%
R + G + B ~ 54%. #B0F000 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
176 + 240 + 0 = 416 (100%)
R 176 von 416 ~ 42.31%
G 240 von 416 ~ 57.69%
B 0 von 416 ~ 0%
Die Farbe #B0F000 wird in CMYK als (27,0,100,6) definiert.
CMYK: (27,0,100,6) C27M0Y100K6 (27%,0%,100%,6%) (0.27/0.00/1.00/0.06)
B0 | F0 | 00 | |
---|---|---|---|
RGB | 176 | 240 | 0 |
HSL | 76° | 100.00% | 47.06% |
HSB/HSV | 76° | 100.00% | 94.12% |
CMYK | 26.67% | 0.00% | 100.00% |
5.88% |
Hexadezimal | B0 | F0 | 00 |
Dezimal | 176 | 240 | 0 |
Binär | 10110000 | 11110000 | 0 |
Oktal | 260 | 360 | 0 |
Beispiele css- und html für Elemente in der Farbe #B0F000. Bitte benutzen Sie auch rgb(176,240,0) statt hex-Code.
.myTextColor { color: #B0F000; }
<p style="color:#B0F000">This sample text font color is #B0F000.</p>
Die Farbe dieses Textes ist #B0F000.
.myBgColor { background-color: #B0F000; }
<div style="background-color:#B0F000">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B0F000.
.myBorderColor { border: 1px solid #B0F000; }
<div style="border:3px solid #B0F000">Div</div>
Die Grenzen von diesem div sind in Farbe #B0F000.
.myOpacity80 { color: #B0F000; opacity: 0.8; }
<p style="color:#B0F000;opacity:0.8;">80%</p>
Text in Farbe #B0F000 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B0F000;}
<p style="text-shadow: 3px 3px 1px #B0F000">Text here.</p>
Dieser Text hat den Schatten in Farbe #B0F000.
.textShadow {text-shadow: 3px 3px 1px #B0F000, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B0F000, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B0F000 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B0F000, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B0F000, Direction=45, Strength=4)">Text</p>
This text has shadow with #B0F000 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B0F000; -webkit-box-shadow: 1px 1px 3px 2px #B0F000; box-shadow: 1px 1px 3px 2px #B0F000; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B0F000; -webkit-box-shadow: 1px 1px 3px 2px #B0F000; box-shadow:1px 1px 3px 2px #B0F000;">
Div content here</div>
Dieser Text ist in der Farbe #B0F000 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B0F000 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B0F000.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B0F000.