Shades of Pixie Green #C0DBAB
Tints of Pixie Green #C0DBAB
RGB
CMYK
RGB Variations
Color information
#C0DBAB (or 0xC0DBAB) is known color: Pixie Green. HEX triplet: C0, DB and AB. RGB value is (192,219,171). Sum of RGB (Red+Green+Blue) = 192+219+171=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 171 (67.19% from 255 or 29.38% from 582); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DBAB is #3F2454. Grayscale: #CDCDCD. Windows color (decimal): -4138069 or 11262912. OLE color: 11262912.
HSL color Cylindrical-coordinate representation of color #C0DBAB: hue angle of 93.75º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0DBAB is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 219 | 171 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.14 |
| HSL | 93.75º | 0.4% | 0.76% | - |
| HSV(B) | 93.75º | 0.22% | 0.86% | - |
| XYZ | 54.42 | 64.81 | 48.17 | - |
| YUV | 205.46 | 108.55 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 219 | 171 | 0.12 | 0 | 0.22 | 0.14 | 93.75 | 0.4 | 0.76 |
| Hex | C0 | DB | AB | C | 0 | 16 | E | 5E | 28 | 4C |
| Octal | 300 | 333 | 253 | 14 | 0 | 26 | 16 | 136 | 50 | 114 |
| Binary | 11000000 | 11011011 | 10101011 | 1100 | 0 | 10110 | 1110 | 1011110 | 101000 | 1001100 |
Color Harmonies of #C0DBAB
Complementary color
Monochromatic Colors of #C0DBAB
Black with #C0DBAB
Text Example
Text Example
White with #C0DBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DBAB; }
p { color: rgb(192,219,171); }
H1.HeaderClassName
{
color: #C0DBAB;
}
.AnyTagClassName
{
color: #C0DBAB;
}
</style>
background-color css
<style>
a { background-color: #C0DBAB; }
a { background-color: rgb(192,219,171); }
div.DivClassName
{
background-color: #C0DBAB;
}
.BgClassName
{
background-color: #C0DBAB;
}
</style>
border-color css
<style>
span { border-color: #C0DBAB; }
span { border-color: rgb(192,219,171); }
td.TdClassName
{
border-color: #C0DBAB;
}
.TagClassName
{
border-color: #C0DBAB;
}
</style>