HEX: #51D67C
RGB: (81,214,124)
#51D67C enthält hauptsächlich grüne Farbe. Für #51D67C ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #51D67C wird in RGB als (81,214,124) definiert.
RGB: (81,214,124) (32%,84%,49%)
R 81 von 255 = 32%
G 214 von 255 = 84%
B 124 von 255 = 49%
R + G + B ~ 55%. #51D67C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
81 + 214 + 124 = 419 (100%)
R 81 von 419 ~ 19.33%
G 214 von 419 ~ 51.07%
B 124 von 419 ~ 29.59%
Die Farbe #51D67C wird in CMYK als (62,0,42,16) definiert.
CMYK: (62,0,42,16) C62M0Y42K16 (62%,0%,42%,16%) (0.62/0.00/0.42/0.16)
51 | D6 | 7C | |
---|---|---|---|
RGB | 81 | 214 | 124 |
HSL | 139° | 61.86% | 57.84% |
HSB/HSV | 139° | 62.15% | 83.92% |
CMYK | 62.15% | 0.00% | 42.06% |
16.08% |
Hexadezimal | 51 | D6 | 7C |
Dezimal | 81 | 214 | 124 |
Binär | 1010001 | 11010110 | 1111100 |
Oktal | 121 | 326 | 174 |
Beispiele css- und html für Elemente in der Farbe #51D67C. Bitte benutzen Sie auch rgb(81,214,124) statt hex-Code.
.myTextColor { color: #51D67C; }
<p style="color:#51D67C">This sample text font color is #51D67C.</p>
Die Farbe dieses Textes ist #51D67C.
.myBgColor { background-color: #51D67C; }
<div style="background-color:#51D67C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #51D67C.
.myBorderColor { border: 1px solid #51D67C; }
<div style="border:3px solid #51D67C">Div</div>
Die Grenzen von diesem div sind in Farbe #51D67C.
.myOpacity80 { color: #51D67C; opacity: 0.8; }
<p style="color:#51D67C;opacity:0.8;">80%</p>
Text in Farbe #51D67C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #51D67C;}
<p style="text-shadow: 3px 3px 1px #51D67C">Text here.</p>
Dieser Text hat den Schatten in Farbe #51D67C.
.textShadow {text-shadow: 3px 3px 1px #51D67C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #51D67C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #51D67C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#51D67C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#51D67C, Direction=45, Strength=4)">Text</p>
This text has shadow with #51D67C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #51D67C; -webkit-box-shadow: 1px 1px 3px 2px #51D67C; box-shadow: 1px 1px 3px 2px #51D67C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #51D67C; -webkit-box-shadow: 1px 1px 3px 2px #51D67C; box-shadow:1px 1px 3px 2px #51D67C;">
Div content here</div>
Dieser Text ist in der Farbe #51D67C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #51D67C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #51D67C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #51D67C.