Shades of Pixie Green #C0DE98
Tints of Pixie Green #C0DE98
RGB
CMYK
RGB Variations
Color information
#C0DE98 (or 0xC0DE98) is known color: Pixie Green. HEX triplet: C0, DE and 98. RGB value is (192,222,152). Sum of RGB (Red+Green+Blue) = 192+222+152=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 152 (59.77% from 255 or 26.86% from 566); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DE98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DE98 is #3F2167. Grayscale: #CDCDCD. Windows color (decimal): -4137320 or 10018496. OLE color: 10018496.
HSL color Cylindrical-coordinate representation of color #C0DE98: hue angle of 85.71º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0DE98 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 222 | 152 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.13 |
| HSL | 85.71º | 0.51% | 0.73% | - |
| HSV(B) | 85.71º | 0.32% | 0.87% | - |
| XYZ | 53.53 | 65.72 | 39.57 | - |
| YUV | 205.05 | 98.06 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 222 | 152 | 0.14 | 0 | 0.32 | 0.13 | 85.71 | 0.51 | 0.73 |
| Hex | C0 | DE | 98 | E | 0 | 20 | D | 56 | 33 | 49 |
| Octal | 300 | 336 | 230 | 16 | 0 | 40 | 15 | 126 | 63 | 111 |
| Binary | 11000000 | 11011110 | 10011000 | 1110 | 0 | 100000 | 1101 | 1010110 | 110011 | 1001001 |
Color Harmonies of #C0DE98
Complementary color
Monochromatic Colors of #C0DE98
Black with #C0DE98
Text Example
Text Example
White with #C0DE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DE98; }
p { color: rgb(192,222,152); }
H1.HeaderClassName
{
color: #C0DE98;
}
.AnyTagClassName
{
color: #C0DE98;
}
</style>
background-color css
<style>
a { background-color: #C0DE98; }
a { background-color: rgb(192,222,152); }
div.DivClassName
{
background-color: #C0DE98;
}
.BgClassName
{
background-color: #C0DE98;
}
</style>
border-color css
<style>
span { border-color: #C0DE98; }
span { border-color: rgb(192,222,152); }
td.TdClassName
{
border-color: #C0DE98;
}
.TagClassName
{
border-color: #C0DE98;
}
</style>