Shades of Pixie Green #C5DEAC
Tints of Pixie Green #C5DEAC
RGB
CMYK
RGB Variations
Color information
#C5DEAC (or 0xC5DEAC) is known color: Pixie Green. HEX triplet: C5, DE and AC. RGB value is (197,222,172). Sum of RGB (Red+Green+Blue) = 197+222+172=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 172 (67.58% from 255 or 29.10% from 591); Max value from RGB is 222 - color contains mainly: green. Hex color #C5DEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DEAC is #3A2153. Grayscale: #D1D1D1. Windows color (decimal): -3809620 or 11329221. OLE color: 11329221.
HSL color Cylindrical-coordinate representation of color #C5DEAC: hue angle of 90º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5DEAC is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 222 | 172 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.13 |
| HSL | 90º | 0.43% | 0.77% | - |
| HSV(B) | 90º | 0.23% | 0.87% | - |
| XYZ | 56.59 | 67.09 | 49 | - |
| YUV | 208.83 | 107.22 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 222 | 172 | 0.11 | 0 | 0.23 | 0.13 | 90 | 0.43 | 0.77 |
| Hex | C5 | DE | AC | B | 0 | 17 | D | 5A | 2B | 4D |
| Octal | 305 | 336 | 254 | 13 | 0 | 27 | 15 | 132 | 53 | 115 |
| Binary | 11000101 | 11011110 | 10101100 | 1011 | 0 | 10111 | 1101 | 1011010 | 101011 | 1001101 |
Color Harmonies of #C5DEAC
Complementary color
Monochromatic Colors of #C5DEAC
Black with #C5DEAC
Text Example
Text Example
White with #C5DEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DEAC; }
p { color: rgb(197,222,172); }
H1.HeaderClassName
{
color: #C5DEAC;
}
.AnyTagClassName
{
color: #C5DEAC;
}
</style>
background-color css
<style>
a { background-color: #C5DEAC; }
a { background-color: rgb(197,222,172); }
div.DivClassName
{
background-color: #C5DEAC;
}
.BgClassName
{
background-color: #C5DEAC;
}
</style>
border-color css
<style>
span { border-color: #C5DEAC; }
span { border-color: rgb(197,222,172); }
td.TdClassName
{
border-color: #C5DEAC;
}
.TagClassName
{
border-color: #C5DEAC;
}
</style>