Shades of Pixie Green #C5DCAA
Tints of Pixie Green #C5DCAA
RGB
CMYK
RGB Variations
Color information
#C5DCAA (or 0xC5DCAA) is known color: Pixie Green. HEX triplet: C5, DC and AA. RGB value is (197,220,170). Sum of RGB (Red+Green+Blue) = 197+220+170=587 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.56% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DCAA is #3A2355. Grayscale: #CFCFCF. Windows color (decimal): -3810134 or 11197637. OLE color: 11197637.
HSL color Cylindrical-coordinate representation of color #C5DCAA: hue angle of 87.6º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5DCAA is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
RGB | 197 | 220 | 170 | - |
CMYK | 0.10 | 0 | 0.23 | 0.14 |
HSL | 87.6º | 0.42% | 0.76% | - |
HSV(B) | 87.6º | 0.23% | 0.86% | - |
XYZ | 55.87 | 65.96 | 47.82 | - |
YUV | 207.42 | 106.88 | 120.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 220 | 170 | 0.10 | 0 | 0.23 | 0.14 | 87.6 | 0.42 | 0.76 |
Hex | C5 | DC | AA | A | 0 | 17 | E | 58 | 2A | 4C |
Octal | 305 | 334 | 252 | 12 | 0 | 27 | 16 | 130 | 52 | 114 |
Binary | 11000101 | 11011100 | 10101010 | 1010 | 0 | 10111 | 1110 | 1011000 | 101010 | 1001100 |
Color Harmonies of #C5DCAA
Complementary color
Monochromatic Colors of #C5DCAA
Black with #C5DCAA
Text Example
Text Example
White with #C5DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DCAA; }
p { color: rgb(197,220,170); }
H1.HeaderClassName
{
color: #C5DCAA;
}
.AnyTagClassName
{
color: #C5DCAA;
}
</style>
background-color css
<style>
a { background-color: #C5DCAA; }
a { background-color: rgb(197,220,170); }
div.DivClassName
{
background-color: #C5DCAA;
}
.BgClassName
{
background-color: #C5DCAA;
}
</style>
border-color css
<style>
span { border-color: #C5DCAA; }
span { border-color: rgb(197,220,170); }
td.TdClassName
{
border-color: #C5DCAA;
}
.TagClassName
{
border-color: #C5DCAA;
}
</style>