HEX: #B4D82C
RGB: (180,216,44)
#B4D82C enthält hauptsächlich rote und grüne Farbe. Für #B4D82C ist eine «websichere» Webfarbe #CCCC33 (oder kurz #CC3).
Die Farbe #B4D82C wird in RGB als (180,216,44) definiert.
RGB: (180,216,44)
(71%, 85%, 17%)
R 180 von 255 = 71%
G 216 von 255 = 85%
B 44 von 255 = 17%
R + G + B ~ 58%. #B4D82C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 180 + 216 + 44 = 440 (100%)
R 180 von 440 ~ 40.91%
G 216 von 440 ~ 49.09%
B 44 von 440 ~ 10'%
Die Farbe #B4D82C wird in CMYK als (17,0,80,15) definiert.
CMYK: (17,0,80,15)
C17M0Y80K15 (17%, 0%, 80%, 15%)
(0.17 / 0.00 / 0.80 / 0.15)
Farbe #B4D82C in den populären Farbmodellen.
B4 | D8 | 2C | |
---|---|---|---|
RGB | 180 | 216 | 44 |
HSL | 73° | 68.80% | 50.98% |
HSB/HSV | 73° | 79.63% | 84.71% |
CMYK | 16.67% | 0.00% | 79.63% |
15.29% |
Die Farbe #B4D82C in den populären Zahlensystemen.
Hexadezimal | B4 | D8 | 2C |
Dezimal | 180 | 216 | 44 |
Binär | 10110100 | 11011000 | 101100 |
Oktal | 264 | 330 | 54 |
Dunkle Töne der Farbe #B4D82C
Helle Töne der Farbe #B4D82C
Beispiele css- und html für Elemente in der Farbe #B4D82C. Bitte benutzen Sie auch rgb(180,216,44) statt hex-Code.
.myTextColor { color: #B4D82C; }
<p style="color:#B4D82C">This sample text font color is #B4D82C.</p>
Die Farbe dieses Textes ist #B4D82C.
.myBgColor { background-color: #B4D82C; }
<div style="background-color:#B4D82C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B4D82C.
.myBorderColor { border: 1px solid #B4D82C; }
<div style="border:3px solid #B4D82C">Div</div>
Die Grenzen von diesem div sind in Farbe #B4D82C.
.myOpacity80 { color: #B4D82C; opacity: 0.8; }
<p style="color:#B4D82C;opacity:0.8;">80%</p>
Text in Farbe #B4D82C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4D82C;}
<p style="text-shadow: 3px 3px 1px #B4D82C">Text here.</p>
Dieser Text hat den Schatten in Farbe #B4D82C.
.textShadow {text-shadow: 3px 3px 1px #B4D82C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4D82C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B4D82C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4D82C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4D82C, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4D82C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4D82C;
-webkit-box-shadow: 1px 1px 3px 2px #B4D82C;
box-shadow: 1px 1px 3px 2px #B4D82C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4D82C; -webkit-box-shadow: 1px 1px 3px 2px #B4D82C; box-shadow:1px 1px 3px 2px #B4D82C;">
Div content here
</div>
Dieser Text ist in der Farbe #B4D82C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B4D82C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B4D82C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B4D82C.
Kontrastfarbe für #hex ist #4B27D3.