HEX: #C6E480
RGB: (198,228,128)
#C6E480 enthält hauptsächlich rote und grüne Farbe. Für #C6E480 ist eine «websichere» Webfarbe #CCCC66 (oder kurz #CC6).
Die Farbe #C6E480 wird in RGB als (198,228,128) definiert.
RGB: (198,228,128) (78%,89%,50%)
R 198 von 255 = 78%
G 228 von 255 = 89%
B 128 von 255 = 50%
R + G + B ~ 72%. #C6E480 ziemlich helle Farbe.
R + G + B =
198 + 228 + 128 = 554 (100%)
R 198 von 554 ~ 35.74%
G 228 von 554 ~ 41.16%
B 128 von 554 ~ 23.1%
Die Farbe #C6E480 wird in CMYK als (13,0,44,11) definiert.
CMYK: (13,0,44,11) C13M0Y44K11 (13%,0%,44%,11%) (0.13/0.00/0.44/0.11)
C6 | E4 | 80 | |
---|---|---|---|
RGB | 198 | 228 | 128 |
HSL | 78° | 64.94% | 69.80% |
HSB/HSV | 78° | 43.86% | 89.41% |
CMYK | 13.16% | 0.00% | 43.86% |
10.59% |
Hexadezimal | C6 | E4 | 80 |
Dezimal | 198 | 228 | 128 |
Binär | 11000110 | 11100100 | 10000000 |
Oktal | 306 | 344 | 200 |
Beispiele css- und html für Elemente in der Farbe #C6E480. Bitte benutzen Sie auch rgb(198,228,128) statt hex-Code.
.myTextColor { color: #C6E480; }
<p style="color:#C6E480">This sample text font color is #C6E480.</p>
Die Farbe dieses Textes ist #C6E480.
.myBgColor { background-color: #C6E480; }
<div style="background-color:#C6E480">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C6E480.
.myBorderColor { border: 1px solid #C6E480; }
<div style="border:3px solid #C6E480">Div</div>
Die Grenzen von diesem div sind in Farbe #C6E480.
.myOpacity80 { color: #C6E480; opacity: 0.8; }
<p style="color:#C6E480;opacity:0.8;">80%</p>
Text in Farbe #C6E480 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6E480;}
<p style="text-shadow: 3px 3px 1px #C6E480">Text here.</p>
Dieser Text hat den Schatten in Farbe #C6E480.
.textShadow {text-shadow: 3px 3px 1px #C6E480, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6E480, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C6E480 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6E480, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6E480, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6E480 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C6E480; -webkit-box-shadow: 1px 1px 3px 2px #C6E480; box-shadow: 1px 1px 3px 2px #C6E480; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C6E480; -webkit-box-shadow: 1px 1px 3px 2px #C6E480; box-shadow:1px 1px 3px 2px #C6E480;">
Div content here</div>
Dieser Text ist in der Farbe #C6E480 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C6E480 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C6E480.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C6E480.