Shades of Pixie Green #C3DC9B
Tints of Pixie Green #C3DC9B
RGB
CMYK
RGB Variations
Color information
#C3DC9B (or 0xC3DC9B) is known color: Pixie Green. HEX triplet: C3, DC and 9B. RGB value is (195,220,155). Sum of RGB (Red+Green+Blue) = 195+220+155=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 155 (60.94% from 255 or 27.19% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #C3DC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3DC9B is #3C2364. Grayscale: #CDCDCD. Windows color (decimal): -3941221 or 10214595. OLE color: 10214595.
HSL color Cylindrical-coordinate representation of color #C3DC9B: hue angle of 83.08º 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 #C3DC9B is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 220 | 155 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.14 |
| HSL | 83.08º | 0.48% | 0.74% | - |
| HSV(B) | 83.08º | 0.3% | 0.86% | - |
| XYZ | 54.02 | 65.16 | 40.74 | - |
| YUV | 205.12 | 99.72 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 220 | 155 | 0.11 | 0 | 0.30 | 0.14 | 83.08 | 0.48 | 0.74 |
| Hex | C3 | DC | 9B | B | 0 | 1E | E | 53 | 30 | 4A |
| Octal | 303 | 334 | 233 | 13 | 0 | 36 | 16 | 123 | 60 | 112 |
| Binary | 11000011 | 11011100 | 10011011 | 1011 | 0 | 11110 | 1110 | 1010011 | 110000 | 1001010 |
Color Harmonies of #C3DC9B
Complementary color
Monochromatic Colors of #C3DC9B
Black with #C3DC9B
Text Example
Text Example
White with #C3DC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DC9B; }
p { color: rgb(195,220,155); }
H1.HeaderClassName
{
color: #C3DC9B;
}
.AnyTagClassName
{
color: #C3DC9B;
}
</style>
background-color css
<style>
a { background-color: #C3DC9B; }
a { background-color: rgb(195,220,155); }
div.DivClassName
{
background-color: #C3DC9B;
}
.BgClassName
{
background-color: #C3DC9B;
}
</style>
border-color css
<style>
span { border-color: #C3DC9B; }
span { border-color: rgb(195,220,155); }
td.TdClassName
{
border-color: #C3DC9B;
}
.TagClassName
{
border-color: #C3DC9B;
}
</style>