Shades of Pixie Green #C2DC9B
Tints of Pixie Green #C2DC9B
RGB
CMYK
RGB Variations
Color information
#C2DC9B (or 0xC2DC9B) is known color: Pixie Green. HEX triplet: C2, DC and 9B. RGB value is (194,220,155). Sum of RGB (Red+Green+Blue) = 194+220+155=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 155 (60.94% from 255 or 27.24% from 569); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DC9B is #3D2364. Grayscale: #CDCDCD. Windows color (decimal): -4006757 or 10214594. OLE color: 10214594.
HSL color Cylindrical-coordinate representation of color #C2DC9B: hue angle of 84º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2DC9B is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 220 | 155 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.14 |
| HSL | 84º | 0.48% | 0.74% | - |
| HSV(B) | 84º | 0.3% | 0.86% | - |
| XYZ | 53.76 | 65.02 | 40.73 | - |
| YUV | 204.82 | 99.89 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 155 | 0.12 | 0 | 0.30 | 0.14 | 84 | 0.48 | 0.74 |
| Hex | C2 | DC | 9B | C | 0 | 1E | E | 54 | 30 | 4A |
| Octal | 302 | 334 | 233 | 14 | 0 | 36 | 16 | 124 | 60 | 112 |
| Binary | 11000010 | 11011100 | 10011011 | 1100 | 0 | 11110 | 1110 | 1010100 | 110000 | 1001010 |
Color Harmonies of #C2DC9B
Complementary color
Monochromatic Colors of #C2DC9B
Black with #C2DC9B
Text Example
Text Example
White with #C2DC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DC9B; }
p { color: rgb(194,220,155); }
H1.HeaderClassName
{
color: #C2DC9B;
}
.AnyTagClassName
{
color: #C2DC9B;
}
</style>
background-color css
<style>
a { background-color: #C2DC9B; }
a { background-color: rgb(194,220,155); }
div.DivClassName
{
background-color: #C2DC9B;
}
.BgClassName
{
background-color: #C2DC9B;
}
</style>
border-color css
<style>
span { border-color: #C2DC9B; }
span { border-color: rgb(194,220,155); }
td.TdClassName
{
border-color: #C2DC9B;
}
.TagClassName
{
border-color: #C2DC9B;
}
</style>