Shades of Pixie Green #C3DB9D
Tints of Pixie Green #C3DB9D
RGB
CMYK
RGB Variations
Color information
#C3DB9D (or 0xC3DB9D) is known color: Pixie Green. HEX triplet: C3, DB and 9D. RGB value is (195,219,157). Sum of RGB (Red+Green+Blue) = 195+219+157=571 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.15% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 157 (61.72% from 255 or 27.50% from 571); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3DB9D is #3C2462. Grayscale: #CCCCCC. Windows color (decimal): -3941475 or 10345411. OLE color: 10345411.
HSL color Cylindrical-coordinate representation of color #C3DB9D: hue angle of 83.23º 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 #C3DB9D is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 219 | 157 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.14 |
| HSL | 83.23º | 0.46% | 0.74% | - |
| HSV(B) | 83.23º | 0.28% | 0.86% | - |
| XYZ | 53.92 | 64.7 | 41.54 | - |
| YUV | 204.76 | 101.05 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 219 | 157 | 0.11 | 0 | 0.28 | 0.14 | 83.23 | 0.46 | 0.74 |
| Hex | C3 | DB | 9D | B | 0 | 1C | E | 53 | 2E | 4A |
| Octal | 303 | 333 | 235 | 13 | 0 | 34 | 16 | 123 | 56 | 112 |
| Binary | 11000011 | 11011011 | 10011101 | 1011 | 0 | 11100 | 1110 | 1010011 | 101110 | 1001010 |
Color Harmonies of #C3DB9D
Complementary color
Monochromatic Colors of #C3DB9D
Black with #C3DB9D
Text Example
Text Example
White with #C3DB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DB9D; }
p { color: rgb(195,219,157); }
H1.HeaderClassName
{
color: #C3DB9D;
}
.AnyTagClassName
{
color: #C3DB9D;
}
</style>
background-color css
<style>
a { background-color: #C3DB9D; }
a { background-color: rgb(195,219,157); }
div.DivClassName
{
background-color: #C3DB9D;
}
.BgClassName
{
background-color: #C3DB9D;
}
</style>
border-color css
<style>
span { border-color: #C3DB9D; }
span { border-color: rgb(195,219,157); }
td.TdClassName
{
border-color: #C3DB9D;
}
.TagClassName
{
border-color: #C3DB9D;
}
</style>