Shades of Pixie Green #C0DF9B
Tints of Pixie Green #C0DF9B
RGB
CMYK
RGB Variations
Color information
#C0DF9B (or 0xC0DF9B) is known color: Pixie Green. HEX triplet: C0, DF and 9B. RGB value is (192,223,155). Sum of RGB (Red+Green+Blue) = 192+223+155=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 155 (60.94% from 255 or 27.19% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DF9B is #3F2064. Grayscale: #CECECE. Windows color (decimal): -4137061 or 10215360. OLE color: 10215360.
HSL color Cylindrical-coordinate representation of color #C0DF9B: hue angle of 87.35º degrees, saturation: 0.52, 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 #C0DF9B is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 155 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.13 |
| HSL | 87.35º | 0.52% | 0.74% | - |
| HSV(B) | 87.35º | 0.3% | 0.87% | - |
| XYZ | 54.04 | 66.35 | 40.97 | - |
| YUV | 205.98 | 99.23 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 155 | 0.14 | 0 | 0.30 | 0.13 | 87.35 | 0.52 | 0.74 |
| Hex | C0 | DF | 9B | E | 0 | 1E | D | 57 | 34 | 4A |
| Octal | 300 | 337 | 233 | 16 | 0 | 36 | 15 | 127 | 64 | 112 |
| Binary | 11000000 | 11011111 | 10011011 | 1110 | 0 | 11110 | 1101 | 1010111 | 110100 | 1001010 |
Color Harmonies of #C0DF9B
Complementary color
Monochromatic Colors of #C0DF9B
Black with #C0DF9B
Text Example
Text Example
White with #C0DF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DF9B; }
p { color: rgb(192,223,155); }
H1.HeaderClassName
{
color: #C0DF9B;
}
.AnyTagClassName
{
color: #C0DF9B;
}
</style>
background-color css
<style>
a { background-color: #C0DF9B; }
a { background-color: rgb(192,223,155); }
div.DivClassName
{
background-color: #C0DF9B;
}
.BgClassName
{
background-color: #C0DF9B;
}
</style>
border-color css
<style>
span { border-color: #C0DF9B; }
span { border-color: rgb(192,223,155); }
td.TdClassName
{
border-color: #C0DF9B;
}
.TagClassName
{
border-color: #C0DF9B;
}
</style>