Shades of Pixie Green #C1DDAA
Tints of Pixie Green #C1DDAA
RGB
CMYK
RGB Variations
Color information
#C1DDAA (or 0xC1DDAA) is known color: Pixie Green. HEX triplet: C1, DD and AA. RGB value is (193,221,170). Sum of RGB (Red+Green+Blue) = 193+221+170=584 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.05% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DDAA is #3E2255. Grayscale: #CECECE. Windows color (decimal): -4072022 or 11197889. OLE color: 11197889.
HSL color Cylindrical-coordinate representation of color #C1DDAA: hue angle of 92.94º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1DDAA is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 221 | 170 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.13 |
| HSL | 92.94º | 0.43% | 0.77% | - |
| HSV(B) | 92.94º | 0.23% | 0.87% | - |
| XYZ | 55.1 | 65.95 | 47.86 | - |
| YUV | 206.81 | 107.22 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 221 | 170 | 0.13 | 0 | 0.23 | 0.13 | 92.94 | 0.43 | 0.77 |
| Hex | C1 | DD | AA | D | 0 | 17 | D | 5D | 2B | 4D |
| Octal | 301 | 335 | 252 | 15 | 0 | 27 | 15 | 135 | 53 | 115 |
| Binary | 11000001 | 11011101 | 10101010 | 1101 | 0 | 10111 | 1101 | 1011101 | 101011 | 1001101 |
Color Harmonies of #C1DDAA
Complementary color
Monochromatic Colors of #C1DDAA
Black with #C1DDAA
Text Example
Text Example
White with #C1DDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DDAA; }
p { color: rgb(193,221,170); }
H1.HeaderClassName
{
color: #C1DDAA;
}
.AnyTagClassName
{
color: #C1DDAA;
}
</style>
background-color css
<style>
a { background-color: #C1DDAA; }
a { background-color: rgb(193,221,170); }
div.DivClassName
{
background-color: #C1DDAA;
}
.BgClassName
{
background-color: #C1DDAA;
}
</style>
border-color css
<style>
span { border-color: #C1DDAA; }
span { border-color: rgb(193,221,170); }
td.TdClassName
{
border-color: #C1DDAA;
}
.TagClassName
{
border-color: #C1DDAA;
}
</style>