HEX: #B4E24A
RGB: (180,226,74)
#B4E24A enthält hauptsächlich rote und grüne Farbe. Für #B4E24A ist eine «websichere» Webfarbe #CCCC33 (oder kurz #CC3).
Die Farbe #B4E24A wird in RGB als (180,226,74) definiert.
RGB: (180,226,74) (71%,89%,29%)
R 180 von 255 = 71%
G 226 von 255 = 89%
B 74 von 255 = 29%
R + G + B ~ 63%. #B4E24A ziemlich helle Farbe.
R + G + B =
180 + 226 + 74 = 480 (100%)
R 180 von 480 ~ 37.5%
G 226 von 480 ~ 47.08%
B 74 von 480 ~ 15.42%
Die Farbe #B4E24A wird in CMYK als (20,0,67,11) definiert.
CMYK: (20,0,67,11) C20M0Y67K11 (20%,0%,67%,11%) (0.20/0.00/0.67/0.11)
B4 | E2 | 4A | |
---|---|---|---|
RGB | 180 | 226 | 74 |
HSL | 78° | 72.38% | 58.82% |
HSB/HSV | 78° | 67.26% | 88.63% |
CMYK | 20.35% | 0.00% | 67.26% |
11.37% |
Hexadezimal | B4 | E2 | 4A |
Dezimal | 180 | 226 | 74 |
Binär | 10110100 | 11100010 | 1001010 |
Oktal | 264 | 342 | 112 |
Beispiele css- und html für Elemente in der Farbe #B4E24A. Bitte benutzen Sie auch rgb(180,226,74) statt hex-Code.
.myTextColor { color: #B4E24A; }
<p style="color:#B4E24A">This sample text font color is #B4E24A.</p>
Die Farbe dieses Textes ist #B4E24A.
.myBgColor { background-color: #B4E24A; }
<div style="background-color:#B4E24A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B4E24A.
.myBorderColor { border: 1px solid #B4E24A; }
<div style="border:3px solid #B4E24A">Div</div>
Die Grenzen von diesem div sind in Farbe #B4E24A.
.myOpacity80 { color: #B4E24A; opacity: 0.8; }
<p style="color:#B4E24A;opacity:0.8;">80%</p>
Text in Farbe #B4E24A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4E24A;}
<p style="text-shadow: 3px 3px 1px #B4E24A">Text here.</p>
Dieser Text hat den Schatten in Farbe #B4E24A.
.textShadow {text-shadow: 3px 3px 1px #B4E24A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4E24A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B4E24A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4E24A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4E24A, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4E24A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B4E24A; -webkit-box-shadow: 1px 1px 3px 2px #B4E24A; box-shadow: 1px 1px 3px 2px #B4E24A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B4E24A; -webkit-box-shadow: 1px 1px 3px 2px #B4E24A; box-shadow:1px 1px 3px 2px #B4E24A;">
Div content here</div>
Dieser Text ist in der Farbe #B4E24A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B4E24A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B4E24A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B4E24A.