Shades of Pixie Green #C1DB9B
Tints of Pixie Green #C1DB9B
RGB
CMYK
RGB Variations
Color information
#C1DB9B (or 0xC1DB9B) is known color: Pixie Green. HEX triplet: C1, DB and 9B. RGB value is (193,219,155). Sum of RGB (Red+Green+Blue) = 193+219+155=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 155 (60.94% from 255 or 27.34% from 567); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DB9B is #3E2464. Grayscale: #CCCCCC. Windows color (decimal): -4072549 or 10214337. OLE color: 10214337.
HSL color Cylindrical-coordinate representation of color #C1DB9B: hue angle of 84.38º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C1DB9B is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 219 | 155 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.14 |
| HSL | 84.38º | 0.47% | 0.73% | - |
| HSV(B) | 84.38º | 0.29% | 0.86% | - |
| XYZ | 53.24 | 64.37 | 40.63 | - |
| YUV | 203.93 | 100.39 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 219 | 155 | 0.12 | 0 | 0.29 | 0.14 | 84.38 | 0.47 | 0.73 |
| Hex | C1 | DB | 9B | C | 0 | 1D | E | 54 | 2F | 49 |
| Octal | 301 | 333 | 233 | 14 | 0 | 35 | 16 | 124 | 57 | 111 |
| Binary | 11000001 | 11011011 | 10011011 | 1100 | 0 | 11101 | 1110 | 1010100 | 101111 | 1001001 |
Color Harmonies of #C1DB9B
Complementary color
Monochromatic Colors of #C1DB9B
Black with #C1DB9B
Text Example
Text Example
White with #C1DB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DB9B; }
p { color: rgb(193,219,155); }
H1.HeaderClassName
{
color: #C1DB9B;
}
.AnyTagClassName
{
color: #C1DB9B;
}
</style>
background-color css
<style>
a { background-color: #C1DB9B; }
a { background-color: rgb(193,219,155); }
div.DivClassName
{
background-color: #C1DB9B;
}
.BgClassName
{
background-color: #C1DB9B;
}
</style>
border-color css
<style>
span { border-color: #C1DB9B; }
span { border-color: rgb(193,219,155); }
td.TdClassName
{
border-color: #C1DB9B;
}
.TagClassName
{
border-color: #C1DB9B;
}
</style>