Shades of Pixie Green #C1DC9B
Tints of Pixie Green #C1DC9B
RGB
CMYK
RGB Variations
Color information
#C1DC9B (or 0xC1DC9B) is known color: Pixie Green. HEX triplet: C1, DC and 9B. RGB value is (193,220,155). Sum of RGB (Red+Green+Blue) = 193+220+155=568 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.98% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 155 (60.94% from 255 or 27.29% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DC9B is #3E2364. Grayscale: #CCCCCC. Windows color (decimal): -4072293 or 10214593. OLE color: 10214593.
HSL color Cylindrical-coordinate representation of color #C1DC9B: hue angle of 84.92º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C1DC9B is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 220 | 155 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.14 |
| HSL | 84.92º | 0.48% | 0.74% | - |
| HSV(B) | 84.92º | 0.3% | 0.86% | - |
| XYZ | 53.5 | 64.89 | 40.72 | - |
| YUV | 204.52 | 100.05 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 220 | 155 | 0.12 | 0 | 0.30 | 0.14 | 84.92 | 0.48 | 0.74 |
| Hex | C1 | DC | 9B | C | 0 | 1E | E | 55 | 30 | 4A |
| Octal | 301 | 334 | 233 | 14 | 0 | 36 | 16 | 125 | 60 | 112 |
| Binary | 11000001 | 11011100 | 10011011 | 1100 | 0 | 11110 | 1110 | 1010101 | 110000 | 1001010 |
Color Harmonies of #C1DC9B
Complementary color
Monochromatic Colors of #C1DC9B
Black with #C1DC9B
Text Example
Text Example
White with #C1DC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DC9B; }
p { color: rgb(193,220,155); }
H1.HeaderClassName
{
color: #C1DC9B;
}
.AnyTagClassName
{
color: #C1DC9B;
}
</style>
background-color css
<style>
a { background-color: #C1DC9B; }
a { background-color: rgb(193,220,155); }
div.DivClassName
{
background-color: #C1DC9B;
}
.BgClassName
{
background-color: #C1DC9B;
}
</style>
border-color css
<style>
span { border-color: #C1DC9B; }
span { border-color: rgb(193,220,155); }
td.TdClassName
{
border-color: #C1DC9B;
}
.TagClassName
{
border-color: #C1DC9B;
}
</style>