HEX: #B5D68B
RGB: (181,214,139)
#B5D68B enthält hauptsächlich rote und grüne Farbe. Für #B5D68B ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #B5D68B wird in RGB als (181,214,139) definiert.
RGB: (181,214,139)
(71%, 84%, 55%)
R 181 von 255 = 71%
G 214 von 255 = 84%
B 139 von 255 = 55%
R + G + B ~ 70%. #B5D68B ziemlich helle Farbe.
R + G + B = 181 + 214 + 139 = 534 (100%)
R 181 von 534 ~ 33.9%
G 214 von 534 ~ 40.07%
B 139 von 534 ~ 26.03'%
Die Farbe #B5D68B wird in CMYK als (15,0,35,16) definiert.
CMYK: (15,0,35,16)
C15M0Y35K16 (15%, 0%, 35%, 16%)
(0.15 / 0.00 / 0.35 / 0.16)
Farbe #B5D68B in den populären Farbmodellen.
B5 | D6 | 8B | |
---|---|---|---|
RGB | 181 | 214 | 139 |
HSL | 86° | 47.77% | 69.22% |
HSB/HSV | 86° | 35.05% | 83.92% |
CMYK | 15.42% | 0.00% | 35.05% |
16.08% |
Die Farbe #B5D68B in den populären Zahlensystemen.
Hexadezimal | B5 | D6 | 8B |
Dezimal | 181 | 214 | 139 |
Binär | 10110101 | 11010110 | 10001011 |
Oktal | 265 | 326 | 213 |
Dunkle Töne der Farbe #B5D68B
Helle Töne der Farbe #B5D68B
Beispiele css- und html für Elemente in der Farbe #B5D68B. Bitte benutzen Sie auch rgb(181,214,139) statt hex-Code.
.myTextColor { color: #B5D68B; }
<p style="color:#B5D68B">This sample text font color is #B5D68B.</p>
Die Farbe dieses Textes ist #B5D68B.
.myBgColor { background-color: #B5D68B; }
<div style="background-color:#B5D68B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B5D68B.
.myBorderColor { border: 1px solid #B5D68B; }
<div style="border:3px solid #B5D68B">Div</div>
Die Grenzen von diesem div sind in Farbe #B5D68B.
.myOpacity80 { color: #B5D68B; opacity: 0.8; }
<p style="color:#B5D68B;opacity:0.8;">80%</p>
Text in Farbe #B5D68B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5D68B;}
<p style="text-shadow: 3px 3px 1px #B5D68B">Text here.</p>
Dieser Text hat den Schatten in Farbe #B5D68B.
.textShadow {text-shadow: 3px 3px 1px #B5D68B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5D68B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B5D68B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5D68B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5D68B, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5D68B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B5D68B;
-webkit-box-shadow: 1px 1px 3px 2px #B5D68B;
box-shadow: 1px 1px 3px 2px #B5D68B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5D68B; -webkit-box-shadow: 1px 1px 3px 2px #B5D68B; box-shadow:1px 1px 3px 2px #B5D68B;">
Div content here
</div>
Dieser Text ist in der Farbe #B5D68B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B5D68B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B5D68B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B5D68B.
Kontrastfarbe für #hex ist #4A2974.