Shades of Pixie Green #C2DB9D
Tints of Pixie Green #C2DB9D
RGB
CMYK
RGB Variations
Color information
#C2DB9D (or 0xC2DB9D) is known color: Pixie Green. HEX triplet: C2, DB and 9D. RGB value is (194,219,157). Sum of RGB (Red+Green+Blue) = 194+219+157=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 157 (61.72% from 255 or 27.54% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DB9D is #3D2462. Grayscale: #CCCCCC. Windows color (decimal): -4007011 or 10345410. OLE color: 10345410.
HSL color Cylindrical-coordinate representation of color #C2DB9D: hue angle of 84.19º 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 #C2DB9D is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 219 | 157 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.14 |
| HSL | 84.19º | 0.46% | 0.74% | - |
| HSV(B) | 84.19º | 0.28% | 0.86% | - |
| XYZ | 53.67 | 64.57 | 41.53 | - |
| YUV | 204.46 | 101.22 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 157 | 0.11 | 0 | 0.28 | 0.14 | 84.19 | 0.46 | 0.74 |
| Hex | C2 | DB | 9D | B | 0 | 1C | E | 54 | 2E | 4A |
| Octal | 302 | 333 | 235 | 13 | 0 | 34 | 16 | 124 | 56 | 112 |
| Binary | 11000010 | 11011011 | 10011101 | 1011 | 0 | 11100 | 1110 | 1010100 | 101110 | 1001010 |
Color Harmonies of #C2DB9D
Complementary color
Monochromatic Colors of #C2DB9D
Black with #C2DB9D
Text Example
Text Example
White with #C2DB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DB9D; }
p { color: rgb(194,219,157); }
H1.HeaderClassName
{
color: #C2DB9D;
}
.AnyTagClassName
{
color: #C2DB9D;
}
</style>
background-color css
<style>
a { background-color: #C2DB9D; }
a { background-color: rgb(194,219,157); }
div.DivClassName
{
background-color: #C2DB9D;
}
.BgClassName
{
background-color: #C2DB9D;
}
</style>
border-color css
<style>
span { border-color: #C2DB9D; }
span { border-color: rgb(194,219,157); }
td.TdClassName
{
border-color: #C2DB9D;
}
.TagClassName
{
border-color: #C2DB9D;
}
</style>