Shades of Pixie Green #C2D5A2
Tints of Pixie Green #C2D5A2
RGB
CMYK
RGB Variations
Color information
#C2D5A2 (or 0xC2D5A2) is known color: Pixie Green. HEX triplet: C2, D5 and A2. RGB value is (194,213,162). Sum of RGB (Red+Green+Blue) = 194+213+162=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 213 (83.59% from 255 or 37.43% from 569); Blue value is 162 (63.67% from 255 or 28.47% from 569); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D5A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D5A2 is #3D2A5D. Grayscale: #C9C9C9. Windows color (decimal): -4008542 or 10671554. OLE color: 10671554.
HSL color Cylindrical-coordinate representation of color #C2D5A2: hue angle of 82.35º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2D5A2 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 213 | 162 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.16 |
| HSL | 82.35º | 0.38% | 0.74% | - |
| HSV(B) | 82.35º | 0.24% | 0.84% | - |
| XYZ | 52.56 | 61.67 | 43.31 | - |
| YUV | 201.51 | 105.71 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 213 | 162 | 0.09 | 0 | 0.24 | 0.16 | 82.35 | 0.38 | 0.74 |
| Hex | C2 | D5 | A2 | 9 | 0 | 18 | 10 | 52 | 26 | 4A |
| Octal | 302 | 325 | 242 | 11 | 0 | 30 | 20 | 122 | 46 | 112 |
| Binary | 11000010 | 11010101 | 10100010 | 1001 | 0 | 11000 | 10000 | 1010010 | 100110 | 1001010 |
Color Harmonies of #C2D5A2
Complementary color
Monochromatic Colors of #C2D5A2
Black with #C2D5A2
Text Example
Text Example
White with #C2D5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D5A2; }
p { color: rgb(194,213,162); }
H1.HeaderClassName
{
color: #C2D5A2;
}
.AnyTagClassName
{
color: #C2D5A2;
}
</style>
background-color css
<style>
a { background-color: #C2D5A2; }
a { background-color: rgb(194,213,162); }
div.DivClassName
{
background-color: #C2D5A2;
}
.BgClassName
{
background-color: #C2D5A2;
}
</style>
border-color css
<style>
span { border-color: #C2D5A2; }
span { border-color: rgb(194,213,162); }
td.TdClassName
{
border-color: #C2D5A2;
}
.TagClassName
{
border-color: #C2D5A2;
}
</style>