HEX: #C6D865
RGB: (198,216,101)
#C6D865 enthält hauptsächlich rote und grüne Farbe. Für #C6D865 ist eine «websichere» Webfarbe #CCCC66 (oder kurz #CC6).
Die Farbe #C6D865 wird in RGB als (198,216,101) definiert.
RGB: (198,216,101)
(78%, 85%, 40%)
R 198 von 255 = 78%
G 216 von 255 = 85%
B 101 von 255 = 40%
R + G + B ~ 68%. #C6D865 ziemlich helle Farbe.
R + G + B = 198 + 216 + 101 = 515 (100%)
R 198 von 515 ~ 38.45%
G 216 von 515 ~ 41.94%
B 101 von 515 ~ 19.61'%
Die Farbe #C6D865 wird in CMYK als (8,0,53,15) definiert.
CMYK: (8,0,53,15)
C8M0Y53K15 (8%, 0%, 53%, 15%)
(0.08 / 0.00 / 0.53 / 0.15)
Farbe #C6D865 in den populären Farbmodellen.
C6 | D8 | 65 | |
---|---|---|---|
RGB | 198 | 216 | 101 |
HSL | 69° | 59.59% | 62.16% |
HSB/HSV | 69° | 53.24% | 84.71% |
CMYK | 8.33% | 0.00% | 53.24% |
15.29% |
Die Farbe #C6D865 in den populären Zahlensystemen.
Hexadezimal | C6 | D8 | 65 |
Dezimal | 198 | 216 | 101 |
Binär | 11000110 | 11011000 | 1100101 |
Oktal | 306 | 330 | 145 |
Dunkle Töne der Farbe #C6D865
Helle Töne der Farbe #C6D865
Beispiele css- und html für Elemente in der Farbe #C6D865. Bitte benutzen Sie auch rgb(198,216,101) statt hex-Code.
.myTextColor { color: #C6D865; }
<p style="color:#C6D865">This sample text font color is #C6D865.</p>
Die Farbe dieses Textes ist #C6D865.
.myBgColor { background-color: #C6D865; }
<div style="background-color:#C6D865">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C6D865.
.myBorderColor { border: 1px solid #C6D865; }
<div style="border:3px solid #C6D865">Div</div>
Die Grenzen von diesem div sind in Farbe #C6D865.
.myOpacity80 { color: #C6D865; opacity: 0.8; }
<p style="color:#C6D865;opacity:0.8;">80%</p>
Text in Farbe #C6D865 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6D865;}
<p style="text-shadow: 3px 3px 1px #C6D865">Text here.</p>
Dieser Text hat den Schatten in Farbe #C6D865.
.textShadow {text-shadow: 3px 3px 1px #C6D865', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6D865, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C6D865 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6D865, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6D865, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6D865 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6D865;
-webkit-box-shadow: 1px 1px 3px 2px #C6D865;
box-shadow: 1px 1px 3px 2px #C6D865;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6D865; -webkit-box-shadow: 1px 1px 3px 2px #C6D865; box-shadow:1px 1px 3px 2px #C6D865;">
Div content here
</div>
Dieser Text ist in der Farbe #C6D865 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C6D865 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C6D865.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C6D865.
Kontrastfarbe für #hex ist #39279A.