HEX: #51C669
RGB: (81,198,105)
#51C669 enthält hauptsächlich grüne Farbe. Für #51C669 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #51C669 wird in RGB als (81,198,105) definiert.
RGB: (81,198,105)
(32%, 78%, 41%)
R 81 von 255 = 32%
G 198 von 255 = 78%
B 105 von 255 = 41%
R + G + B ~ 50%. #51C669 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 81 + 198 + 105 = 384 (100%)
R 81 von 384 ~ 21.09%
G 198 von 384 ~ 51.56%
B 105 von 384 ~ 27.34'%
Die Farbe #51C669 wird in CMYK als (59,0,47,22) definiert.
CMYK: (59,0,47,22)
C59M0Y47K22 (59%, 0%, 47%, 22%)
(0.59 / 0.00 / 0.47 / 0.22)
Farbe #51C669 in den populären Farbmodellen.
51 | C6 | 69 | |
---|---|---|---|
RGB | 81 | 198 | 105 |
HSL | 132° | 50.65% | 54.71% |
HSB/HSV | 132° | 59.09% | 77.65% |
CMYK | 59.09% | 0.00% | 46.97% |
22.35% |
Die Farbe #51C669 in den populären Zahlensystemen.
Hexadezimal | 51 | C6 | 69 |
Dezimal | 81 | 198 | 105 |
Binär | 1010001 | 11000110 | 1101001 |
Oktal | 121 | 306 | 151 |
Dunkle Töne der Farbe #51C669
Helle Töne der Farbe #51C669
Beispiele css- und html für Elemente in der Farbe #51C669. Bitte benutzen Sie auch rgb(81,198,105) statt hex-Code.
.myTextColor { color: #51C669; }
<p style="color:#51C669">This sample text font color is #51C669.</p>
Die Farbe dieses Textes ist #51C669.
.myBgColor { background-color: #51C669; }
<div style="background-color:#51C669">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #51C669.
.myBorderColor { border: 1px solid #51C669; }
<div style="border:3px solid #51C669">Div</div>
Die Grenzen von diesem div sind in Farbe #51C669.
.myOpacity80 { color: #51C669; opacity: 0.8; }
<p style="color:#51C669;opacity:0.8;">80%</p>
Text in Farbe #51C669 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #51C669;}
<p style="text-shadow: 3px 3px 1px #51C669">Text here.</p>
Dieser Text hat den Schatten in Farbe #51C669.
.textShadow {text-shadow: 3px 3px 1px #51C669', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #51C669, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #51C669 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#51C669, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#51C669, Direction=45, Strength=4)">Text</p>
This text has shadow with #51C669 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #51C669;
-webkit-box-shadow: 1px 1px 3px 2px #51C669;
box-shadow: 1px 1px 3px 2px #51C669;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #51C669; -webkit-box-shadow: 1px 1px 3px 2px #51C669; box-shadow:1px 1px 3px 2px #51C669;">
Div content here
</div>
Dieser Text ist in der Farbe #51C669 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #51C669 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #51C669.
Dieser Text ist weiß auf dem Hintergrund in Farbe #51C669.
Kontrastfarbe für #hex ist #AE3996.