Shades of Pixie Green #C5DFAC
Tints of Pixie Green #C5DFAC
RGB
CMYK
RGB Variations
Color information
#C5DFAC (or 0xC5DFAC) is known color: Pixie Green. HEX triplet: C5, DF and AC. RGB value is (197,223,172). Sum of RGB (Red+Green+Blue) = 197+223+172=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 172 (67.58% from 255 or 29.05% from 592); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DFAC is #3A2053. Grayscale: #D1D1D1. Windows color (decimal): -3809364 or 11329477. OLE color: 11329477.
HSL color Cylindrical-coordinate representation of color #C5DFAC: hue angle of 90.59º degrees, saturation: 0.44, 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 #C5DFAC is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
RGB | 197 | 223 | 172 | - |
CMYK | 0.12 | 0 | 0.23 | 0.13 |
HSL | 90.59º | 0.44% | 0.77% | - |
HSV(B) | 90.59º | 0.23% | 0.87% | - |
XYZ | 56.86 | 67.62 | 49.09 | - |
YUV | 209.41 | 106.89 | 119.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 223 | 172 | 0.12 | 0 | 0.23 | 0.13 | 90.59 | 0.44 | 0.77 |
Hex | C5 | DF | AC | C | 0 | 17 | D | 5B | 2C | 4D |
Octal | 305 | 337 | 254 | 14 | 0 | 27 | 15 | 133 | 54 | 115 |
Binary | 11000101 | 11011111 | 10101100 | 1100 | 0 | 10111 | 1101 | 1011011 | 101100 | 1001101 |
Color Harmonies of #C5DFAC
Complementary color
Monochromatic Colors of #C5DFAC
Black with #C5DFAC
Text Example
Text Example
White with #C5DFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DFAC; }
p { color: rgb(197,223,172); }
H1.HeaderClassName
{
color: #C5DFAC;
}
.AnyTagClassName
{
color: #C5DFAC;
}
</style>
background-color css
<style>
a { background-color: #C5DFAC; }
a { background-color: rgb(197,223,172); }
div.DivClassName
{
background-color: #C5DFAC;
}
.BgClassName
{
background-color: #C5DFAC;
}
</style>
border-color css
<style>
span { border-color: #C5DFAC; }
span { border-color: rgb(197,223,172); }
td.TdClassName
{
border-color: #C5DFAC;
}
.TagClassName
{
border-color: #C5DFAC;
}
</style>