HEX: #5BD76E
RGB: (91,215,110)
#5BD76E enthält hauptsächlich grüne Farbe. Für #5BD76E ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #5BD76E wird in RGB als (91,215,110) definiert.
RGB: (91,215,110)
(36%, 84%, 43%)
R 91 von 255 = 36%
G 215 von 255 = 84%
B 110 von 255 = 43%
R + G + B ~ 54%. #5BD76E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 91 + 215 + 110 = 416 (100%)
R 91 von 416 ~ 21.88%
G 215 von 416 ~ 51.68%
B 110 von 416 ~ 26.44'%
Die Farbe #5BD76E wird in CMYK als (58,0,49,16) definiert.
CMYK: (58,0,49,16)
C58M0Y49K16 (58%, 0%, 49%, 16%)
(0.58 / 0.00 / 0.49 / 0.16)
Farbe #5BD76E in den populären Farbmodellen.
5B | D7 | 6E | |
---|---|---|---|
RGB | 91 | 215 | 110 |
HSL | 129° | 60.78% | 60.00% |
HSB/HSV | 129° | 57.67% | 84.31% |
CMYK | 57.67% | 0.00% | 48.84% |
15.69% |
Die Farbe #5BD76E in den populären Zahlensystemen.
Hexadezimal | 5B | D7 | 6E |
Dezimal | 91 | 215 | 110 |
Binär | 1011011 | 11010111 | 1101110 |
Oktal | 133 | 327 | 156 |
Dunkle Töne der Farbe #5BD76E
Helle Töne der Farbe #5BD76E
Beispiele css- und html für Elemente in der Farbe #5BD76E. Bitte benutzen Sie auch rgb(91,215,110) statt hex-Code.
.myTextColor { color: #5BD76E; }
<p style="color:#5BD76E">This sample text font color is #5BD76E.</p>
Die Farbe dieses Textes ist #5BD76E.
.myBgColor { background-color: #5BD76E; }
<div style="background-color:#5BD76E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #5BD76E.
.myBorderColor { border: 1px solid #5BD76E; }
<div style="border:3px solid #5BD76E">Div</div>
Die Grenzen von diesem div sind in Farbe #5BD76E.
.myOpacity80 { color: #5BD76E; opacity: 0.8; }
<p style="color:#5BD76E;opacity:0.8;">80%</p>
Text in Farbe #5BD76E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #5BD76E;}
<p style="text-shadow: 3px 3px 1px #5BD76E">Text here.</p>
Dieser Text hat den Schatten in Farbe #5BD76E.
.textShadow {text-shadow: 3px 3px 1px #5BD76E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #5BD76E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #5BD76E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5BD76E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#5BD76E, Direction=45, Strength=4)">Text</p>
This text has shadow with #5BD76E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #5BD76E;
-webkit-box-shadow: 1px 1px 3px 2px #5BD76E;
box-shadow: 1px 1px 3px 2px #5BD76E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5BD76E; -webkit-box-shadow: 1px 1px 3px 2px #5BD76E; box-shadow:1px 1px 3px 2px #5BD76E;">
Div content here
</div>
Dieser Text ist in der Farbe #5BD76E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #5BD76E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #5BD76E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #5BD76E.
Kontrastfarbe für #hex ist #A42891.