HEX: #63D548
RGB: (99,213,72)
#63D548 enthält hauptsächlich grüne Farbe. Für #63D548 ist eine «websichere» Webfarbe #66CC33 (oder kurz #6C3).
Die Farbe #63D548 wird in RGB als (99,213,72) definiert.
RGB: (99,213,72)
(39%, 84%, 28%)
R 99 von 255 = 39%
G 213 von 255 = 84%
B 72 von 255 = 28%
R + G + B ~ 50%. #63D548 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 99 + 213 + 72 = 384 (100%)
R 99 von 384 ~ 25.78%
G 213 von 384 ~ 55.47%
B 72 von 384 ~ 18.75'%
Die Farbe #63D548 wird in CMYK als (54,0,66,16) definiert.
CMYK: (54,0,66,16) C54M0Y66K16 (54%,0%,66%,16%) (0.54/0.00/0.66/0.16)
Farbe #63D548 in den populären Farbmodellen.
63 | D5 | 48 | |
---|---|---|---|
RGB | 99 | 213 | 72 |
HSL | 109° | 62.67% | 55.88% |
HSB/HSV | 109° | 66.20% | 83.53% |
CMYK | 53.52% | 0.00% | 66.20% |
16.47% |
Die Farbe #63D548 in den populären Zahlensystemen.
Hexadezimal | 63 | D5 | 48 |
Dezimal | 99 | 213 | 72 |
Binär | 1100011 | 11010101 | 1001000 |
Oktal | 143 | 325 | 110 |
Dunkle Töne der Farbe #63D548
Helle Töne der Farbe #63D548
Beispiele css- und html für Elemente in der Farbe #63D548. Bitte benutzen Sie auch rgb(99,213,72) statt hex-Code.
.myTextColor { color: #63D548; }
<p style="color:#63D548">This sample text font color is #63D548.</p>
Die Farbe dieses Textes ist #63D548.
.myBgColor { background-color: #63D548; }
<div style="background-color:#63D548">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #63D548.
.myBorderColor { border: 1px solid #63D548; }
<div style="border:3px solid #63D548">Div</div>
Die Grenzen von diesem div sind in Farbe #63D548.
.myOpacity80 { color: #63D548; opacity: 0.8; }
<p style="color:#63D548;opacity:0.8;">80%</p>
Text in Farbe #63D548 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #63D548;}
<p style="text-shadow: 3px 3px 1px #63D548">Text here.</p>
Dieser Text hat den Schatten in Farbe #63D548.
.textShadow {text-shadow: 3px 3px 1px #63D548', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #63D548, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #63D548 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63D548, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#63D548, Direction=45, Strength=4)">Text</p>
This text has shadow with #63D548 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #63D548;
-webkit-box-shadow: 1px 1px 3px 2px #63D548;
box-shadow: 1px 1px 3px 2px #63D548;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63D548; -webkit-box-shadow: 1px 1px 3px 2px #63D548; box-shadow:1px 1px 3px 2px #63D548;">
Div content here
</div>
Dieser Text ist in der Farbe #63D548 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #63D548 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #63D548.
Dieser Text ist weiß auf dem Hintergrund in Farbe #63D548.
Kontrastfarbe für #hex ist #9C2AB7.