Shades of Pixie Green #C3DCA3
Tints of Pixie Green #C3DCA3
RGB
CMYK
RGB Variations
Color information
#C3DCA3 (or 0xC3DCA3) is known color: Pixie Green. HEX triplet: C3, DC and A3. RGB value is (195,220,163). Sum of RGB (Red+Green+Blue) = 195+220+163=578 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.74% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 163 (64.06% from 255 or 28.20% from 578); Max value from RGB is 220 - color contains mainly: green. Hex color #C3DCA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3DCA3 is #3C235C. Grayscale: #CECECE. Windows color (decimal): -3941213 or 10738883. OLE color: 10738883.
HSL color Cylindrical-coordinate representation of color #C3DCA3: hue angle of 86.32º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C3DCA3 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 220 | 163 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.14 |
| HSL | 86.32º | 0.45% | 0.75% | - |
| HSV(B) | 86.32º | 0.26% | 0.86% | - |
| XYZ | 54.71 | 65.43 | 44.4 | - |
| YUV | 206.03 | 103.72 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 220 | 163 | 0.11 | 0 | 0.26 | 0.14 | 86.32 | 0.45 | 0.75 |
| Hex | C3 | DC | A3 | B | 0 | 1A | E | 56 | 2D | 4B |
| Octal | 303 | 334 | 243 | 13 | 0 | 32 | 16 | 126 | 55 | 113 |
| Binary | 11000011 | 11011100 | 10100011 | 1011 | 0 | 11010 | 1110 | 1010110 | 101101 | 1001011 |
Color Harmonies of #C3DCA3
Complementary color
Monochromatic Colors of #C3DCA3
Black with #C3DCA3
Text Example
Text Example
White with #C3DCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DCA3; }
p { color: rgb(195,220,163); }
H1.HeaderClassName
{
color: #C3DCA3;
}
.AnyTagClassName
{
color: #C3DCA3;
}
</style>
background-color css
<style>
a { background-color: #C3DCA3; }
a { background-color: rgb(195,220,163); }
div.DivClassName
{
background-color: #C3DCA3;
}
.BgClassName
{
background-color: #C3DCA3;
}
</style>
border-color css
<style>
span { border-color: #C3DCA3; }
span { border-color: rgb(195,220,163); }
td.TdClassName
{
border-color: #C3DCA3;
}
.TagClassName
{
border-color: #C3DCA3;
}
</style>