Shades of Pixie Green #C5DCAF
Tints of Pixie Green #C5DCAF
RGB
CMYK
RGB Variations
Color information
#C5DCAF (or 0xC5DCAF) is known color: Pixie Green. HEX triplet: C5, DC and AF. RGB value is (197,220,175). Sum of RGB (Red+Green+Blue) = 197+220+175=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 175 (68.75% from 255 or 29.56% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DCAF is #3A2350. Grayscale: #D0D0D0. Windows color (decimal): -3810129 or 11525317. OLE color: 11525317.
HSL color Cylindrical-coordinate representation of color #C5DCAF: hue angle of 90.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5DCAF is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 220 | 175 | - |
| CMYK | 0.10 | 0 | 0.20 | 0.14 |
| HSL | 90.67º | 0.39% | 0.77% | - |
| HSV(B) | 90.67º | 0.2% | 0.86% | - |
| XYZ | 56.36 | 66.15 | 50.36 | - |
| YUV | 207.99 | 109.38 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 220 | 175 | 0.10 | 0 | 0.20 | 0.14 | 90.67 | 0.39 | 0.77 |
| Hex | C5 | DC | AF | A | 0 | 14 | E | 5B | 27 | 4D |
| Octal | 305 | 334 | 257 | 12 | 0 | 24 | 16 | 133 | 47 | 115 |
| Binary | 11000101 | 11011100 | 10101111 | 1010 | 0 | 10100 | 1110 | 1011011 | 100111 | 1001101 |
Color Harmonies of #C5DCAF
Complementary color
Monochromatic Colors of #C5DCAF
Black with #C5DCAF
Text Example
Text Example
White with #C5DCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DCAF; }
p { color: rgb(197,220,175); }
H1.HeaderClassName
{
color: #C5DCAF;
}
.AnyTagClassName
{
color: #C5DCAF;
}
</style>
background-color css
<style>
a { background-color: #C5DCAF; }
a { background-color: rgb(197,220,175); }
div.DivClassName
{
background-color: #C5DCAF;
}
.BgClassName
{
background-color: #C5DCAF;
}
</style>
border-color css
<style>
span { border-color: #C5DCAF; }
span { border-color: rgb(197,220,175); }
td.TdClassName
{
border-color: #C5DCAF;
}
.TagClassName
{
border-color: #C5DCAF;
}
</style>