Shades of Pixie Green #C5DBAA
Tints of Pixie Green #C5DBAA
RGB
CMYK
RGB Variations
Color information
#C5DBAA (or 0xC5DBAA) is known color: Pixie Green. HEX triplet: C5, DB and AA. RGB value is (197,219,170). Sum of RGB (Red+Green+Blue) = 197+219+170=586 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.62% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 170 (66.80% from 255 or 29.01% from 586); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DBAA is #3A2455. Grayscale: #CFCFCF. Windows color (decimal): -3810390 or 11197381. OLE color: 11197381.
HSL color Cylindrical-coordinate representation of color #C5DBAA: hue angle of 86.94º 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 #C5DBAA is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 219 | 170 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.14 |
| HSL | 86.94º | 0.4% | 0.76% | - |
| HSV(B) | 86.94º | 0.22% | 0.86% | - |
| XYZ | 55.61 | 65.44 | 47.73 | - |
| YUV | 206.84 | 107.21 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 170 | 0.10 | 0 | 0.22 | 0.14 | 86.94 | 0.4 | 0.76 |
| Hex | C5 | DB | AA | A | 0 | 16 | E | 57 | 28 | 4C |
| Octal | 305 | 333 | 252 | 12 | 0 | 26 | 16 | 127 | 50 | 114 |
| Binary | 11000101 | 11011011 | 10101010 | 1010 | 0 | 10110 | 1110 | 1010111 | 101000 | 1001100 |
Color Harmonies of #C5DBAA
Complementary color
Monochromatic Colors of #C5DBAA
Black with #C5DBAA
Text Example
Text Example
White with #C5DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DBAA; }
p { color: rgb(197,219,170); }
H1.HeaderClassName
{
color: #C5DBAA;
}
.AnyTagClassName
{
color: #C5DBAA;
}
</style>
background-color css
<style>
a { background-color: #C5DBAA; }
a { background-color: rgb(197,219,170); }
div.DivClassName
{
background-color: #C5DBAA;
}
.BgClassName
{
background-color: #C5DBAA;
}
</style>
border-color css
<style>
span { border-color: #C5DBAA; }
span { border-color: rgb(197,219,170); }
td.TdClassName
{
border-color: #C5DBAA;
}
.TagClassName
{
border-color: #C5DBAA;
}
</style>