HEX: #51B271
RGB: (81,178,113)
#51B271 enthält hauptsächlich grüne Farbe. Für #51B271 ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #51B271 wird in RGB als (81,178,113) definiert.
RGB: (81,178,113) (32%,70%,44%)
R 81 von 255 = 32%
G 178 von 255 = 70%
B 113 von 255 = 44%
R + G + B ~ 49%. #51B271 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
81 + 178 + 113 = 372 (100%)
R 81 von 372 ~ 21.77%
G 178 von 372 ~ 47.85%
B 113 von 372 ~ 30.38%
Die Farbe #51B271 wird in CMYK als (54,0,37,30) definiert.
CMYK: (54,0,37,30) C54M0Y37K30 (54%,0%,37%,30%) (0.54/0.00/0.37/0.30)
51 | B2 | 71 | |
---|---|---|---|
RGB | 81 | 178 | 113 |
HSL | 140° | 38.65% | 50.78% |
HSB/HSV | 140° | 54.49% | 69.80% |
CMYK | 54.49% | 0.00% | 36.52% |
30.20% |
Hexadezimal | 51 | B2 | 71 |
Dezimal | 81 | 178 | 113 |
Binär | 1010001 | 10110010 | 1110001 |
Oktal | 121 | 262 | 161 |
Beispiele css- und html für Elemente in der Farbe #51B271. Bitte benutzen Sie auch rgb(81,178,113) statt hex-Code.
.myTextColor { color: #51B271; }
<p style="color:#51B271">This sample text font color is #51B271.</p>
Die Farbe dieses Textes ist #51B271.
.myBgColor { background-color: #51B271; }
<div style="background-color:#51B271">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #51B271.
.myBorderColor { border: 1px solid #51B271; }
<div style="border:3px solid #51B271">Div</div>
Die Grenzen von diesem div sind in Farbe #51B271.
.myOpacity80 { color: #51B271; opacity: 0.8; }
<p style="color:#51B271;opacity:0.8;">80%</p>
Text in Farbe #51B271 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #51B271;}
<p style="text-shadow: 3px 3px 1px #51B271">Text here.</p>
Dieser Text hat den Schatten in Farbe #51B271.
.textShadow {text-shadow: 3px 3px 1px #51B271, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #51B271, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #51B271 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#51B271, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#51B271, Direction=45, Strength=4)">Text</p>
This text has shadow with #51B271 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #51B271; -webkit-box-shadow: 1px 1px 3px 2px #51B271; box-shadow: 1px 1px 3px 2px #51B271; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #51B271; -webkit-box-shadow: 1px 1px 3px 2px #51B271; box-shadow:1px 1px 3px 2px #51B271;">
Div content here</div>
Dieser Text ist in der Farbe #51B271 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #51B271 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #51B271.
Dieser Text ist weiß auf dem Hintergrund in Farbe #51B271.