Shades of Pixie Green #C0DBA5
Tints of Pixie Green #C0DBA5
RGB
CMYK
RGB Variations
Color information
#C0DBA5 (or 0xC0DBA5) is known color: Pixie Green. HEX triplet: C0, DB and A5. RGB value is (192,219,165). Sum of RGB (Red+Green+Blue) = 192+219+165=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 165 (64.84% from 255 or 28.65% from 576); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DBA5 is #3F245A. Grayscale: #CCCCCC. Windows color (decimal): -4138075 or 10869696. OLE color: 10869696.
HSL color Cylindrical-coordinate representation of color #C0DBA5: hue angle of 90º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0DBA5 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 219 | 165 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.14 |
| HSL | 90º | 0.43% | 0.75% | - |
| HSV(B) | 90º | 0.25% | 0.86% | - |
| XYZ | 53.86 | 64.59 | 45.22 | - |
| YUV | 204.77 | 105.55 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 219 | 165 | 0.12 | 0 | 0.25 | 0.14 | 90 | 0.43 | 0.75 |
| Hex | C0 | DB | A5 | C | 0 | 19 | E | 5A | 2B | 4B |
| Octal | 300 | 333 | 245 | 14 | 0 | 31 | 16 | 132 | 53 | 113 |
| Binary | 11000000 | 11011011 | 10100101 | 1100 | 0 | 11001 | 1110 | 1011010 | 101011 | 1001011 |
Color Harmonies of #C0DBA5
Complementary color
Monochromatic Colors of #C0DBA5
Black with #C0DBA5
Text Example
Text Example
White with #C0DBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DBA5; }
p { color: rgb(192,219,165); }
H1.HeaderClassName
{
color: #C0DBA5;
}
.AnyTagClassName
{
color: #C0DBA5;
}
</style>
background-color css
<style>
a { background-color: #C0DBA5; }
a { background-color: rgb(192,219,165); }
div.DivClassName
{
background-color: #C0DBA5;
}
.BgClassName
{
background-color: #C0DBA5;
}
</style>
border-color css
<style>
span { border-color: #C0DBA5; }
span { border-color: rgb(192,219,165); }
td.TdClassName
{
border-color: #C0DBA5;
}
.TagClassName
{
border-color: #C0DBA5;
}
</style>