Shades of Pixie Green #C5DB9C
Tints of Pixie Green #C5DB9C
RGB
CMYK
RGB Variations
Color information
#C5DB9C (or 0xC5DB9C) is known color: Pixie Green. HEX triplet: C5, DB and 9C. RGB value is (197,219,156). Sum of RGB (Red+Green+Blue) = 197+219+156=572 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.44% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 156 (61.33% from 255 or 27.27% from 572); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DB9C is #3A2463. Grayscale: #CDCDCD. Windows color (decimal): -3810404 or 10279877. OLE color: 10279877.
HSL color Cylindrical-coordinate representation of color #C5DB9C: hue angle of 80.95º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5DB9C is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 219 | 156 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.14 |
| HSL | 80.95º | 0.47% | 0.74% | - |
| HSV(B) | 80.95º | 0.29% | 0.86% | - |
| XYZ | 54.36 | 64.93 | 41.12 | - |
| YUV | 205.24 | 100.21 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 156 | 0.10 | 0 | 0.29 | 0.14 | 80.95 | 0.47 | 0.74 |
| Hex | C5 | DB | 9C | A | 0 | 1D | E | 51 | 2F | 4A |
| Octal | 305 | 333 | 234 | 12 | 0 | 35 | 16 | 121 | 57 | 112 |
| Binary | 11000101 | 11011011 | 10011100 | 1010 | 0 | 11101 | 1110 | 1010001 | 101111 | 1001010 |
Color Harmonies of #C5DB9C
Complementary color
Monochromatic Colors of #C5DB9C
Black with #C5DB9C
Text Example
Text Example
White with #C5DB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DB9C; }
p { color: rgb(197,219,156); }
H1.HeaderClassName
{
color: #C5DB9C;
}
.AnyTagClassName
{
color: #C5DB9C;
}
</style>
background-color css
<style>
a { background-color: #C5DB9C; }
a { background-color: rgb(197,219,156); }
div.DivClassName
{
background-color: #C5DB9C;
}
.BgClassName
{
background-color: #C5DB9C;
}
</style>
border-color css
<style>
span { border-color: #C5DB9C; }
span { border-color: rgb(197,219,156); }
td.TdClassName
{
border-color: #C5DB9C;
}
.TagClassName
{
border-color: #C5DB9C;
}
</style>