Shades of Pixie Green #C5DBA5
Tints of Pixie Green #C5DBA5
RGB
CMYK
RGB Variations
Color information
#C5DBA5 (or 0xC5DBA5) is known color: Pixie Green. HEX triplet: C5, DB and A5. RGB value is (197,219,165). Sum of RGB (Red+Green+Blue) = 197+219+165=581 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.91% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 165 (64.84% from 255 or 28.40% from 581); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DBA5 is #3A245A. Grayscale: #CECECE. Windows color (decimal): -3810395 or 10869701. OLE color: 10869701.
HSL color Cylindrical-coordinate representation of color #C5DBA5: hue angle of 84.44º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5DBA5 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 219 | 165 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.14 |
| HSL | 84.44º | 0.43% | 0.75% | - |
| HSV(B) | 84.44º | 0.25% | 0.86% | - |
| XYZ | 55.15 | 65.25 | 45.29 | - |
| YUV | 206.27 | 104.71 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 165 | 0.10 | 0 | 0.25 | 0.14 | 84.44 | 0.43 | 0.75 |
| Hex | C5 | DB | A5 | A | 0 | 19 | E | 54 | 2B | 4B |
| Octal | 305 | 333 | 245 | 12 | 0 | 31 | 16 | 124 | 53 | 113 |
| Binary | 11000101 | 11011011 | 10100101 | 1010 | 0 | 11001 | 1110 | 1010100 | 101011 | 1001011 |
Color Harmonies of #C5DBA5
Complementary color
Monochromatic Colors of #C5DBA5
Black with #C5DBA5
Text Example
Text Example
White with #C5DBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DBA5; }
p { color: rgb(197,219,165); }
H1.HeaderClassName
{
color: #C5DBA5;
}
.AnyTagClassName
{
color: #C5DBA5;
}
</style>
background-color css
<style>
a { background-color: #C5DBA5; }
a { background-color: rgb(197,219,165); }
div.DivClassName
{
background-color: #C5DBA5;
}
.BgClassName
{
background-color: #C5DBA5;
}
</style>
border-color css
<style>
span { border-color: #C5DBA5; }
span { border-color: rgb(197,219,165); }
td.TdClassName
{
border-color: #C5DBA5;
}
.TagClassName
{
border-color: #C5DBA5;
}
</style>