Shades of Pixie Green #C2DEA3
Tints of Pixie Green #C2DEA3
RGB
CMYK
RGB Variations
Color information
#C2DEA3 (or 0xC2DEA3) is known color: Pixie Green. HEX triplet: C2, DE and A3. RGB value is (194,222,163). Sum of RGB (Red+Green+Blue) = 194+222+163=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 163 (64.06% from 255 or 28.15% from 579); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DEA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DEA3 is #3D215C. Grayscale: #CFCFCF. Windows color (decimal): -4006237 or 10739394. OLE color: 10739394.
HSL color Cylindrical-coordinate representation of color #C2DEA3: hue angle of 88.47º degrees, saturation: 0.47, 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 #C2DEA3 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 222 | 163 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.13 |
| HSL | 88.47º | 0.47% | 0.75% | - |
| HSV(B) | 88.47º | 0.27% | 0.87% | - |
| XYZ | 54.98 | 66.36 | 44.56 | - |
| YUV | 206.9 | 103.22 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 222 | 163 | 0.13 | 0 | 0.27 | 0.13 | 88.47 | 0.47 | 0.75 |
| Hex | C2 | DE | A3 | D | 0 | 1B | D | 58 | 2F | 4B |
| Octal | 302 | 336 | 243 | 15 | 0 | 33 | 15 | 130 | 57 | 113 |
| Binary | 11000010 | 11011110 | 10100011 | 1101 | 0 | 11011 | 1101 | 1011000 | 101111 | 1001011 |
Color Harmonies of #C2DEA3
Complementary color
Monochromatic Colors of #C2DEA3
Black with #C2DEA3
Text Example
Text Example
White with #C2DEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DEA3; }
p { color: rgb(194,222,163); }
H1.HeaderClassName
{
color: #C2DEA3;
}
.AnyTagClassName
{
color: #C2DEA3;
}
</style>
background-color css
<style>
a { background-color: #C2DEA3; }
a { background-color: rgb(194,222,163); }
div.DivClassName
{
background-color: #C2DEA3;
}
.BgClassName
{
background-color: #C2DEA3;
}
</style>
border-color css
<style>
span { border-color: #C2DEA3; }
span { border-color: rgb(194,222,163); }
td.TdClassName
{
border-color: #C2DEA3;
}
.TagClassName
{
border-color: #C2DEA3;
}
</style>