Shades of Pixie Green #C2D7A8
Tints of Pixie Green #C2D7A8
RGB
CMYK
RGB Variations
Color information
#C2D7A8 (or 0xC2D7A8) is known color: Pixie Green. HEX triplet: C2, D7 and A8. RGB value is (194,215,168). Sum of RGB (Red+Green+Blue) = 194+215+168=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 215 (84.38% from 255 or 37.26% from 577); Blue value is 168 (66.02% from 255 or 29.12% from 577); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D7A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D7A8 is #3D2857. Grayscale: #CBCBCB. Windows color (decimal): -4008024 or 11065282. OLE color: 11065282.
HSL color Cylindrical-coordinate representation of color #C2D7A8: hue angle of 86.81º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2D7A8 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
RGB | 194 | 215 | 168 | - |
CMYK | 0.10 | 0 | 0.22 | 0.16 |
HSL | 86.81º | 0.37% | 0.75% | - |
HSV(B) | 86.81º | 0.22% | 0.84% | - |
XYZ | 53.62 | 62.9 | 46.36 | - |
YUV | 203.36 | 108.04 | 121.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 215 | 168 | 0.10 | 0 | 0.22 | 0.16 | 86.81 | 0.37 | 0.75 |
Hex | C2 | D7 | A8 | A | 0 | 16 | 10 | 57 | 25 | 4B |
Octal | 302 | 327 | 250 | 12 | 0 | 26 | 20 | 127 | 45 | 113 |
Binary | 11000010 | 11010111 | 10101000 | 1010 | 0 | 10110 | 10000 | 1010111 | 100101 | 1001011 |
Color Harmonies of #C2D7A8
Complementary color
Monochromatic Colors of #C2D7A8
Black with #C2D7A8
Text Example
Text Example
White with #C2D7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D7A8; }
p { color: rgb(194,215,168); }
H1.HeaderClassName
{
color: #C2D7A8;
}
.AnyTagClassName
{
color: #C2D7A8;
}
</style>
background-color css
<style>
a { background-color: #C2D7A8; }
a { background-color: rgb(194,215,168); }
div.DivClassName
{
background-color: #C2D7A8;
}
.BgClassName
{
background-color: #C2D7A8;
}
</style>
border-color css
<style>
span { border-color: #C2D7A8; }
span { border-color: rgb(194,215,168); }
td.TdClassName
{
border-color: #C2D7A8;
}
.TagClassName
{
border-color: #C2D7A8;
}
</style>