Shades of Pixie Green #C4DFA0
Tints of Pixie Green #C4DFA0
RGB
CMYK
RGB Variations
Color information
#C4DFA0 (or 0xC4DFA0) is known color: Pixie Green. HEX triplet: C4, DF and A0. RGB value is (196,223,160). Sum of RGB (Red+Green+Blue) = 196+223+160=579 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.85% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 160 (62.89% from 255 or 27.63% from 579); Max value from RGB is 223 - color contains mainly: green. Hex color #C4DFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DFA0 is #3B205F. Grayscale: #CFCFCF. Windows color (decimal): -3874912 or 10543044. OLE color: 10543044.
HSL color Cylindrical-coordinate representation of color #C4DFA0: hue angle of 85.71º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C4DFA0 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 223 | 160 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.13 |
| HSL | 85.71º | 0.5% | 0.75% | - |
| HSV(B) | 85.71º | 0.28% | 0.87% | - |
| XYZ | 55.5 | 67.05 | 43.27 | - |
| YUV | 207.75 | 101.05 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 223 | 160 | 0.12 | 0 | 0.28 | 0.13 | 85.71 | 0.5 | 0.75 |
| Hex | C4 | DF | A0 | C | 0 | 1C | D | 56 | 32 | 4B |
| Octal | 304 | 337 | 240 | 14 | 0 | 34 | 15 | 126 | 62 | 113 |
| Binary | 11000100 | 11011111 | 10100000 | 1100 | 0 | 11100 | 1101 | 1010110 | 110010 | 1001011 |
Color Harmonies of #C4DFA0
Complementary color
Monochromatic Colors of #C4DFA0
Black with #C4DFA0
Text Example
Text Example
White with #C4DFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DFA0; }
p { color: rgb(196,223,160); }
H1.HeaderClassName
{
color: #C4DFA0;
}
.AnyTagClassName
{
color: #C4DFA0;
}
</style>
background-color css
<style>
a { background-color: #C4DFA0; }
a { background-color: rgb(196,223,160); }
div.DivClassName
{
background-color: #C4DFA0;
}
.BgClassName
{
background-color: #C4DFA0;
}
</style>
border-color css
<style>
span { border-color: #C4DFA0; }
span { border-color: rgb(196,223,160); }
td.TdClassName
{
border-color: #C4DFA0;
}
.TagClassName
{
border-color: #C4DFA0;
}
</style>