Shades of Pixie Green #C5D9AD
Tints of Pixie Green #C5D9AD
RGB
CMYK
RGB Variations
Color information
#C5D9AD (or 0xC5D9AD) is known color: Pixie Green. HEX triplet: C5, D9 and AD. RGB value is (197,217,173). Sum of RGB (Red+Green+Blue) = 197+217+173=587 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.56% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 173 (67.97% from 255 or 29.47% from 587); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D9AD is #3A2652. Grayscale: #CECECE. Windows color (decimal): -3810899 or 11393477. OLE color: 11393477.
HSL color Cylindrical-coordinate representation of color #C5D9AD: hue angle of 87.27º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5D9AD is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 217 | 173 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.15 |
| HSL | 87.27º | 0.37% | 0.76% | - |
| HSV(B) | 87.27º | 0.2% | 0.85% | - |
| XYZ | 55.38 | 64.51 | 49.07 | - |
| YUV | 206 | 109.37 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 217 | 173 | 0.09 | 0 | 0.20 | 0.15 | 87.27 | 0.37 | 0.76 |
| Hex | C5 | D9 | AD | 9 | 0 | 14 | F | 57 | 25 | 4C |
| Octal | 305 | 331 | 255 | 11 | 0 | 24 | 17 | 127 | 45 | 114 |
| Binary | 11000101 | 11011001 | 10101101 | 1001 | 0 | 10100 | 1111 | 1010111 | 100101 | 1001100 |
Color Harmonies of #C5D9AD
Complementary color
Monochromatic Colors of #C5D9AD
Black with #C5D9AD
Text Example
Text Example
White with #C5D9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D9AD; }
p { color: rgb(197,217,173); }
H1.HeaderClassName
{
color: #C5D9AD;
}
.AnyTagClassName
{
color: #C5D9AD;
}
</style>
background-color css
<style>
a { background-color: #C5D9AD; }
a { background-color: rgb(197,217,173); }
div.DivClassName
{
background-color: #C5D9AD;
}
.BgClassName
{
background-color: #C5D9AD;
}
</style>
border-color css
<style>
span { border-color: #C5D9AD; }
span { border-color: rgb(197,217,173); }
td.TdClassName
{
border-color: #C5D9AD;
}
.TagClassName
{
border-color: #C5D9AD;
}
</style>