Shades of Pixie Green #C5DAA1
Tints of Pixie Green #C5DAA1
RGB
CMYK
RGB Variations
Color information
#C5DAA1 (or 0xC5DAA1) is known color: Pixie Green. HEX triplet: C5, DA and A1. RGB value is (197,218,161). Sum of RGB (Red+Green+Blue) = 197+218+161=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 161 (63.28% from 255 or 27.95% from 576); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DAA1 is #3A255E. Grayscale: #CDCDCD. Windows color (decimal): -3810655 or 10607301. OLE color: 10607301.
HSL color Cylindrical-coordinate representation of color #C5DAA1: hue angle of 82.11º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5DAA1 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 218 | 161 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.15 |
| HSL | 82.11º | 0.44% | 0.74% | - |
| HSV(B) | 82.11º | 0.26% | 0.85% | - |
| XYZ | 54.53 | 64.59 | 43.31 | - |
| YUV | 205.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 218 | 161 | 0.10 | 0 | 0.26 | 0.15 | 82.11 | 0.44 | 0.74 |
| Hex | C5 | DA | A1 | A | 0 | 1A | F | 52 | 2C | 4A |
| Octal | 305 | 332 | 241 | 12 | 0 | 32 | 17 | 122 | 54 | 112 |
| Binary | 11000101 | 11011010 | 10100001 | 1010 | 0 | 11010 | 1111 | 1010010 | 101100 | 1001010 |
Color Harmonies of #C5DAA1
Complementary color
Monochromatic Colors of #C5DAA1
Black with #C5DAA1
Text Example
Text Example
White with #C5DAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DAA1; }
p { color: rgb(197,218,161); }
H1.HeaderClassName
{
color: #C5DAA1;
}
.AnyTagClassName
{
color: #C5DAA1;
}
</style>
background-color css
<style>
a { background-color: #C5DAA1; }
a { background-color: rgb(197,218,161); }
div.DivClassName
{
background-color: #C5DAA1;
}
.BgClassName
{
background-color: #C5DAA1;
}
</style>
border-color css
<style>
span { border-color: #C5DAA1; }
span { border-color: rgb(197,218,161); }
td.TdClassName
{
border-color: #C5DAA1;
}
.TagClassName
{
border-color: #C5DAA1;
}
</style>