Shades of Pixie Green #C1DBAB
Tints of Pixie Green #C1DBAB
RGB
CMYK
RGB Variations
Color information
#C1DBAB (or 0xC1DBAB) is known color: Pixie Green. HEX triplet: C1, DB and AB. RGB value is (193,219,171). Sum of RGB (Red+Green+Blue) = 193+219+171=583 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.10% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 171 (67.19% from 255 or 29.33% from 583); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DBAB is #3E2454. Grayscale: #CDCDCD. Windows color (decimal): -4072533 or 11262913. OLE color: 11262913.
HSL color Cylindrical-coordinate representation of color #C1DBAB: hue angle of 92.5º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1DBAB is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 219 | 171 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.14 |
| HSL | 92.5º | 0.4% | 0.76% | - |
| HSV(B) | 92.5º | 0.22% | 0.86% | - |
| XYZ | 54.67 | 64.94 | 48.18 | - |
| YUV | 205.75 | 108.39 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 219 | 171 | 0.12 | 0 | 0.22 | 0.14 | 92.5 | 0.4 | 0.76 |
| Hex | C1 | DB | AB | C | 0 | 16 | E | 5C | 28 | 4C |
| Octal | 301 | 333 | 253 | 14 | 0 | 26 | 16 | 134 | 50 | 114 |
| Binary | 11000001 | 11011011 | 10101011 | 1100 | 0 | 10110 | 1110 | 1011100 | 101000 | 1001100 |
Color Harmonies of #C1DBAB
Complementary color
Monochromatic Colors of #C1DBAB
Black with #C1DBAB
Text Example
Text Example
White with #C1DBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DBAB; }
p { color: rgb(193,219,171); }
H1.HeaderClassName
{
color: #C1DBAB;
}
.AnyTagClassName
{
color: #C1DBAB;
}
</style>
background-color css
<style>
a { background-color: #C1DBAB; }
a { background-color: rgb(193,219,171); }
div.DivClassName
{
background-color: #C1DBAB;
}
.BgClassName
{
background-color: #C1DBAB;
}
</style>
border-color css
<style>
span { border-color: #C1DBAB; }
span { border-color: rgb(193,219,171); }
td.TdClassName
{
border-color: #C1DBAB;
}
.TagClassName
{
border-color: #C1DBAB;
}
</style>