HEX: #B5DF77
RGB: (181,223,119)
#B5DF77 enthält hauptsächlich rote und grüne Farbe. Für #B5DF77 ist eine «websichere» Webfarbe #CCCC66 (oder kurz #CC6).
Die Farbe #B5DF77 wird in RGB als (181,223,119) definiert.
RGB: (181,223,119) (71%,87%,47%)
R 181 von 255 = 71%
G 223 von 255 = 87%
B 119 von 255 = 47%
R + G + B ~ 68%. #B5DF77 ziemlich helle Farbe.
R + G + B =
181 + 223 + 119 = 523 (100%)
R 181 von 523 ~ 34.61%
G 223 von 523 ~ 42.64%
B 119 von 523 ~ 22.75%
Die Farbe #B5DF77 wird in CMYK als (19,0,47,13) definiert.
CMYK: (19,0,47,13) C19M0Y47K13 (19%,0%,47%,13%) (0.19/0.00/0.47/0.13)
B5 | DF | 77 | |
---|---|---|---|
RGB | 181 | 223 | 119 |
HSL | 84° | 61.90% | 67.06% |
HSB/HSV | 84° | 46.64% | 87.45% |
CMYK | 18.83% | 0.00% | 46.64% |
12.55% |
Hexadezimal | B5 | DF | 77 |
Dezimal | 181 | 223 | 119 |
Binär | 10110101 | 11011111 | 1110111 |
Oktal | 265 | 337 | 167 |
Beispiele css- und html für Elemente in der Farbe #B5DF77. Bitte benutzen Sie auch rgb(181,223,119) statt hex-Code.
.myTextColor { color: #B5DF77; }
<p style="color:#B5DF77">This sample text font color is #B5DF77.</p>
Die Farbe dieses Textes ist #B5DF77.
.myBgColor { background-color: #B5DF77; }
<div style="background-color:#B5DF77">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B5DF77.
.myBorderColor { border: 1px solid #B5DF77; }
<div style="border:3px solid #B5DF77">Div</div>
Die Grenzen von diesem div sind in Farbe #B5DF77.
.myOpacity80 { color: #B5DF77; opacity: 0.8; }
<p style="color:#B5DF77;opacity:0.8;">80%</p>
Text in Farbe #B5DF77 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5DF77;}
<p style="text-shadow: 3px 3px 1px #B5DF77">Text here.</p>
Dieser Text hat den Schatten in Farbe #B5DF77.
.textShadow {text-shadow: 3px 3px 1px #B5DF77, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5DF77, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B5DF77 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5DF77, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5DF77, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5DF77 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B5DF77; -webkit-box-shadow: 1px 1px 3px 2px #B5DF77; box-shadow: 1px 1px 3px 2px #B5DF77; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B5DF77; -webkit-box-shadow: 1px 1px 3px 2px #B5DF77; box-shadow:1px 1px 3px 2px #B5DF77;">
Div content here</div>
Dieser Text ist in der Farbe #B5DF77 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B5DF77 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B5DF77.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B5DF77.