HEX: #63E06C
RGB: (99,224,108)
#63E06C enthält hauptsächlich grüne Farbe. Für #63E06C ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #63E06C wird in RGB als (99,224,108) definiert.
RGB: (99,224,108)
(39%, 88%, 42%)
R 99 von 255 = 39%
G 224 von 255 = 88%
B 108 von 255 = 42%
R + G + B ~ 56%. #63E06C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 99 + 224 + 108 = 431 (100%)
R 99 von 431 ~ 22.97%
G 224 von 431 ~ 51.97%
B 108 von 431 ~ 25.06'%
Die Farbe #63E06C wird in CMYK als (56,0,52,12) definiert.
CMYK: (56,0,52,12)
C56M0Y52K12 (56%, 0%, 52%, 12%)
(0.56 / 0.00 / 0.52 / 0.12)
Farbe #63E06C in den populären Farbmodellen.
63 | E0 | 6C | |
---|---|---|---|
RGB | 99 | 224 | 108 |
HSL | 124° | 66.84% | 63.33% |
HSB/HSV | 124° | 55.80% | 87.84% |
CMYK | 55.80% | 0.00% | 51.79% |
12.16% |
Die Farbe #63E06C in den populären Zahlensystemen.
Hexadezimal | 63 | E0 | 6C |
Dezimal | 99 | 224 | 108 |
Binär | 1100011 | 11100000 | 1101100 |
Oktal | 143 | 340 | 154 |
Dunkle Töne der Farbe #63E06C
Helle Töne der Farbe #63E06C
Beispiele css- und html für Elemente in der Farbe #63E06C. Bitte benutzen Sie auch rgb(99,224,108) statt hex-Code.
.myTextColor { color: #63E06C; }
<p style="color:#63E06C">This sample text font color is #63E06C.</p>
Die Farbe dieses Textes ist #63E06C.
.myBgColor { background-color: #63E06C; }
<div style="background-color:#63E06C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #63E06C.
.myBorderColor { border: 1px solid #63E06C; }
<div style="border:3px solid #63E06C">Div</div>
Die Grenzen von diesem div sind in Farbe #63E06C.
.myOpacity80 { color: #63E06C; opacity: 0.8; }
<p style="color:#63E06C;opacity:0.8;">80%</p>
Text in Farbe #63E06C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #63E06C;}
<p style="text-shadow: 3px 3px 1px #63E06C">Text here.</p>
Dieser Text hat den Schatten in Farbe #63E06C.
.textShadow {text-shadow: 3px 3px 1px #63E06C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #63E06C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #63E06C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63E06C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#63E06C, Direction=45, Strength=4)">Text</p>
This text has shadow with #63E06C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #63E06C;
-webkit-box-shadow: 1px 1px 3px 2px #63E06C;
box-shadow: 1px 1px 3px 2px #63E06C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63E06C; -webkit-box-shadow: 1px 1px 3px 2px #63E06C; box-shadow:1px 1px 3px 2px #63E06C;">
Div content here
</div>
Dieser Text ist in der Farbe #63E06C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #63E06C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #63E06C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #63E06C.
Kontrastfarbe für #hex ist #9C1F93.