HEX: #63C25D
RGB: (99,194,93)
#63C25D enthält hauptsächlich grüne Farbe. Für #63C25D ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #63C25D wird in RGB als (99,194,93) definiert.
RGB: (99,194,93) (39%,76%,36%)
R 99 von 255 = 39%
G 194 von 255 = 76%
B 93 von 255 = 36%
R + G + B ~ 50%. #63C25D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
99 + 194 + 93 = 386 (100%)
R 99 von 386 ~ 25.65%
G 194 von 386 ~ 50.26%
B 93 von 386 ~ 24.09%
Die Farbe #63C25D wird in CMYK als (49,0,52,24) definiert.
CMYK: (49,0,52,24) C49M0Y52K24 (49%,0%,52%,24%) (0.49/0.00/0.52/0.24)
63 | C2 | 5D | |
---|---|---|---|
RGB | 99 | 194 | 93 |
HSL | 116° | 45.29% | 56.27% |
HSB/HSV | 116° | 52.06% | 76.08% |
CMYK | 48.97% | 0.00% | 52.06% |
23.92% |
Hexadezimal | 63 | C2 | 5D |
Dezimal | 99 | 194 | 93 |
Binär | 1100011 | 11000010 | 1011101 |
Oktal | 143 | 302 | 135 |
Beispiele css- und html für Elemente in der Farbe #63C25D. Bitte benutzen Sie auch rgb(99,194,93) statt hex-Code.
.myTextColor { color: #63C25D; }
<p style="color:#63C25D">This sample text font color is #63C25D.</p>
Die Farbe dieses Textes ist #63C25D.
.myBgColor { background-color: #63C25D; }
<div style="background-color:#63C25D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #63C25D.
.myBorderColor { border: 1px solid #63C25D; }
<div style="border:3px solid #63C25D">Div</div>
Die Grenzen von diesem div sind in Farbe #63C25D.
.myOpacity80 { color: #63C25D; opacity: 0.8; }
<p style="color:#63C25D;opacity:0.8;">80%</p>
Text in Farbe #63C25D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #63C25D;}
<p style="text-shadow: 3px 3px 1px #63C25D">Text here.</p>
Dieser Text hat den Schatten in Farbe #63C25D.
.textShadow {text-shadow: 3px 3px 1px #63C25D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #63C25D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #63C25D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63C25D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#63C25D, Direction=45, Strength=4)">Text</p>
This text has shadow with #63C25D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #63C25D; -webkit-box-shadow: 1px 1px 3px 2px #63C25D; box-shadow: 1px 1px 3px 2px #63C25D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #63C25D; -webkit-box-shadow: 1px 1px 3px 2px #63C25D; box-shadow:1px 1px 3px 2px #63C25D;">
Div content here</div>
Dieser Text ist in der Farbe #63C25D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #63C25D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #63C25D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #63C25D.