Shades of Pixie Green #C2D59F
Tints of Pixie Green #C2D59F
RGB
CMYK
RGB Variations
Color information
#C2D59F (or 0xC2D59F) is known color: Pixie Green. HEX triplet: C2, D5 and 9F. RGB value is (194,213,159). Sum of RGB (Red+Green+Blue) = 194+213+159=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 159 (62.5% from 255 or 28.09% from 566); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D59F is #3D2A60. Grayscale: #C9C9C9. Windows color (decimal): -4008545 or 10474946. OLE color: 10474946.
HSL color Cylindrical-coordinate representation of color #C2D59F: hue angle of 81.11º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2D59F is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 213 | 159 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.16 |
| HSL | 81.11º | 0.39% | 0.73% | - |
| HSV(B) | 81.11º | 0.25% | 0.84% | - |
| XYZ | 52.3 | 61.56 | 41.93 | - |
| YUV | 201.16 | 104.21 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 213 | 159 | 0.09 | 0 | 0.25 | 0.16 | 81.11 | 0.39 | 0.73 |
| Hex | C2 | D5 | 9F | 9 | 0 | 19 | 10 | 51 | 27 | 49 |
| Octal | 302 | 325 | 237 | 11 | 0 | 31 | 20 | 121 | 47 | 111 |
| Binary | 11000010 | 11010101 | 10011111 | 1001 | 0 | 11001 | 10000 | 1010001 | 100111 | 1001001 |
Color Harmonies of #C2D59F
Complementary color
Monochromatic Colors of #C2D59F
Black with #C2D59F
Text Example
Text Example
White with #C2D59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D59F; }
p { color: rgb(194,213,159); }
H1.HeaderClassName
{
color: #C2D59F;
}
.AnyTagClassName
{
color: #C2D59F;
}
</style>
background-color css
<style>
a { background-color: #C2D59F; }
a { background-color: rgb(194,213,159); }
div.DivClassName
{
background-color: #C2D59F;
}
.BgClassName
{
background-color: #C2D59F;
}
</style>
border-color css
<style>
span { border-color: #C2D59F; }
span { border-color: rgb(194,213,159); }
td.TdClassName
{
border-color: #C2D59F;
}
.TagClassName
{
border-color: #C2D59F;
}
</style>