Shades of Pixie Green #C2E09D
Tints of Pixie Green #C2E09D
RGB
CMYK
RGB Variations
Color information
#C2E09D (or 0xC2E09D) is known color: Pixie Green. HEX triplet: C2, E0 and 9D. RGB value is (194,224,157). Sum of RGB (Red+Green+Blue) = 194+224+157=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 224 (87.89% from 255 or 38.96% from 575); Blue value is 157 (61.72% from 255 or 27.30% from 575); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E09D is #3D1F62. Grayscale: #CFCFCF. Windows color (decimal): -4005731 or 10346690. OLE color: 10346690.
HSL color Cylindrical-coordinate representation of color #C2E09D: hue angle of 86.87º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2E09D is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 224 | 157 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.12 |
| HSL | 86.87º | 0.52% | 0.75% | - |
| HSV(B) | 86.87º | 0.3% | 0.88% | - |
| XYZ | 54.99 | 67.21 | 41.97 | - |
| YUV | 207.39 | 99.56 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 224 | 157 | 0.13 | 0 | 0.30 | 0.12 | 86.87 | 0.52 | 0.75 |
| Hex | C2 | E0 | 9D | D | 0 | 1E | C | 57 | 34 | 4B |
| Octal | 302 | 340 | 235 | 15 | 0 | 36 | 14 | 127 | 64 | 113 |
| Binary | 11000010 | 11100000 | 10011101 | 1101 | 0 | 11110 | 1100 | 1010111 | 110100 | 1001011 |
Color Harmonies of #C2E09D
Complementary color
Monochromatic Colors of #C2E09D
Black with #C2E09D
Text Example
Text Example
White with #C2E09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E09D; }
p { color: rgb(194,224,157); }
H1.HeaderClassName
{
color: #C2E09D;
}
.AnyTagClassName
{
color: #C2E09D;
}
</style>
background-color css
<style>
a { background-color: #C2E09D; }
a { background-color: rgb(194,224,157); }
div.DivClassName
{
background-color: #C2E09D;
}
.BgClassName
{
background-color: #C2E09D;
}
</style>
border-color css
<style>
span { border-color: #C2E09D; }
span { border-color: rgb(194,224,157); }
td.TdClassName
{
border-color: #C2E09D;
}
.TagClassName
{
border-color: #C2E09D;
}
</style>