Shades of Pixie Green #C3D8A8
Tints of Pixie Green #C3D8A8
RGB
CMYK
RGB Variations
Color information
#C3D8A8 (or 0xC3D8A8) is known color: Pixie Green. HEX triplet: C3, D8 and A8. RGB value is (195,216,168). Sum of RGB (Red+Green+Blue) = 195+216+168=579 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.68% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 168 (66.02% from 255 or 29.02% from 579); Max value from RGB is 216 - color contains mainly: green. Hex color #C3D8A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3D8A8 is #3C2757. Grayscale: #CCCCCC. Windows color (decimal): -3942232 or 11065539. OLE color: 11065539.
HSL color Cylindrical-coordinate representation of color #C3D8A8: hue angle of 86.25º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3D8A8 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 216 | 168 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.15 |
| HSL | 86.25º | 0.38% | 0.75% | - |
| HSV(B) | 86.25º | 0.22% | 0.85% | - |
| XYZ | 54.13 | 63.54 | 46.46 | - |
| YUV | 204.25 | 107.54 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 216 | 168 | 0.10 | 0 | 0.22 | 0.15 | 86.25 | 0.38 | 0.75 |
| Hex | C3 | D8 | A8 | A | 0 | 16 | F | 56 | 26 | 4B |
| Octal | 303 | 330 | 250 | 12 | 0 | 26 | 17 | 126 | 46 | 113 |
| Binary | 11000011 | 11011000 | 10101000 | 1010 | 0 | 10110 | 1111 | 1010110 | 100110 | 1001011 |
Color Harmonies of #C3D8A8
Complementary color
Monochromatic Colors of #C3D8A8
Black with #C3D8A8
Text Example
Text Example
White with #C3D8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D8A8; }
p { color: rgb(195,216,168); }
H1.HeaderClassName
{
color: #C3D8A8;
}
.AnyTagClassName
{
color: #C3D8A8;
}
</style>
background-color css
<style>
a { background-color: #C3D8A8; }
a { background-color: rgb(195,216,168); }
div.DivClassName
{
background-color: #C3D8A8;
}
.BgClassName
{
background-color: #C3D8A8;
}
</style>
border-color css
<style>
span { border-color: #C3D8A8; }
span { border-color: rgb(195,216,168); }
td.TdClassName
{
border-color: #C3D8A8;
}
.TagClassName
{
border-color: #C3D8A8;
}
</style>