Shades of Pixie Green #C2DDA2
Tints of Pixie Green #C2DDA2
RGB
CMYK
RGB Variations
Color information
#C2DDA2 (or 0xC2DDA2) is known color: Pixie Green. HEX triplet: C2, DD and A2. RGB value is (194,221,162). Sum of RGB (Red+Green+Blue) = 194+221+162=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 162 (63.67% from 255 or 28.08% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DDA2 is #3D225D. Grayscale: #CECECE. Windows color (decimal): -4006494 or 10673602. OLE color: 10673602.
HSL color Cylindrical-coordinate representation of color #C2DDA2: hue angle of 87.46º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2DDA2 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 221 | 162 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.13 |
| HSL | 87.46º | 0.46% | 0.75% | - |
| HSV(B) | 87.46º | 0.27% | 0.87% | - |
| XYZ | 54.63 | 65.79 | 44 | - |
| YUV | 206.2 | 103.05 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 221 | 162 | 0.12 | 0 | 0.27 | 0.13 | 87.46 | 0.46 | 0.75 |
| Hex | C2 | DD | A2 | C | 0 | 1B | D | 57 | 2E | 4B |
| Octal | 302 | 335 | 242 | 14 | 0 | 33 | 15 | 127 | 56 | 113 |
| Binary | 11000010 | 11011101 | 10100010 | 1100 | 0 | 11011 | 1101 | 1010111 | 101110 | 1001011 |
Color Harmonies of #C2DDA2
Complementary color
Monochromatic Colors of #C2DDA2
Black with #C2DDA2
Text Example
Text Example
White with #C2DDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DDA2; }
p { color: rgb(194,221,162); }
H1.HeaderClassName
{
color: #C2DDA2;
}
.AnyTagClassName
{
color: #C2DDA2;
}
</style>
background-color css
<style>
a { background-color: #C2DDA2; }
a { background-color: rgb(194,221,162); }
div.DivClassName
{
background-color: #C2DDA2;
}
.BgClassName
{
background-color: #C2DDA2;
}
</style>
border-color css
<style>
span { border-color: #C2DDA2; }
span { border-color: rgb(194,221,162); }
td.TdClassName
{
border-color: #C2DDA2;
}
.TagClassName
{
border-color: #C2DDA2;
}
</style>