Shades of Pixie Green #C5DDA6
Tints of Pixie Green #C5DDA6
RGB
CMYK
RGB Variations
Color information
#C5DDA6 (or 0xC5DDA6) is known color: Pixie Green. HEX triplet: C5, DD and A6. RGB value is (197,221,166). Sum of RGB (Red+Green+Blue) = 197+221+166=584 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.73% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 166 (65.23% from 255 or 28.42% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DDA6 is #3A2259. Grayscale: #CFCFCF. Windows color (decimal): -3809882 or 10935749. OLE color: 10935749.
HSL color Cylindrical-coordinate representation of color #C5DDA6: hue angle of 86.18º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5DDA6 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 221 | 166 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.13 |
| HSL | 86.18º | 0.45% | 0.76% | - |
| HSV(B) | 86.18º | 0.25% | 0.87% | - |
| XYZ | 55.77 | 66.34 | 45.94 | - |
| YUV | 207.55 | 104.55 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 221 | 166 | 0.11 | 0 | 0.25 | 0.13 | 86.18 | 0.45 | 0.76 |
| Hex | C5 | DD | A6 | B | 0 | 19 | D | 56 | 2D | 4C |
| Octal | 305 | 335 | 246 | 13 | 0 | 31 | 15 | 126 | 55 | 114 |
| Binary | 11000101 | 11011101 | 10100110 | 1011 | 0 | 11001 | 1101 | 1010110 | 101101 | 1001100 |
Color Harmonies of #C5DDA6
Complementary color
Monochromatic Colors of #C5DDA6
Black with #C5DDA6
Text Example
Text Example
White with #C5DDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DDA6; }
p { color: rgb(197,221,166); }
H1.HeaderClassName
{
color: #C5DDA6;
}
.AnyTagClassName
{
color: #C5DDA6;
}
</style>
background-color css
<style>
a { background-color: #C5DDA6; }
a { background-color: rgb(197,221,166); }
div.DivClassName
{
background-color: #C5DDA6;
}
.BgClassName
{
background-color: #C5DDA6;
}
</style>
border-color css
<style>
span { border-color: #C5DDA6; }
span { border-color: rgb(197,221,166); }
td.TdClassName
{
border-color: #C5DDA6;
}
.TagClassName
{
border-color: #C5DDA6;
}
</style>