Shades of Pixie Green #C5DBA0
Tints of Pixie Green #C5DBA0
RGB
CMYK
RGB Variations
Color information
#C5DBA0 (or 0xC5DBA0) is known color: Pixie Green. HEX triplet: C5, DB and A0. RGB value is (197,219,160). Sum of RGB (Red+Green+Blue) = 197+219+160=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 160 (62.89% from 255 or 27.78% from 576); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DBA0 is #3A245F. Grayscale: #CDCDCD. Windows color (decimal): -3810400 or 10542021. OLE color: 10542021.
HSL color Cylindrical-coordinate representation of color #C5DBA0: hue angle of 82.37º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5DBA0 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 219 | 160 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.14 |
| HSL | 82.37º | 0.45% | 0.74% | - |
| HSV(B) | 82.37º | 0.27% | 0.86% | - |
| XYZ | 54.7 | 65.07 | 42.93 | - |
| YUV | 205.7 | 102.21 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 160 | 0.10 | 0 | 0.27 | 0.14 | 82.37 | 0.45 | 0.74 |
| Hex | C5 | DB | A0 | A | 0 | 1B | E | 52 | 2D | 4A |
| Octal | 305 | 333 | 240 | 12 | 0 | 33 | 16 | 122 | 55 | 112 |
| Binary | 11000101 | 11011011 | 10100000 | 1010 | 0 | 11011 | 1110 | 1010010 | 101101 | 1001010 |
Color Harmonies of #C5DBA0
Complementary color
Monochromatic Colors of #C5DBA0
Black with #C5DBA0
Text Example
Text Example
White with #C5DBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DBA0; }
p { color: rgb(197,219,160); }
H1.HeaderClassName
{
color: #C5DBA0;
}
.AnyTagClassName
{
color: #C5DBA0;
}
</style>
background-color css
<style>
a { background-color: #C5DBA0; }
a { background-color: rgb(197,219,160); }
div.DivClassName
{
background-color: #C5DBA0;
}
.BgClassName
{
background-color: #C5DBA0;
}
</style>
border-color css
<style>
span { border-color: #C5DBA0; }
span { border-color: rgb(197,219,160); }
td.TdClassName
{
border-color: #C5DBA0;
}
.TagClassName
{
border-color: #C5DBA0;
}
</style>