Shades of Pixie Green #C2D99E
Tints of Pixie Green #C2D99E
RGB
CMYK
RGB Variations
Color information
#C2D99E (or 0xC2D99E) is known color: Pixie Green. HEX triplet: C2, D9 and 9E. RGB value is (194,217,158). Sum of RGB (Red+Green+Blue) = 194+217+158=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 158 (62.11% from 255 or 27.77% from 569); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D99E is #3D2661. Grayscale: #CBCBCB. Windows color (decimal): -4007522 or 10410434. OLE color: 10410434.
HSL color Cylindrical-coordinate representation of color #C2D99E: hue angle of 83.39º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2D99E is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 217 | 158 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.15 |
| HSL | 83.39º | 0.44% | 0.74% | - |
| HSV(B) | 83.39º | 0.27% | 0.85% | - |
| XYZ | 53.23 | 63.56 | 41.81 | - |
| YUV | 203.4 | 102.38 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 217 | 158 | 0.11 | 0 | 0.27 | 0.15 | 83.39 | 0.44 | 0.74 |
| Hex | C2 | D9 | 9E | B | 0 | 1B | F | 53 | 2C | 4A |
| Octal | 302 | 331 | 236 | 13 | 0 | 33 | 17 | 123 | 54 | 112 |
| Binary | 11000010 | 11011001 | 10011110 | 1011 | 0 | 11011 | 1111 | 1010011 | 101100 | 1001010 |
Color Harmonies of #C2D99E
Complementary color
Monochromatic Colors of #C2D99E
Black with #C2D99E
Text Example
Text Example
White with #C2D99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D99E; }
p { color: rgb(194,217,158); }
H1.HeaderClassName
{
color: #C2D99E;
}
.AnyTagClassName
{
color: #C2D99E;
}
</style>
background-color css
<style>
a { background-color: #C2D99E; }
a { background-color: rgb(194,217,158); }
div.DivClassName
{
background-color: #C2D99E;
}
.BgClassName
{
background-color: #C2D99E;
}
</style>
border-color css
<style>
span { border-color: #C2D99E; }
span { border-color: rgb(194,217,158); }
td.TdClassName
{
border-color: #C2D99E;
}
.TagClassName
{
border-color: #C2D99E;
}
</style>