HEX: #51D939
RGB: (81,217,57)
#51D939 enthält hauptsächlich grüne Farbe. Für #51D939 ist eine «websichere» Webfarbe #66CC33 (oder kurz #6C3).
Die Farbe #51D939 wird in RGB als (81,217,57) definiert.
RGB: (81,217,57)
(32%, 85%, 22%)
R 81 von 255 = 32%
G 217 von 255 = 85%
B 57 von 255 = 22%
R + G + B ~ 46%. #51D939 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 81 + 217 + 57 = 355 (100%)
R 81 von 355 ~ 22.82%
G 217 von 355 ~ 61.13%
B 57 von 355 ~ 16.06'%
Die Farbe #51D939 wird in CMYK als (63,0,74,15) definiert.
CMYK: (63,0,74,15)
C63M0Y74K15 (63%, 0%, 74%, 15%)
(0.63 / 0.00 / 0.74 / 0.15)
Farbe #51D939 in den populären Farbmodellen.
51 | D9 | 39 | |
---|---|---|---|
RGB | 81 | 217 | 57 |
HSL | 111° | 67.80% | 53.73% |
HSB/HSV | 111° | 73.73% | 85.10% |
CMYK | 62.67% | 0.00% | 73.73% |
14.90% |
Die Farbe #51D939 in den populären Zahlensystemen.
Hexadezimal | 51 | D9 | 39 |
Dezimal | 81 | 217 | 57 |
Binär | 1010001 | 11011001 | 111001 |
Oktal | 121 | 331 | 71 |
Dunkle Töne der Farbe #51D939
Helle Töne der Farbe #51D939
Beispiele css- und html für Elemente in der Farbe #51D939. Bitte benutzen Sie auch rgb(81,217,57) statt hex-Code.
.myTextColor { color: #51D939; }
<p style="color:#51D939">This sample text font color is #51D939.</p>
Die Farbe dieses Textes ist #51D939.
.myBgColor { background-color: #51D939; }
<div style="background-color:#51D939">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #51D939.
.myBorderColor { border: 1px solid #51D939; }
<div style="border:3px solid #51D939">Div</div>
Die Grenzen von diesem div sind in Farbe #51D939.
.myOpacity80 { color: #51D939; opacity: 0.8; }
<p style="color:#51D939;opacity:0.8;">80%</p>
Text in Farbe #51D939 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #51D939;}
<p style="text-shadow: 3px 3px 1px #51D939">Text here.</p>
Dieser Text hat den Schatten in Farbe #51D939.
.textShadow {text-shadow: 3px 3px 1px #51D939', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #51D939, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #51D939 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#51D939, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#51D939, Direction=45, Strength=4)">Text</p>
This text has shadow with #51D939 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #51D939;
-webkit-box-shadow: 1px 1px 3px 2px #51D939;
box-shadow: 1px 1px 3px 2px #51D939;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #51D939; -webkit-box-shadow: 1px 1px 3px 2px #51D939; box-shadow:1px 1px 3px 2px #51D939;">
Div content here
</div>
Dieser Text ist in der Farbe #51D939 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #51D939 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #51D939.
Dieser Text ist weiß auf dem Hintergrund in Farbe #51D939.
Kontrastfarbe für #hex ist #AE26C6.