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