HEX: #63D775
RGB: (99,215,117)
#63D775 enthält hauptsächlich grüne Farbe. Für #63D775 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #63D775 wird in RGB als (99,215,117) definiert.
RGB: (99,215,117)
(39%, 84%, 46%)
R 99 von 255 = 39%
G 215 von 255 = 84%
B 117 von 255 = 46%
R + G + B ~ 56%. #63D775 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 99 + 215 + 117 = 431 (100%)
R 99 von 431 ~ 22.97%
G 215 von 431 ~ 49.88%
B 117 von 431 ~ 27.15'%
Die Farbe #63D775 wird in CMYK als (54,0,46,16) definiert.
CMYK: (54,0,46,16)
C54M0Y46K16 (54%, 0%, 46%, 16%)
(0.54 / 0.00 / 0.46 / 0.16)
Farbe #63D775 in den populären Farbmodellen.
63 | D7 | 75 | |
---|---|---|---|
RGB | 99 | 215 | 117 |
HSL | 129° | 59.18% | 61.57% |
HSB/HSV | 129° | 53.95% | 84.31% |
CMYK | 53.95% | 0.00% | 45.58% |
15.69% |
Die Farbe #63D775 in den populären Zahlensystemen.
Hexadezimal | 63 | D7 | 75 |
Dezimal | 99 | 215 | 117 |
Binär | 1100011 | 11010111 | 1110101 |
Oktal | 143 | 327 | 165 |
Dunkle Töne der Farbe #63D775
Helle Töne der Farbe #63D775
Beispiele css- und html für Elemente in der Farbe #63D775. Bitte benutzen Sie auch rgb(99,215,117) statt hex-Code.
.myTextColor { color: #63D775; }
<p style="color:#63D775">This sample text font color is #63D775.</p>
Die Farbe dieses Textes ist #63D775.
.myBgColor { background-color: #63D775; }
<div style="background-color:#63D775">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #63D775.
.myBorderColor { border: 1px solid #63D775; }
<div style="border:3px solid #63D775">Div</div>
Die Grenzen von diesem div sind in Farbe #63D775.
.myOpacity80 { color: #63D775; opacity: 0.8; }
<p style="color:#63D775;opacity:0.8;">80%</p>
Text in Farbe #63D775 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #63D775;}
<p style="text-shadow: 3px 3px 1px #63D775">Text here.</p>
Dieser Text hat den Schatten in Farbe #63D775.
.textShadow {text-shadow: 3px 3px 1px #63D775', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #63D775, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #63D775 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63D775, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#63D775, Direction=45, Strength=4)">Text</p>
This text has shadow with #63D775 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #63D775;
-webkit-box-shadow: 1px 1px 3px 2px #63D775;
box-shadow: 1px 1px 3px 2px #63D775;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63D775; -webkit-box-shadow: 1px 1px 3px 2px #63D775; box-shadow:1px 1px 3px 2px #63D775;">
Div content here
</div>
Dieser Text ist in der Farbe #63D775 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #63D775 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #63D775.
Dieser Text ist weiß auf dem Hintergrund in Farbe #63D775.
Kontrastfarbe für #hex ist #9C288A.