HEX: #63ED59
RGB: (99,237,89)
#63ED59 enthält hauptsächlich grüne Farbe. Für #63ED59 ist eine «websichere» Webfarbe #66FF66 (oder kurz #6F6).
Die Farbe #63ED59 wird in RGB als (99,237,89) definiert.
RGB: (99,237,89)
(39%, 93%, 35%)
R 99 von 255 = 39%
G 237 von 255 = 93%
B 89 von 255 = 35%
R + G + B ~ 56%. #63ED59 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 99 + 237 + 89 = 425 (100%)
R 99 von 425 ~ 23.29%
G 237 von 425 ~ 55.76%
B 89 von 425 ~ 20.94'%
Die Farbe #63ED59 wird in CMYK als (58,0,62,7) definiert.
CMYK: (58,0,62,7) C58M0Y62K7 (58%,0%,62%,7%) (0.58/0.00/0.62/0.07)
Farbe #63ED59 in den populären Farbmodellen.
63 | ED | 59 | |
---|---|---|---|
RGB | 99 | 237 | 89 |
HSL | 116° | 80.43% | 63.92% |
HSB/HSV | 116° | 62.45% | 92.94% |
CMYK | 58.23% | 0.00% | 62.45% |
7.06% |
Die Farbe #63ED59 in den populären Zahlensystemen.
Hexadezimal | 63 | ED | 59 |
Dezimal | 99 | 237 | 89 |
Binär | 1100011 | 11101101 | 1011001 |
Oktal | 143 | 355 | 131 |
Dunkle Töne der Farbe #63ED59
Helle Töne der Farbe #63ED59
Beispiele css- und html für Elemente in der Farbe #63ED59. Bitte benutzen Sie auch rgb(99,237,89) statt hex-Code.
.myTextColor { color: #63ED59; }
<p style="color:#63ED59">This sample text font color is #63ED59.</p>
Die Farbe dieses Textes ist #63ED59.
.myBgColor { background-color: #63ED59; }
<div style="background-color:#63ED59">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #63ED59.
.myBorderColor { border: 1px solid #63ED59; }
<div style="border:3px solid #63ED59">Div</div>
Die Grenzen von diesem div sind in Farbe #63ED59.
.myOpacity80 { color: #63ED59; opacity: 0.8; }
<p style="color:#63ED59;opacity:0.8;">80%</p>
Text in Farbe #63ED59 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #63ED59;}
<p style="text-shadow: 3px 3px 1px #63ED59">Text here.</p>
Dieser Text hat den Schatten in Farbe #63ED59.
.textShadow {text-shadow: 3px 3px 1px #63ED59', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #63ED59, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #63ED59 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63ED59, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#63ED59, Direction=45, Strength=4)">Text</p>
This text has shadow with #63ED59 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #63ED59;
-webkit-box-shadow: 1px 1px 3px 2px #63ED59;
box-shadow: 1px 1px 3px 2px #63ED59;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63ED59; -webkit-box-shadow: 1px 1px 3px 2px #63ED59; box-shadow:1px 1px 3px 2px #63ED59;">
Div content here
</div>
Dieser Text ist in der Farbe #63ED59 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #63ED59 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #63ED59.
Dieser Text ist weiß auf dem Hintergrund in Farbe #63ED59.
Kontrastfarbe für #hex ist #9C12A6.