HEX: #55D296
RGB: (85,210,150)
#55D296 enthält hauptsächlich grüne Farbe. Für #55D296 ist eine «websichere» Webfarbe #66CC99 (oder kurz #6C9).
Die Farbe #55D296 wird in RGB als (85,210,150) definiert.
RGB: (85,210,150) (33%,82%,59%)
R 85 von 255 = 33%
G 210 von 255 = 82%
B 150 von 255 = 59%
R + G + B ~ 58%. #55D296 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
85 + 210 + 150 = 445 (100%)
R 85 von 445 ~ 19.1%
G 210 von 445 ~ 47.19%
B 150 von 445 ~ 33.71%
Die Farbe #55D296 wird in CMYK als (60,0,29,18) definiert.
CMYK: (60,0,29,18) C60M0Y29K18 (60%,0%,29%,18%) (0.60/0.00/0.29/0.18)
55 | D2 | 96 | |
---|---|---|---|
RGB | 85 | 210 | 150 |
HSL | 151° | 58.14% | 57.84% |
HSB/HSV | 151° | 59.52% | 82.35% |
CMYK | 59.52% | 0.00% | 28.57% |
17.65% |
Hexadezimal | 55 | D2 | 96 |
Dezimal | 85 | 210 | 150 |
Binär | 1010101 | 11010010 | 10010110 |
Oktal | 125 | 322 | 226 |
Beispiele css- und html für Elemente in der Farbe #55D296. Bitte benutzen Sie auch rgb(85,210,150) statt hex-Code.
.myTextColor { color: #55D296; }
<p style="color:#55D296">This sample text font color is #55D296.</p>
Die Farbe dieses Textes ist #55D296.
.myBgColor { background-color: #55D296; }
<div style="background-color:#55D296">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #55D296.
.myBorderColor { border: 1px solid #55D296; }
<div style="border:3px solid #55D296">Div</div>
Die Grenzen von diesem div sind in Farbe #55D296.
.myOpacity80 { color: #55D296; opacity: 0.8; }
<p style="color:#55D296;opacity:0.8;">80%</p>
Text in Farbe #55D296 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #55D296;}
<p style="text-shadow: 3px 3px 1px #55D296">Text here.</p>
Dieser Text hat den Schatten in Farbe #55D296.
.textShadow {text-shadow: 3px 3px 1px #55D296, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #55D296, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #55D296 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#55D296, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#55D296, Direction=45, Strength=4)">Text</p>
This text has shadow with #55D296 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #55D296; -webkit-box-shadow: 1px 1px 3px 2px #55D296; box-shadow: 1px 1px 3px 2px #55D296; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #55D296; -webkit-box-shadow: 1px 1px 3px 2px #55D296; box-shadow:1px 1px 3px 2px #55D296;">
Div content here</div>
Dieser Text ist in der Farbe #55D296 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #55D296 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #55D296.
Dieser Text ist weiß auf dem Hintergrund in Farbe #55D296.