Shades of Pixie Green #C2DE9D
Tints of Pixie Green #C2DE9D
RGB
CMYK
RGB Variations
Color information
#C2DE9D (or 0xC2DE9D) is known color: Pixie Green. HEX triplet: C2, DE and 9D. RGB value is (194,222,157). Sum of RGB (Red+Green+Blue) = 194+222+157=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 222 (87.11% from 255 or 38.74% from 573); Blue value is 157 (61.72% from 255 or 27.40% from 573); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DE9D is #3D2162. Grayscale: #CECECE. Windows color (decimal): -4006243 or 10346178. OLE color: 10346178.
HSL color Cylindrical-coordinate representation of color #C2DE9D: hue angle of 85.85º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2DE9D is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 222 | 157 | - |
| CMYK | 0.13 | 0 | 0.29 | 0.13 |
| HSL | 85.85º | 0.5% | 0.74% | - |
| HSV(B) | 85.85º | 0.29% | 0.87% | - |
| XYZ | 54.46 | 66.15 | 41.8 | - |
| YUV | 206.22 | 100.22 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 222 | 157 | 0.13 | 0 | 0.29 | 0.13 | 85.85 | 0.5 | 0.74 |
| Hex | C2 | DE | 9D | D | 0 | 1D | D | 56 | 32 | 4A |
| Octal | 302 | 336 | 235 | 15 | 0 | 35 | 15 | 126 | 62 | 112 |
| Binary | 11000010 | 11011110 | 10011101 | 1101 | 0 | 11101 | 1101 | 1010110 | 110010 | 1001010 |
Color Harmonies of #C2DE9D
Complementary color
Monochromatic Colors of #C2DE9D
Black with #C2DE9D
Text Example
Text Example
White with #C2DE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DE9D; }
p { color: rgb(194,222,157); }
H1.HeaderClassName
{
color: #C2DE9D;
}
.AnyTagClassName
{
color: #C2DE9D;
}
</style>
background-color css
<style>
a { background-color: #C2DE9D; }
a { background-color: rgb(194,222,157); }
div.DivClassName
{
background-color: #C2DE9D;
}
.BgClassName
{
background-color: #C2DE9D;
}
</style>
border-color css
<style>
span { border-color: #C2DE9D; }
span { border-color: rgb(194,222,157); }
td.TdClassName
{
border-color: #C2DE9D;
}
.TagClassName
{
border-color: #C2DE9D;
}
</style>