Shades of Pixie Green #C2DD99
Tints of Pixie Green #C2DD99
RGB
CMYK
RGB Variations
Color information
#C2DD99 (or 0xC2DD99) is known color: Pixie Green. HEX triplet: C2, DD and 99. RGB value is (194,221,153). Sum of RGB (Red+Green+Blue) = 194+221+153=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 153 (60.16% from 255 or 26.94% from 568); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DD99 is #3D2266. Grayscale: #CDCDCD. Windows color (decimal): -4006503 or 10083778. OLE color: 10083778.
HSL color Cylindrical-coordinate representation of color #C2DD99: hue angle of 83.82º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2DD99 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 221 | 153 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.13 |
| HSL | 83.82º | 0.5% | 0.73% | - |
| HSV(B) | 83.82º | 0.31% | 0.87% | - |
| XYZ | 53.85 | 65.48 | 39.94 | - |
| YUV | 205.18 | 98.55 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 221 | 153 | 0.12 | 0 | 0.31 | 0.13 | 83.82 | 0.5 | 0.73 |
| Hex | C2 | DD | 99 | C | 0 | 1F | D | 54 | 32 | 49 |
| Octal | 302 | 335 | 231 | 14 | 0 | 37 | 15 | 124 | 62 | 111 |
| Binary | 11000010 | 11011101 | 10011001 | 1100 | 0 | 11111 | 1101 | 1010100 | 110010 | 1001001 |
Color Harmonies of #C2DD99
Complementary color
Monochromatic Colors of #C2DD99
Black with #C2DD99
Text Example
Text Example
White with #C2DD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DD99; }
p { color: rgb(194,221,153); }
H1.HeaderClassName
{
color: #C2DD99;
}
.AnyTagClassName
{
color: #C2DD99;
}
</style>
background-color css
<style>
a { background-color: #C2DD99; }
a { background-color: rgb(194,221,153); }
div.DivClassName
{
background-color: #C2DD99;
}
.BgClassName
{
background-color: #C2DD99;
}
</style>
border-color css
<style>
span { border-color: #C2DD99; }
span { border-color: rgb(194,221,153); }
td.TdClassName
{
border-color: #C2DD99;
}
.TagClassName
{
border-color: #C2DD99;
}
</style>