Shades of Pixie Green #C2DDAA
Tints of Pixie Green #C2DDAA
RGB
CMYK
RGB Variations
Color information
#C2DDAA (or 0xC2DDAA) is known color: Pixie Green. HEX triplet: C2, DD and AA. RGB value is (194,221,170). Sum of RGB (Red+Green+Blue) = 194+221+170=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DDAA is #3D2255. Grayscale: #CFCFCF. Windows color (decimal): -4006486 or 11197890. OLE color: 11197890.
HSL color Cylindrical-coordinate representation of color #C2DDAA: hue angle of 91.76º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2DDAA is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 221 | 170 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.13 |
| HSL | 91.76º | 0.43% | 0.77% | - |
| HSV(B) | 91.76º | 0.23% | 0.87% | - |
| XYZ | 55.36 | 66.08 | 47.87 | - |
| YUV | 207.11 | 107.05 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 221 | 170 | 0.12 | 0 | 0.23 | 0.13 | 91.76 | 0.43 | 0.77 |
| Hex | C2 | DD | AA | C | 0 | 17 | D | 5C | 2B | 4D |
| Octal | 302 | 335 | 252 | 14 | 0 | 27 | 15 | 134 | 53 | 115 |
| Binary | 11000010 | 11011101 | 10101010 | 1100 | 0 | 10111 | 1101 | 1011100 | 101011 | 1001101 |
Color Harmonies of #C2DDAA
Complementary color
Monochromatic Colors of #C2DDAA
Black with #C2DDAA
Text Example
Text Example
White with #C2DDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DDAA; }
p { color: rgb(194,221,170); }
H1.HeaderClassName
{
color: #C2DDAA;
}
.AnyTagClassName
{
color: #C2DDAA;
}
</style>
background-color css
<style>
a { background-color: #C2DDAA; }
a { background-color: rgb(194,221,170); }
div.DivClassName
{
background-color: #C2DDAA;
}
.BgClassName
{
background-color: #C2DDAA;
}
</style>
border-color css
<style>
span { border-color: #C2DDAA; }
span { border-color: rgb(194,221,170); }
td.TdClassName
{
border-color: #C2DDAA;
}
.TagClassName
{
border-color: #C2DDAA;
}
</style>