Shades of Pixie Green #C2D8AB
Tints of Pixie Green #C2D8AB
RGB
CMYK
RGB Variations
Color information
#C2D8AB (or 0xC2D8AB) is known color: Pixie Green. HEX triplet: C2, D8 and AB. RGB value is (194,216,171). Sum of RGB (Red+Green+Blue) = 194+216+171=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 171 (67.19% from 255 or 29.43% from 581); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D8AB is #3D2754. Grayscale: #CCCCCC. Windows color (decimal): -4007765 or 11262146. OLE color: 11262146.
HSL color Cylindrical-coordinate representation of color #C2D8AB: hue angle of 89.33º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2D8AB is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 216 | 171 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.15 |
| HSL | 89.33º | 0.37% | 0.76% | - |
| HSV(B) | 89.33º | 0.21% | 0.85% | - |
| XYZ | 54.15 | 63.52 | 47.93 | - |
| YUV | 204.29 | 109.21 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 216 | 171 | 0.10 | 0 | 0.21 | 0.15 | 89.33 | 0.37 | 0.76 |
| Hex | C2 | D8 | AB | A | 0 | 15 | F | 59 | 25 | 4C |
| Octal | 302 | 330 | 253 | 12 | 0 | 25 | 17 | 131 | 45 | 114 |
| Binary | 11000010 | 11011000 | 10101011 | 1010 | 0 | 10101 | 1111 | 1011001 | 100101 | 1001100 |
Color Harmonies of #C2D8AB
Complementary color
Monochromatic Colors of #C2D8AB
Black with #C2D8AB
Text Example
Text Example
White with #C2D8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D8AB; }
p { color: rgb(194,216,171); }
H1.HeaderClassName
{
color: #C2D8AB;
}
.AnyTagClassName
{
color: #C2D8AB;
}
</style>
background-color css
<style>
a { background-color: #C2D8AB; }
a { background-color: rgb(194,216,171); }
div.DivClassName
{
background-color: #C2D8AB;
}
.BgClassName
{
background-color: #C2D8AB;
}
</style>
border-color css
<style>
span { border-color: #C2D8AB; }
span { border-color: rgb(194,216,171); }
td.TdClassName
{
border-color: #C2D8AB;
}
.TagClassName
{
border-color: #C2D8AB;
}
</style>