Shades of Pixie Green #C5DDAA
Tints of Pixie Green #C5DDAA
RGB
CMYK
RGB Variations
Color information
#C5DDAA (or 0xC5DDAA) is known color: Pixie Green. HEX triplet: C5, DD and AA. RGB value is (197,221,170). Sum of RGB (Red+Green+Blue) = 197+221+170=588 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.50% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 170 (66.80% from 255 or 28.91% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DDAA is #3A2255. Grayscale: #D0D0D0. Windows color (decimal): -3809878 or 11197893. OLE color: 11197893.
HSL color Cylindrical-coordinate representation of color #C5DDAA: hue angle of 88.24º 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 #C5DDAA is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 221 | 170 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.13 |
| HSL | 88.24º | 0.43% | 0.77% | - |
| HSV(B) | 88.24º | 0.23% | 0.87% | - |
| XYZ | 56.14 | 66.49 | 47.9 | - |
| YUV | 208.01 | 106.55 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 221 | 170 | 0.11 | 0 | 0.23 | 0.13 | 88.24 | 0.43 | 0.77 |
| Hex | C5 | DD | AA | B | 0 | 17 | D | 58 | 2B | 4D |
| Octal | 305 | 335 | 252 | 13 | 0 | 27 | 15 | 130 | 53 | 115 |
| Binary | 11000101 | 11011101 | 10101010 | 1011 | 0 | 10111 | 1101 | 1011000 | 101011 | 1001101 |
Color Harmonies of #C5DDAA
Complementary color
Monochromatic Colors of #C5DDAA
Black with #C5DDAA
Text Example
Text Example
White with #C5DDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DDAA; }
p { color: rgb(197,221,170); }
H1.HeaderClassName
{
color: #C5DDAA;
}
.AnyTagClassName
{
color: #C5DDAA;
}
</style>
background-color css
<style>
a { background-color: #C5DDAA; }
a { background-color: rgb(197,221,170); }
div.DivClassName
{
background-color: #C5DDAA;
}
.BgClassName
{
background-color: #C5DDAA;
}
</style>
border-color css
<style>
span { border-color: #C5DDAA; }
span { border-color: rgb(197,221,170); }
td.TdClassName
{
border-color: #C5DDAA;
}
.TagClassName
{
border-color: #C5DDAA;
}
</style>