Shades of Pixie Green #C0DD9B
Tints of Pixie Green #C0DD9B
RGB
CMYK
RGB Variations
Color information
#C0DD9B (or 0xC0DD9B) is known color: Pixie Green. HEX triplet: C0, DD and 9B. RGB value is (192,221,155). Sum of RGB (Red+Green+Blue) = 192+221+155=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 155 (60.94% from 255 or 27.29% from 568); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DD9B is #3F2264. Grayscale: #CDCDCD. Windows color (decimal): -4137573 or 10214848. OLE color: 10214848.
HSL color Cylindrical-coordinate representation of color #C0DD9B: hue angle of 86.36º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0DD9B is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 155 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.13 |
| HSL | 86.36º | 0.49% | 0.74% | - |
| HSV(B) | 86.36º | 0.3% | 0.87% | - |
| XYZ | 53.51 | 65.29 | 40.79 | - |
| YUV | 204.81 | 99.89 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 155 | 0.13 | 0 | 0.30 | 0.13 | 86.36 | 0.49 | 0.74 |
| Hex | C0 | DD | 9B | D | 0 | 1E | D | 56 | 31 | 4A |
| Octal | 300 | 335 | 233 | 15 | 0 | 36 | 15 | 126 | 61 | 112 |
| Binary | 11000000 | 11011101 | 10011011 | 1101 | 0 | 11110 | 1101 | 1010110 | 110001 | 1001010 |
Color Harmonies of #C0DD9B
Complementary color
Monochromatic Colors of #C0DD9B
Black with #C0DD9B
Text Example
Text Example
White with #C0DD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DD9B; }
p { color: rgb(192,221,155); }
H1.HeaderClassName
{
color: #C0DD9B;
}
.AnyTagClassName
{
color: #C0DD9B;
}
</style>
background-color css
<style>
a { background-color: #C0DD9B; }
a { background-color: rgb(192,221,155); }
div.DivClassName
{
background-color: #C0DD9B;
}
.BgClassName
{
background-color: #C0DD9B;
}
</style>
border-color css
<style>
span { border-color: #C0DD9B; }
span { border-color: rgb(192,221,155); }
td.TdClassName
{
border-color: #C0DD9B;
}
.TagClassName
{
border-color: #C0DD9B;
}
</style>