Shades of Pixie Green #C5D6B3
Tints of Pixie Green #C5D6B3
RGB
CMYK
RGB Variations
Color information
#C5D6B3 (or 0xC5D6B3) is known color: Pixie Green. HEX triplet: C5, D6 and B3. RGB value is (197,214,179). Sum of RGB (Red+Green+Blue) = 197+214+179=590 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.39% from 590); Green value is 214 (83.98% from 255 or 36.27% from 590); Blue value is 179 (70.31% from 255 or 30.34% from 590); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D6B3 is #3A294C. Grayscale: #CDCDCD. Windows color (decimal): -3811661 or 11785925. OLE color: 11785925.
HSL color Cylindrical-coordinate representation of color #C5D6B3: hue angle of 89.14º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5D6B3 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 214 | 179 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.16 |
| HSL | 89.14º | 0.3% | 0.77% | - |
| HSV(B) | 89.14º | 0.16% | 0.84% | - |
| XYZ | 55.21 | 63.22 | 51.94 | - |
| YUV | 204.93 | 113.37 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 214 | 179 | 0.08 | 0 | 0.16 | 0.16 | 89.14 | 0.3 | 0.77 |
| Hex | C5 | D6 | B3 | 8 | 0 | 10 | 10 | 59 | 1E | 4D |
| Octal | 305 | 326 | 263 | 10 | 0 | 20 | 20 | 131 | 36 | 115 |
| Binary | 11000101 | 11010110 | 10110011 | 1000 | 0 | 10000 | 10000 | 1011001 | 11110 | 1001101 |
Color Harmonies of #C5D6B3
Complementary color
Monochromatic Colors of #C5D6B3
Black with #C5D6B3
Text Example
Text Example
White with #C5D6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D6B3; }
p { color: rgb(197,214,179); }
H1.HeaderClassName
{
color: #C5D6B3;
}
.AnyTagClassName
{
color: #C5D6B3;
}
</style>
background-color css
<style>
a { background-color: #C5D6B3; }
a { background-color: rgb(197,214,179); }
div.DivClassName
{
background-color: #C5D6B3;
}
.BgClassName
{
background-color: #C5D6B3;
}
</style>
border-color css
<style>
span { border-color: #C5D6B3; }
span { border-color: rgb(197,214,179); }
td.TdClassName
{
border-color: #C5D6B3;
}
.TagClassName
{
border-color: #C5D6B3;
}
</style>