Shades of Pixie Green #C5D8A3
Tints of Pixie Green #C5D8A3
RGB
CMYK
RGB Variations
Color information
#C5D8A3 (or 0xC5D8A3) is known color: Pixie Green. HEX triplet: C5, D8 and A3. RGB value is (197,216,163). Sum of RGB (Red+Green+Blue) = 197+216+163=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 216 (84.77% from 255 or 37.5% from 576); Blue value is 163 (64.06% from 255 or 28.30% from 576); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D8A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D8A3 is #3A275C. Grayscale: #CCCCCC. Windows color (decimal): -3811165 or 10737861. OLE color: 10737861.
HSL color Cylindrical-coordinate representation of color #C5D8A3: hue angle of 81.51º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5D8A3 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 216 | 163 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.15 |
| HSL | 81.51º | 0.4% | 0.74% | - |
| HSV(B) | 81.51º | 0.25% | 0.85% | - |
| XYZ | 54.19 | 63.63 | 44.08 | - |
| YUV | 204.28 | 104.71 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 216 | 163 | 0.09 | 0 | 0.25 | 0.15 | 81.51 | 0.4 | 0.74 |
| Hex | C5 | D8 | A3 | 9 | 0 | 19 | F | 52 | 28 | 4A |
| Octal | 305 | 330 | 243 | 11 | 0 | 31 | 17 | 122 | 50 | 112 |
| Binary | 11000101 | 11011000 | 10100011 | 1001 | 0 | 11001 | 1111 | 1010010 | 101000 | 1001010 |
Color Harmonies of #C5D8A3
Complementary color
Monochromatic Colors of #C5D8A3
Black with #C5D8A3
Text Example
Text Example
White with #C5D8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D8A3; }
p { color: rgb(197,216,163); }
H1.HeaderClassName
{
color: #C5D8A3;
}
.AnyTagClassName
{
color: #C5D8A3;
}
</style>
background-color css
<style>
a { background-color: #C5D8A3; }
a { background-color: rgb(197,216,163); }
div.DivClassName
{
background-color: #C5D8A3;
}
.BgClassName
{
background-color: #C5D8A3;
}
</style>
border-color css
<style>
span { border-color: #C5D8A3; }
span { border-color: rgb(197,216,163); }
td.TdClassName
{
border-color: #C5D8A3;
}
.TagClassName
{
border-color: #C5D8A3;
}
</style>