Shades of Pixie Green #C0DBA7
Tints of Pixie Green #C0DBA7
RGB
CMYK
RGB Variations
Color information
#C0DBA7 (or 0xC0DBA7) is known color: Pixie Green. HEX triplet: C0, DB and A7. RGB value is (192,219,167). Sum of RGB (Red+Green+Blue) = 192+219+167=578 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.22% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 167 (65.62% from 255 or 28.89% from 578); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DBA7 is #3F2458. Grayscale: #CDCDCD. Windows color (decimal): -4138073 or 11000768. OLE color: 11000768.
HSL color Cylindrical-coordinate representation of color #C0DBA7: hue angle of 91.15º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0DBA7 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 219 | 167 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.14 |
| HSL | 91.15º | 0.42% | 0.76% | - |
| HSV(B) | 91.15º | 0.24% | 0.86% | - |
| XYZ | 54.04 | 64.66 | 46.19 | - |
| YUV | 205 | 106.55 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 219 | 167 | 0.12 | 0 | 0.24 | 0.14 | 91.15 | 0.42 | 0.76 |
| Hex | C0 | DB | A7 | C | 0 | 18 | E | 5B | 2A | 4C |
| Octal | 300 | 333 | 247 | 14 | 0 | 30 | 16 | 133 | 52 | 114 |
| Binary | 11000000 | 11011011 | 10100111 | 1100 | 0 | 11000 | 1110 | 1011011 | 101010 | 1001100 |
Color Harmonies of #C0DBA7
Complementary color
Monochromatic Colors of #C0DBA7
Black with #C0DBA7
Text Example
Text Example
White with #C0DBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DBA7; }
p { color: rgb(192,219,167); }
H1.HeaderClassName
{
color: #C0DBA7;
}
.AnyTagClassName
{
color: #C0DBA7;
}
</style>
background-color css
<style>
a { background-color: #C0DBA7; }
a { background-color: rgb(192,219,167); }
div.DivClassName
{
background-color: #C0DBA7;
}
.BgClassName
{
background-color: #C0DBA7;
}
</style>
border-color css
<style>
span { border-color: #C0DBA7; }
span { border-color: rgb(192,219,167); }
td.TdClassName
{
border-color: #C0DBA7;
}
.TagClassName
{
border-color: #C0DBA7;
}
</style>