Shades of Pixie Green #C1D9AF
Tints of Pixie Green #C1D9AF
RGB
CMYK
RGB Variations
Color information
#C1D9AF (or 0xC1D9AF) is known color: Pixie Green. HEX triplet: C1, D9 and AF. RGB value is (193,217,175). Sum of RGB (Red+Green+Blue) = 193+217+175=585 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.99% from 585); Green value is 217 (85.16% from 255 or 37.09% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 217 - color contains mainly: green. Hex color #C1D9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D9AF is #3E2650. Grayscale: #CDCDCD. Windows color (decimal): -4073041 or 11524545. OLE color: 11524545.
HSL color Cylindrical-coordinate representation of color #C1D9AF: hue angle of 94.29º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1D9AF is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 217 | 175 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.15 |
| HSL | 94.29º | 0.36% | 0.77% | - |
| HSV(B) | 94.29º | 0.19% | 0.85% | - |
| XYZ | 54.54 | 64.06 | 50.05 | - |
| YUV | 205.04 | 111.05 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 217 | 175 | 0.11 | 0 | 0.19 | 0.15 | 94.29 | 0.36 | 0.77 |
| Hex | C1 | D9 | AF | B | 0 | 13 | F | 5E | 24 | 4D |
| Octal | 301 | 331 | 257 | 13 | 0 | 23 | 17 | 136 | 44 | 115 |
| Binary | 11000001 | 11011001 | 10101111 | 1011 | 0 | 10011 | 1111 | 1011110 | 100100 | 1001101 |
Color Harmonies of #C1D9AF
Complementary color
Monochromatic Colors of #C1D9AF
Black with #C1D9AF
Text Example
Text Example
White with #C1D9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D9AF; }
p { color: rgb(193,217,175); }
H1.HeaderClassName
{
color: #C1D9AF;
}
.AnyTagClassName
{
color: #C1D9AF;
}
</style>
background-color css
<style>
a { background-color: #C1D9AF; }
a { background-color: rgb(193,217,175); }
div.DivClassName
{
background-color: #C1D9AF;
}
.BgClassName
{
background-color: #C1D9AF;
}
</style>
border-color css
<style>
span { border-color: #C1D9AF; }
span { border-color: rgb(193,217,175); }
td.TdClassName
{
border-color: #C1D9AF;
}
.TagClassName
{
border-color: #C1D9AF;
}
</style>