Shades of Pixie Green #C2DCA4
Tints of Pixie Green #C2DCA4
RGB
CMYK
RGB Variations
Color information
#C2DCA4 (or 0xC2DCA4) is known color: Pixie Green. HEX triplet: C2, DC and A4. RGB value is (194,220,164). Sum of RGB (Red+Green+Blue) = 194+220+164=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 164 (64.45% from 255 or 28.37% from 578); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DCA4 is #3D235B. Grayscale: #CECECE. Windows color (decimal): -4006748 or 10804418. OLE color: 10804418.
HSL color Cylindrical-coordinate representation of color #C2DCA4: hue angle of 87.86º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2DCA4 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 220 | 164 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.14 |
| HSL | 87.86º | 0.44% | 0.75% | - |
| HSV(B) | 87.86º | 0.25% | 0.86% | - |
| XYZ | 54.54 | 65.34 | 44.86 | - |
| YUV | 205.84 | 104.39 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 164 | 0.12 | 0 | 0.25 | 0.14 | 87.86 | 0.44 | 0.75 |
| Hex | C2 | DC | A4 | C | 0 | 19 | E | 58 | 2C | 4B |
| Octal | 302 | 334 | 244 | 14 | 0 | 31 | 16 | 130 | 54 | 113 |
| Binary | 11000010 | 11011100 | 10100100 | 1100 | 0 | 11001 | 1110 | 1011000 | 101100 | 1001011 |
Color Harmonies of #C2DCA4
Complementary color
Monochromatic Colors of #C2DCA4
Black with #C2DCA4
Text Example
Text Example
White with #C2DCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DCA4; }
p { color: rgb(194,220,164); }
H1.HeaderClassName
{
color: #C2DCA4;
}
.AnyTagClassName
{
color: #C2DCA4;
}
</style>
background-color css
<style>
a { background-color: #C2DCA4; }
a { background-color: rgb(194,220,164); }
div.DivClassName
{
background-color: #C2DCA4;
}
.BgClassName
{
background-color: #C2DCA4;
}
</style>
border-color css
<style>
span { border-color: #C2DCA4; }
span { border-color: rgb(194,220,164); }
td.TdClassName
{
border-color: #C2DCA4;
}
.TagClassName
{
border-color: #C2DCA4;
}
</style>