Shades of Pixie Green #C2D3AD
Tints of Pixie Green #C2D3AD
RGB
CMYK
RGB Variations
Color information
#C2D3AD (or 0xC2D3AD) is known color: Pixie Green. HEX triplet: C2, D3 and AD. RGB value is (194,211,173). Sum of RGB (Red+Green+Blue) = 194+211+173=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 211 (82.81% from 255 or 36.51% from 578); Blue value is 173 (67.97% from 255 or 29.93% from 578); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D3AD is #3D2C52. Grayscale: #C9C9C9. Windows color (decimal): -4009043 or 11391938. OLE color: 11391938.
HSL color Cylindrical-coordinate representation of color #C2D3AD: hue angle of 86.84º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2D3AD is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 211 | 173 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.17 |
| HSL | 86.84º | 0.3% | 0.75% | - |
| HSV(B) | 86.84º | 0.18% | 0.83% | - |
| XYZ | 53.09 | 61.07 | 48.53 | - |
| YUV | 201.59 | 111.87 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 211 | 173 | 0.08 | 0 | 0.18 | 0.17 | 86.84 | 0.3 | 0.75 |
| Hex | C2 | D3 | AD | 8 | 0 | 12 | 11 | 57 | 1E | 4B |
| Octal | 302 | 323 | 255 | 10 | 0 | 22 | 21 | 127 | 36 | 113 |
| Binary | 11000010 | 11010011 | 10101101 | 1000 | 0 | 10010 | 10001 | 1010111 | 11110 | 1001011 |
Color Harmonies of #C2D3AD
Complementary color
Monochromatic Colors of #C2D3AD
Black with #C2D3AD
Text Example
Text Example
White with #C2D3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D3AD; }
p { color: rgb(194,211,173); }
H1.HeaderClassName
{
color: #C2D3AD;
}
.AnyTagClassName
{
color: #C2D3AD;
}
</style>
background-color css
<style>
a { background-color: #C2D3AD; }
a { background-color: rgb(194,211,173); }
div.DivClassName
{
background-color: #C2D3AD;
}
.BgClassName
{
background-color: #C2D3AD;
}
</style>
border-color css
<style>
span { border-color: #C2D3AD; }
span { border-color: rgb(194,211,173); }
td.TdClassName
{
border-color: #C2D3AD;
}
.TagClassName
{
border-color: #C2D3AD;
}
</style>