Shades of Pixie Green #C5D9AF
Tints of Pixie Green #C5D9AF
RGB
CMYK
RGB Variations
Color information
#C5D9AF (or 0xC5D9AF) is known color: Pixie Green. HEX triplet: C5, D9 and AF. RGB value is (197,217,175). Sum of RGB (Red+Green+Blue) = 197+217+175=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D9AF is #3A2650. Grayscale: #CECECE. Windows color (decimal): -3810897 or 11524549. OLE color: 11524549.
HSL color Cylindrical-coordinate representation of color #C5D9AF: hue angle of 88.57º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5D9AF is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 217 | 175 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.15 |
| HSL | 88.57º | 0.36% | 0.77% | - |
| HSV(B) | 88.57º | 0.19% | 0.85% | - |
| XYZ | 55.58 | 64.59 | 50.1 | - |
| YUV | 206.23 | 110.37 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 217 | 175 | 0.09 | 0 | 0.19 | 0.15 | 88.57 | 0.36 | 0.77 |
| Hex | C5 | D9 | AF | 9 | 0 | 13 | F | 59 | 24 | 4D |
| Octal | 305 | 331 | 257 | 11 | 0 | 23 | 17 | 131 | 44 | 115 |
| Binary | 11000101 | 11011001 | 10101111 | 1001 | 0 | 10011 | 1111 | 1011001 | 100100 | 1001101 |
Color Harmonies of #C5D9AF
Complementary color
Monochromatic Colors of #C5D9AF
Black with #C5D9AF
Text Example
Text Example
White with #C5D9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D9AF; }
p { color: rgb(197,217,175); }
H1.HeaderClassName
{
color: #C5D9AF;
}
.AnyTagClassName
{
color: #C5D9AF;
}
</style>
background-color css
<style>
a { background-color: #C5D9AF; }
a { background-color: rgb(197,217,175); }
div.DivClassName
{
background-color: #C5D9AF;
}
.BgClassName
{
background-color: #C5D9AF;
}
</style>
border-color css
<style>
span { border-color: #C5D9AF; }
span { border-color: rgb(197,217,175); }
td.TdClassName
{
border-color: #C5D9AF;
}
.TagClassName
{
border-color: #C5D9AF;
}
</style>