HEX: #51B851
RGB: (81,184,81)
#51B851 enthält hauptsächlich grüne Farbe. Für #51B851 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #51B851 wird in RGB als (81,184,81) definiert.
RGB: (81,184,81)
(32%, 72%, 32%)
R 81 von 255 = 32%
G 184 von 255 = 72%
B 81 von 255 = 32%
R + G + B ~ 45%. #51B851 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 81 + 184 + 81 = 346 (100%)
R 81 von 346 ~ 23.41%
G 184 von 346 ~ 53.18%
B 81 von 346 ~ 23.41'%
Die Farbe #51B851 wird in CMYK als (56,0,56,28) definiert.
CMYK: (56,0,56,28)
C56M0Y56K28 (56%, 0%, 56%, 28%)
(0.56 / 0.00 / 0.56 / 0.28)
Farbe #51B851 in den populären Farbmodellen.
51 | B8 | 51 | |
---|---|---|---|
RGB | 81 | 184 | 81 |
HSL | 120° | 42.04% | 51.96% |
HSB/HSV | 120° | 55.98% | 72.16% |
CMYK | 55.98% | 0.00% | 55.98% |
27.84% |
Die Farbe #51B851 in den populären Zahlensystemen.
Hexadezimal | 51 | B8 | 51 |
Dezimal | 81 | 184 | 81 |
Binär | 1010001 | 10111000 | 1010001 |
Oktal | 121 | 270 | 121 |
Dunkle Töne der Farbe #51B851
Helle Töne der Farbe #51B851
Beispiele css- und html für Elemente in der Farbe #51B851. Bitte benutzen Sie auch rgb(81,184,81) statt hex-Code.
.myTextColor { color: #51B851; }
<p style="color:#51B851">This sample text font color is #51B851.</p>
Die Farbe dieses Textes ist #51B851.
.myBgColor { background-color: #51B851; }
<div style="background-color:#51B851">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #51B851.
.myBorderColor { border: 1px solid #51B851; }
<div style="border:3px solid #51B851">Div</div>
Die Grenzen von diesem div sind in Farbe #51B851.
.myOpacity80 { color: #51B851; opacity: 0.8; }
<p style="color:#51B851;opacity:0.8;">80%</p>
Text in Farbe #51B851 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #51B851;}
<p style="text-shadow: 3px 3px 1px #51B851">Text here.</p>
Dieser Text hat den Schatten in Farbe #51B851.
.textShadow {text-shadow: 3px 3px 1px #51B851', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #51B851, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #51B851 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#51B851, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#51B851, Direction=45, Strength=4)">Text</p>
This text has shadow with #51B851 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #51B851;
-webkit-box-shadow: 1px 1px 3px 2px #51B851;
box-shadow: 1px 1px 3px 2px #51B851;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #51B851; -webkit-box-shadow: 1px 1px 3px 2px #51B851; box-shadow:1px 1px 3px 2px #51B851;">
Div content here
</div>
Dieser Text ist in der Farbe #51B851 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #51B851 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #51B851.
Dieser Text ist weiß auf dem Hintergrund in Farbe #51B851.
Kontrastfarbe für #hex ist #AE47AE.