HEX: #63D493
RGB: (99,212,147)
#63D493 enthält hauptsächlich grüne Farbe. Für #63D493 ist eine «websichere» Webfarbe #66CC99 (oder kurz #6C9).
Die Farbe #63D493 wird in RGB als (99,212,147) definiert.
RGB: (99,212,147) (39%,83%,58%)
R 99 von 255 = 39%
G 212 von 255 = 83%
B 147 von 255 = 58%
R + G + B ~ 60%. #63D493 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
99 + 212 + 147 = 458 (100%)
R 99 von 458 ~ 21.62%
G 212 von 458 ~ 46.29%
B 147 von 458 ~ 32.1%
Die Farbe #63D493 wird in CMYK als (53,0,31,17) definiert.
CMYK: (53,0,31,17) C53M0Y31K17 (53%,0%,31%,17%) (0.53/0.00/0.31/0.17)
63 | D4 | 93 | |
---|---|---|---|
RGB | 99 | 212 | 147 |
HSL | 145° | 56.78% | 60.98% |
HSB/HSV | 145° | 53.30% | 83.14% |
CMYK | 53.30% | 0.00% | 30.66% |
16.86% |
Hexadezimal | 63 | D4 | 93 |
Dezimal | 99 | 212 | 147 |
Binär | 1100011 | 11010100 | 10010011 |
Oktal | 143 | 324 | 223 |
Beispiele css- und html für Elemente in der Farbe #63D493. Bitte benutzen Sie auch rgb(99,212,147) statt hex-Code.
.myTextColor { color: #63D493; }
<p style="color:#63D493">This sample text font color is #63D493.</p>
Die Farbe dieses Textes ist #63D493.
.myBgColor { background-color: #63D493; }
<div style="background-color:#63D493">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #63D493.
.myBorderColor { border: 1px solid #63D493; }
<div style="border:3px solid #63D493">Div</div>
Die Grenzen von diesem div sind in Farbe #63D493.
.myOpacity80 { color: #63D493; opacity: 0.8; }
<p style="color:#63D493;opacity:0.8;">80%</p>
Text in Farbe #63D493 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #63D493;}
<p style="text-shadow: 3px 3px 1px #63D493">Text here.</p>
Dieser Text hat den Schatten in Farbe #63D493.
.textShadow {text-shadow: 3px 3px 1px #63D493, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #63D493, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #63D493 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63D493, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#63D493, Direction=45, Strength=4)">Text</p>
This text has shadow with #63D493 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #63D493; -webkit-box-shadow: 1px 1px 3px 2px #63D493; box-shadow: 1px 1px 3px 2px #63D493; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #63D493; -webkit-box-shadow: 1px 1px 3px 2px #63D493; box-shadow:1px 1px 3px 2px #63D493;">
Div content here</div>
Dieser Text ist in der Farbe #63D493 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #63D493 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #63D493.
Dieser Text ist weiß auf dem Hintergrund in Farbe #63D493.