Shades of Pixie Green #C5DEA1
Tints of Pixie Green #C5DEA1
RGB
CMYK
RGB Variations
Color information
#C5DEA1 (or 0xC5DEA1) is known color: Pixie Green. HEX triplet: C5, DE and A1. RGB value is (197,222,161). Sum of RGB (Red+Green+Blue) = 197+222+161=580 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.97% from 580); Green value is 222 (87.11% from 255 or 38.28% from 580); Blue value is 161 (63.28% from 255 or 27.76% from 580); Max value from RGB is 222 - color contains mainly: green. Hex color #C5DEA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DEA1 is #3A215E. Grayscale: #CFCFCF. Windows color (decimal): -3809631 or 10608325. OLE color: 10608325.
HSL color Cylindrical-coordinate representation of color #C5DEA1: hue angle of 84.59º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5DEA1 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 222 | 161 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.13 |
| HSL | 84.59º | 0.48% | 0.75% | - |
| HSV(B) | 84.59º | 0.27% | 0.87% | - |
| XYZ | 55.58 | 66.69 | 43.66 | - |
| YUV | 207.57 | 101.72 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 222 | 161 | 0.11 | 0 | 0.27 | 0.13 | 84.59 | 0.48 | 0.75 |
| Hex | C5 | DE | A1 | B | 0 | 1B | D | 55 | 30 | 4B |
| Octal | 305 | 336 | 241 | 13 | 0 | 33 | 15 | 125 | 60 | 113 |
| Binary | 11000101 | 11011110 | 10100001 | 1011 | 0 | 11011 | 1101 | 1010101 | 110000 | 1001011 |
Color Harmonies of #C5DEA1
Complementary color
Monochromatic Colors of #C5DEA1
Black with #C5DEA1
Text Example
Text Example
White with #C5DEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DEA1; }
p { color: rgb(197,222,161); }
H1.HeaderClassName
{
color: #C5DEA1;
}
.AnyTagClassName
{
color: #C5DEA1;
}
</style>
background-color css
<style>
a { background-color: #C5DEA1; }
a { background-color: rgb(197,222,161); }
div.DivClassName
{
background-color: #C5DEA1;
}
.BgClassName
{
background-color: #C5DEA1;
}
</style>
border-color css
<style>
span { border-color: #C5DEA1; }
span { border-color: rgb(197,222,161); }
td.TdClassName
{
border-color: #C5DEA1;
}
.TagClassName
{
border-color: #C5DEA1;
}
</style>