HEX: #51E872
RGB: (81,232,114)
#51E872 enthält hauptsächlich grüne Farbe. Für #51E872 ist eine «websichere» Webfarbe #66FF66 (oder kurz #6F6).
Die Farbe #51E872 wird in RGB als (81,232,114) definiert.
RGB: (81,232,114) (32%,91%,45%)
R 81 von 255 = 32%
G 232 von 255 = 91%
B 114 von 255 = 45%
R + G + B ~ 56%. #51E872 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
81 + 232 + 114 = 427 (100%)
R 81 von 427 ~ 18.97%
G 232 von 427 ~ 54.33%
B 114 von 427 ~ 26.7%
Die Farbe #51E872 wird in CMYK als (65,0,51,9) definiert.
CMYK: (65,0,51,9) C65M0Y51K9 (65%,0%,51%,9%) (0.65/0.00/0.51/0.09)
51 | E8 | 72 | |
---|---|---|---|
RGB | 81 | 232 | 114 |
HSL | 133° | 76.65% | 61.37% |
HSB/HSV | 133° | 65.09% | 90.98% |
CMYK | 65.09% | 0.00% | 50.86% |
9.02% |
Hexadezimal | 51 | E8 | 72 |
Dezimal | 81 | 232 | 114 |
Binär | 1010001 | 11101000 | 1110010 |
Oktal | 121 | 350 | 162 |
Beispiele css- und html für Elemente in der Farbe #51E872. Bitte benutzen Sie auch rgb(81,232,114) statt hex-Code.
.myTextColor { color: #51E872; }
<p style="color:#51E872">This sample text font color is #51E872.</p>
Die Farbe dieses Textes ist #51E872.
.myBgColor { background-color: #51E872; }
<div style="background-color:#51E872">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #51E872.
.myBorderColor { border: 1px solid #51E872; }
<div style="border:3px solid #51E872">Div</div>
Die Grenzen von diesem div sind in Farbe #51E872.
.myOpacity80 { color: #51E872; opacity: 0.8; }
<p style="color:#51E872;opacity:0.8;">80%</p>
Text in Farbe #51E872 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #51E872;}
<p style="text-shadow: 3px 3px 1px #51E872">Text here.</p>
Dieser Text hat den Schatten in Farbe #51E872.
.textShadow {text-shadow: 3px 3px 1px #51E872, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #51E872, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #51E872 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#51E872, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#51E872, Direction=45, Strength=4)">Text</p>
This text has shadow with #51E872 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #51E872; -webkit-box-shadow: 1px 1px 3px 2px #51E872; box-shadow: 1px 1px 3px 2px #51E872; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #51E872; -webkit-box-shadow: 1px 1px 3px 2px #51E872; box-shadow:1px 1px 3px 2px #51E872;">
Div content here</div>
Dieser Text ist in der Farbe #51E872 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #51E872 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #51E872.
Dieser Text ist weiß auf dem Hintergrund in Farbe #51E872.