Shades of Pixie Green #C0DB9D
Tints of Pixie Green #C0DB9D
RGB
CMYK
RGB Variations
Color information
#C0DB9D (or 0xC0DB9D) is known color: Pixie Green. HEX triplet: C0, DB and 9D. RGB value is (192,219,157). Sum of RGB (Red+Green+Blue) = 192+219+157=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 157 (61.72% from 255 or 27.64% from 568); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DB9D is #3F2462. Grayscale: #CCCCCC. Windows color (decimal): -4138083 or 10345408. OLE color: 10345408.
HSL color Cylindrical-coordinate representation of color #C0DB9D: hue angle of 86.13º 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 #C0DB9D is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 219 | 157 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.14 |
| HSL | 86.13º | 0.46% | 0.74% | - |
| HSV(B) | 86.13º | 0.28% | 0.86% | - |
| XYZ | 53.16 | 64.3 | 41.51 | - |
| YUV | 203.86 | 101.55 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 219 | 157 | 0.12 | 0 | 0.28 | 0.14 | 86.13 | 0.46 | 0.74 |
| Hex | C0 | DB | 9D | C | 0 | 1C | E | 56 | 2E | 4A |
| Octal | 300 | 333 | 235 | 14 | 0 | 34 | 16 | 126 | 56 | 112 |
| Binary | 11000000 | 11011011 | 10011101 | 1100 | 0 | 11100 | 1110 | 1010110 | 101110 | 1001010 |
Color Harmonies of #C0DB9D
Complementary color
Monochromatic Colors of #C0DB9D
Black with #C0DB9D
Text Example
Text Example
White with #C0DB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DB9D; }
p { color: rgb(192,219,157); }
H1.HeaderClassName
{
color: #C0DB9D;
}
.AnyTagClassName
{
color: #C0DB9D;
}
</style>
background-color css
<style>
a { background-color: #C0DB9D; }
a { background-color: rgb(192,219,157); }
div.DivClassName
{
background-color: #C0DB9D;
}
.BgClassName
{
background-color: #C0DB9D;
}
</style>
border-color css
<style>
span { border-color: #C0DB9D; }
span { border-color: rgb(192,219,157); }
td.TdClassName
{
border-color: #C0DB9D;
}
.TagClassName
{
border-color: #C0DB9D;
}
</style>