Shades of Pixie Green #C5DAA6
Tints of Pixie Green #C5DAA6
RGB
CMYK
RGB Variations
Color information
#C5DAA6 (or 0xC5DAA6) is known color: Pixie Green. HEX triplet: C5, DA and A6. RGB value is (197,218,166). Sum of RGB (Red+Green+Blue) = 197+218+166=581 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.91% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 166 (65.23% from 255 or 28.57% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DAA6 is #3A2559. Grayscale: #CDCDCD. Windows color (decimal): -3810650 or 10934981. OLE color: 10934981.
HSL color Cylindrical-coordinate representation of color #C5DAA6: hue angle of 84.23º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5DAA6 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 218 | 166 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.15 |
| HSL | 84.23º | 0.41% | 0.75% | - |
| HSV(B) | 84.23º | 0.24% | 0.85% | - |
| XYZ | 54.98 | 64.77 | 45.68 | - |
| YUV | 205.79 | 105.54 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 218 | 166 | 0.10 | 0 | 0.24 | 0.15 | 84.23 | 0.41 | 0.75 |
| Hex | C5 | DA | A6 | A | 0 | 18 | F | 54 | 29 | 4B |
| Octal | 305 | 332 | 246 | 12 | 0 | 30 | 17 | 124 | 51 | 113 |
| Binary | 11000101 | 11011010 | 10100110 | 1010 | 0 | 11000 | 1111 | 1010100 | 101001 | 1001011 |
Color Harmonies of #C5DAA6
Complementary color
Monochromatic Colors of #C5DAA6
Black with #C5DAA6
Text Example
Text Example
White with #C5DAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DAA6; }
p { color: rgb(197,218,166); }
H1.HeaderClassName
{
color: #C5DAA6;
}
.AnyTagClassName
{
color: #C5DAA6;
}
</style>
background-color css
<style>
a { background-color: #C5DAA6; }
a { background-color: rgb(197,218,166); }
div.DivClassName
{
background-color: #C5DAA6;
}
.BgClassName
{
background-color: #C5DAA6;
}
</style>
border-color css
<style>
span { border-color: #C5DAA6; }
span { border-color: rgb(197,218,166); }
td.TdClassName
{
border-color: #C5DAA6;
}
.TagClassName
{
border-color: #C5DAA6;
}
</style>