Shades of Pixie Green #C5DCAB
Tints of Pixie Green #C5DCAB
RGB
CMYK
RGB Variations
Color information
#C5DCAB (or 0xC5DCAB) is known color: Pixie Green. HEX triplet: C5, DC and AB. RGB value is (197,220,171). Sum of RGB (Red+Green+Blue) = 197+220+171=588 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.50% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 171 (67.19% from 255 or 29.08% from 588); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DCAB is #3A2354. Grayscale: #CFCFCF. Windows color (decimal): -3810133 or 11263173. OLE color: 11263173.
HSL color Cylindrical-coordinate representation of color #C5DCAB: hue angle of 88.16º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5DCAB is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 220 | 171 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.14 |
| HSL | 88.16º | 0.41% | 0.77% | - |
| HSV(B) | 88.16º | 0.22% | 0.86% | - |
| XYZ | 55.97 | 66 | 48.32 | - |
| YUV | 207.54 | 107.38 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 220 | 171 | 0.10 | 0 | 0.22 | 0.14 | 88.16 | 0.41 | 0.77 |
| Hex | C5 | DC | AB | A | 0 | 16 | E | 58 | 29 | 4D |
| Octal | 305 | 334 | 253 | 12 | 0 | 26 | 16 | 130 | 51 | 115 |
| Binary | 11000101 | 11011100 | 10101011 | 1010 | 0 | 10110 | 1110 | 1011000 | 101001 | 1001101 |
Color Harmonies of #C5DCAB
Complementary color
Monochromatic Colors of #C5DCAB
Black with #C5DCAB
Text Example
Text Example
White with #C5DCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DCAB; }
p { color: rgb(197,220,171); }
H1.HeaderClassName
{
color: #C5DCAB;
}
.AnyTagClassName
{
color: #C5DCAB;
}
</style>
background-color css
<style>
a { background-color: #C5DCAB; }
a { background-color: rgb(197,220,171); }
div.DivClassName
{
background-color: #C5DCAB;
}
.BgClassName
{
background-color: #C5DCAB;
}
</style>
border-color css
<style>
span { border-color: #C5DCAB; }
span { border-color: rgb(197,220,171); }
td.TdClassName
{
border-color: #C5DCAB;
}
.TagClassName
{
border-color: #C5DCAB;
}
</style>