HEX: #C9DD5C
RGB: (201,221,92)
#C9DD5C enthält hauptsächlich rote und grüne Farbe. Für #C9DD5C ist eine «websichere» Webfarbe #CCCC66 (oder kurz #CC6).
Die Farbe #C9DD5C wird in RGB als (201,221,92) definiert.
RGB: (201,221,92) (79%,87%,36%)
R 201 von 255 = 79%
G 221 von 255 = 87%
B 92 von 255 = 36%
R + G + B ~ 67%. #C9DD5C ziemlich helle Farbe.
R + G + B =
201 + 221 + 92 = 514 (100%)
R 201 von 514 ~ 39.11%
G 221 von 514 ~ 43%
B 92 von 514 ~ 17.9%
Die Farbe #C9DD5C wird in CMYK als (9,0,58,13) definiert.
CMYK: (9,0,58,13) C9M0Y58K13 (9%,0%,58%,13%) (0.09/0.00/0.58/0.13)
C9 | DD | 5C | |
---|---|---|---|
RGB | 201 | 221 | 92 |
HSL | 69° | 65.48% | 61.37% |
HSB/HSV | 69° | 58.37% | 86.67% |
CMYK | 9.05% | 0.00% | 58.37% |
13.33% |
Hexadezimal | C9 | DD | 5C |
Dezimal | 201 | 221 | 92 |
Binär | 11001001 | 11011101 | 1011100 |
Oktal | 311 | 335 | 134 |
Beispiele css- und html für Elemente in der Farbe #C9DD5C. Bitte benutzen Sie auch rgb(201,221,92) statt hex-Code.
.myTextColor { color: #C9DD5C; }
<p style="color:#C9DD5C">This sample text font color is #C9DD5C.</p>
Die Farbe dieses Textes ist #C9DD5C.
.myBgColor { background-color: #C9DD5C; }
<div style="background-color:#C9DD5C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C9DD5C.
.myBorderColor { border: 1px solid #C9DD5C; }
<div style="border:3px solid #C9DD5C">Div</div>
Die Grenzen von diesem div sind in Farbe #C9DD5C.
.myOpacity80 { color: #C9DD5C; opacity: 0.8; }
<p style="color:#C9DD5C;opacity:0.8;">80%</p>
Text in Farbe #C9DD5C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9DD5C;}
<p style="text-shadow: 3px 3px 1px #C9DD5C">Text here.</p>
Dieser Text hat den Schatten in Farbe #C9DD5C.
.textShadow {text-shadow: 3px 3px 1px #C9DD5C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9DD5C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C9DD5C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9DD5C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9DD5C, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9DD5C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C9DD5C; -webkit-box-shadow: 1px 1px 3px 2px #C9DD5C; box-shadow: 1px 1px 3px 2px #C9DD5C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C9DD5C; -webkit-box-shadow: 1px 1px 3px 2px #C9DD5C; box-shadow:1px 1px 3px 2px #C9DD5C;">
Div content here</div>
Dieser Text ist in der Farbe #C9DD5C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C9DD5C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C9DD5C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C9DD5C.