Shades of Pixie Green #C5DFA6
Tints of Pixie Green #C5DFA6
RGB
CMYK
RGB Variations
Color information
#C5DFA6 (or 0xC5DFA6) is known color: Pixie Green. HEX triplet: C5, DF and A6. RGB value is (197,223,166). Sum of RGB (Red+Green+Blue) = 197+223+166=586 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.62% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 166 (65.23% from 255 or 28.33% from 586); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DFA6 is #3A2059. Grayscale: #D0D0D0. Windows color (decimal): -3809370 or 10936261. OLE color: 10936261.
HSL color Cylindrical-coordinate representation of color #C5DFA6: hue angle of 87.37º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5DFA6 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 223 | 166 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.13 |
| HSL | 87.37º | 0.47% | 0.76% | - |
| HSV(B) | 87.37º | 0.26% | 0.87% | - |
| XYZ | 56.3 | 67.4 | 46.12 | - |
| YUV | 208.73 | 103.89 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 223 | 166 | 0.12 | 0 | 0.26 | 0.13 | 87.37 | 0.47 | 0.76 |
| Hex | C5 | DF | A6 | C | 0 | 1A | D | 57 | 2F | 4C |
| Octal | 305 | 337 | 246 | 14 | 0 | 32 | 15 | 127 | 57 | 114 |
| Binary | 11000101 | 11011111 | 10100110 | 1100 | 0 | 11010 | 1101 | 1010111 | 101111 | 1001100 |
Color Harmonies of #C5DFA6
Complementary color
Monochromatic Colors of #C5DFA6
Black with #C5DFA6
Text Example
Text Example
White with #C5DFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DFA6; }
p { color: rgb(197,223,166); }
H1.HeaderClassName
{
color: #C5DFA6;
}
.AnyTagClassName
{
color: #C5DFA6;
}
</style>
background-color css
<style>
a { background-color: #C5DFA6; }
a { background-color: rgb(197,223,166); }
div.DivClassName
{
background-color: #C5DFA6;
}
.BgClassName
{
background-color: #C5DFA6;
}
</style>
border-color css
<style>
span { border-color: #C5DFA6; }
span { border-color: rgb(197,223,166); }
td.TdClassName
{
border-color: #C5DFA6;
}
.TagClassName
{
border-color: #C5DFA6;
}
</style>