Shades of Pixie Green #C5DCAC
Tints of Pixie Green #C5DCAC
RGB
CMYK
RGB Variations
Color information
#C5DCAC (or 0xC5DCAC) is known color: Pixie Green. HEX triplet: C5, DC and AC. RGB value is (197,220,172). Sum of RGB (Red+Green+Blue) = 197+220+172=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 172 (67.58% from 255 or 29.20% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DCAC is #3A2353. Grayscale: #CFCFCF. Windows color (decimal): -3810132 or 11328709. OLE color: 11328709.
HSL color Cylindrical-coordinate representation of color #C5DCAC: hue angle of 88.75º 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 #C5DCAC is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 220 | 172 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.14 |
| HSL | 88.75º | 0.41% | 0.77% | - |
| HSV(B) | 88.75º | 0.22% | 0.86% | - |
| XYZ | 56.07 | 66.04 | 48.82 | - |
| YUV | 207.65 | 107.88 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 220 | 172 | 0.10 | 0 | 0.22 | 0.14 | 88.75 | 0.41 | 0.77 |
| Hex | C5 | DC | AC | A | 0 | 16 | E | 59 | 29 | 4D |
| Octal | 305 | 334 | 254 | 12 | 0 | 26 | 16 | 131 | 51 | 115 |
| Binary | 11000101 | 11011100 | 10101100 | 1010 | 0 | 10110 | 1110 | 1011001 | 101001 | 1001101 |
Color Harmonies of #C5DCAC
Complementary color
Monochromatic Colors of #C5DCAC
Black with #C5DCAC
Text Example
Text Example
White with #C5DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DCAC; }
p { color: rgb(197,220,172); }
H1.HeaderClassName
{
color: #C5DCAC;
}
.AnyTagClassName
{
color: #C5DCAC;
}
</style>
background-color css
<style>
a { background-color: #C5DCAC; }
a { background-color: rgb(197,220,172); }
div.DivClassName
{
background-color: #C5DCAC;
}
.BgClassName
{
background-color: #C5DCAC;
}
</style>
border-color css
<style>
span { border-color: #C5DCAC; }
span { border-color: rgb(197,220,172); }
td.TdClassName
{
border-color: #C5DCAC;
}
.TagClassName
{
border-color: #C5DCAC;
}
</style>