Shades of Pixie Green #C5D8B2
Tints of Pixie Green #C5D8B2
RGB
CMYK
RGB Variations
Color information
#C5D8B2 (or 0xC5D8B2) is known color: Pixie Green. HEX triplet: C5, D8 and B2. RGB value is (197,216,178). Sum of RGB (Red+Green+Blue) = 197+216+178=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 178 (69.92% from 255 or 30.12% from 591); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D8B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D8B2 is #3A274D. Grayscale: #CECECE. Windows color (decimal): -3811150 or 11720901. OLE color: 11720901.
HSL color Cylindrical-coordinate representation of color #C5D8B2: hue angle of 90º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5D8B2 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 216 | 178 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.15 |
| HSL | 90º | 0.33% | 0.77% | - |
| HSV(B) | 90º | 0.18% | 0.85% | - |
| XYZ | 55.62 | 64.2 | 51.58 | - |
| YUV | 205.99 | 112.21 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 216 | 178 | 0.09 | 0 | 0.18 | 0.15 | 90 | 0.33 | 0.77 |
| Hex | C5 | D8 | B2 | 9 | 0 | 12 | F | 5A | 21 | 4D |
| Octal | 305 | 330 | 262 | 11 | 0 | 22 | 17 | 132 | 41 | 115 |
| Binary | 11000101 | 11011000 | 10110010 | 1001 | 0 | 10010 | 1111 | 1011010 | 100001 | 1001101 |
Color Harmonies of #C5D8B2
Complementary color
Monochromatic Colors of #C5D8B2
Black with #C5D8B2
Text Example
Text Example
White with #C5D8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D8B2; }
p { color: rgb(197,216,178); }
H1.HeaderClassName
{
color: #C5D8B2;
}
.AnyTagClassName
{
color: #C5D8B2;
}
</style>
background-color css
<style>
a { background-color: #C5D8B2; }
a { background-color: rgb(197,216,178); }
div.DivClassName
{
background-color: #C5D8B2;
}
.BgClassName
{
background-color: #C5D8B2;
}
</style>
border-color css
<style>
span { border-color: #C5D8B2; }
span { border-color: rgb(197,216,178); }
td.TdClassName
{
border-color: #C5D8B2;
}
.TagClassName
{
border-color: #C5D8B2;
}
</style>