HEX: #B5DB7D
RGB: (181,219,125)
#B5DB7D enthält hauptsächlich rote und grüne Farbe. Für #B5DB7D ist eine «websichere» Webfarbe #CCCC66 (oder kurz #CC6).
Die Farbe #B5DB7D wird in RGB als (181,219,125) definiert.
RGB: (181,219,125)
(71%, 86%, 49%)
R 181 von 255 = 71%
G 219 von 255 = 86%
B 125 von 255 = 49%
R + G + B ~ 69%. #B5DB7D ziemlich helle Farbe.
R + G + B = 181 + 219 + 125 = 525 (100%)
R 181 von 525 ~ 34.48%
G 219 von 525 ~ 41.71%
B 125 von 525 ~ 23.81'%
Die Farbe #B5DB7D wird in CMYK als (17,0,43,14) definiert.
CMYK: (17,0,43,14)
C17M0Y43K14 (17%, 0%, 43%, 14%)
(0.17 / 0.00 / 0.43 / 0.14)
Farbe #B5DB7D in den populären Farbmodellen.
B5 | DB | 7D | |
---|---|---|---|
RGB | 181 | 219 | 125 |
HSL | 84° | 56.63% | 67.45% |
HSB/HSV | 84° | 42.92% | 85.88% |
CMYK | 17.35% | 0.00% | 42.92% |
14.12% |
Die Farbe #B5DB7D in den populären Zahlensystemen.
Hexadezimal | B5 | DB | 7D |
Dezimal | 181 | 219 | 125 |
Binär | 10110101 | 11011011 | 1111101 |
Oktal | 265 | 333 | 175 |
Dunkle Töne der Farbe #B5DB7D
Helle Töne der Farbe #B5DB7D
Beispiele css- und html für Elemente in der Farbe #B5DB7D. Bitte benutzen Sie auch rgb(181,219,125) statt hex-Code.
.myTextColor { color: #B5DB7D; }
<p style="color:#B5DB7D">This sample text font color is #B5DB7D.</p>
Die Farbe dieses Textes ist #B5DB7D.
.myBgColor { background-color: #B5DB7D; }
<div style="background-color:#B5DB7D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B5DB7D.
.myBorderColor { border: 1px solid #B5DB7D; }
<div style="border:3px solid #B5DB7D">Div</div>
Die Grenzen von diesem div sind in Farbe #B5DB7D.
.myOpacity80 { color: #B5DB7D; opacity: 0.8; }
<p style="color:#B5DB7D;opacity:0.8;">80%</p>
Text in Farbe #B5DB7D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5DB7D;}
<p style="text-shadow: 3px 3px 1px #B5DB7D">Text here.</p>
Dieser Text hat den Schatten in Farbe #B5DB7D.
.textShadow {text-shadow: 3px 3px 1px #B5DB7D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5DB7D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B5DB7D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5DB7D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5DB7D, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5DB7D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B5DB7D;
-webkit-box-shadow: 1px 1px 3px 2px #B5DB7D;
box-shadow: 1px 1px 3px 2px #B5DB7D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5DB7D; -webkit-box-shadow: 1px 1px 3px 2px #B5DB7D; box-shadow:1px 1px 3px 2px #B5DB7D;">
Div content here
</div>
Dieser Text ist in der Farbe #B5DB7D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B5DB7D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B5DB7D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B5DB7D.
Kontrastfarbe für #hex ist #4A2482.