Shades of Pixie Green #C0DF9E
Tints of Pixie Green #C0DF9E
RGB
CMYK
RGB Variations
Color information
#C0DF9E (or 0xC0DF9E) is known color: Pixie Green. HEX triplet: C0, DF and 9E. RGB value is (192,223,158). Sum of RGB (Red+Green+Blue) = 192+223+158=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 158 (62.11% from 255 or 27.57% from 573); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DF9E is #3F2061. Grayscale: #CECECE. Windows color (decimal): -4137058 or 10411968. OLE color: 10411968.
HSL color Cylindrical-coordinate representation of color #C0DF9E: hue angle of 88.62º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0DF9E is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 158 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.13 |
| HSL | 88.62º | 0.5% | 0.75% | - |
| HSV(B) | 88.62º | 0.29% | 0.87% | - |
| XYZ | 54.3 | 66.45 | 42.31 | - |
| YUV | 206.32 | 100.73 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 158 | 0.14 | 0 | 0.29 | 0.13 | 88.62 | 0.5 | 0.75 |
| Hex | C0 | DF | 9E | E | 0 | 1D | D | 59 | 32 | 4B |
| Octal | 300 | 337 | 236 | 16 | 0 | 35 | 15 | 131 | 62 | 113 |
| Binary | 11000000 | 11011111 | 10011110 | 1110 | 0 | 11101 | 1101 | 1011001 | 110010 | 1001011 |
Color Harmonies of #C0DF9E
Complementary color
Monochromatic Colors of #C0DF9E
Black with #C0DF9E
Text Example
Text Example
White with #C0DF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DF9E; }
p { color: rgb(192,223,158); }
H1.HeaderClassName
{
color: #C0DF9E;
}
.AnyTagClassName
{
color: #C0DF9E;
}
</style>
background-color css
<style>
a { background-color: #C0DF9E; }
a { background-color: rgb(192,223,158); }
div.DivClassName
{
background-color: #C0DF9E;
}
.BgClassName
{
background-color: #C0DF9E;
}
</style>
border-color css
<style>
span { border-color: #C0DF9E; }
span { border-color: rgb(192,223,158); }
td.TdClassName
{
border-color: #C0DF9E;
}
.TagClassName
{
border-color: #C0DF9E;
}
</style>