Shades of Pixie Green #C5DB9D
Tints of Pixie Green #C5DB9D
RGB
CMYK
RGB Variations
Color information
#C5DB9D (or 0xC5DB9D) is known color: Pixie Green. HEX triplet: C5, DB and 9D. RGB value is (197,219,157). Sum of RGB (Red+Green+Blue) = 197+219+157=573 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.38% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 157 (61.72% from 255 or 27.40% from 573); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DB9D is #3A2462. Grayscale: #CDCDCD. Windows color (decimal): -3810403 or 10345413. OLE color: 10345413.
HSL color Cylindrical-coordinate representation of color #C5DB9D: hue angle of 81.29º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5DB9D is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 219 | 157 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.14 |
| HSL | 81.29º | 0.46% | 0.74% | - |
| HSV(B) | 81.29º | 0.28% | 0.86% | - |
| XYZ | 54.44 | 64.97 | 41.57 | - |
| YUV | 205.35 | 100.71 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 157 | 0.10 | 0 | 0.28 | 0.14 | 81.29 | 0.46 | 0.74 |
| Hex | C5 | DB | 9D | A | 0 | 1C | E | 51 | 2E | 4A |
| Octal | 305 | 333 | 235 | 12 | 0 | 34 | 16 | 121 | 56 | 112 |
| Binary | 11000101 | 11011011 | 10011101 | 1010 | 0 | 11100 | 1110 | 1010001 | 101110 | 1001010 |
Color Harmonies of #C5DB9D
Complementary color
Monochromatic Colors of #C5DB9D
Black with #C5DB9D
Text Example
Text Example
White with #C5DB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DB9D; }
p { color: rgb(197,219,157); }
H1.HeaderClassName
{
color: #C5DB9D;
}
.AnyTagClassName
{
color: #C5DB9D;
}
</style>
background-color css
<style>
a { background-color: #C5DB9D; }
a { background-color: rgb(197,219,157); }
div.DivClassName
{
background-color: #C5DB9D;
}
.BgClassName
{
background-color: #C5DB9D;
}
</style>
border-color css
<style>
span { border-color: #C5DB9D; }
span { border-color: rgb(197,219,157); }
td.TdClassName
{
border-color: #C5DB9D;
}
.TagClassName
{
border-color: #C5DB9D;
}
</style>