Shades of Pixie Green #C5D99F
Tints of Pixie Green #C5D99F
RGB
CMYK
RGB Variations
Color information
#C5D99F (or 0xC5D99F) is known color: Pixie Green. HEX triplet: C5, D9 and 9F. RGB value is (197,217,159). Sum of RGB (Red+Green+Blue) = 197+217+159=573 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.38% from 573); Green value is 217 (85.16% from 255 or 37.87% from 573); Blue value is 159 (62.5% from 255 or 27.75% from 573); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D99F is #3A2660. Grayscale: #CCCCCC. Windows color (decimal): -3810913 or 10475973. OLE color: 10475973.
HSL color Cylindrical-coordinate representation of color #C5D99F: hue angle of 80.69º degrees, saturation: 0.43, 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 #C5D99F is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 217 | 159 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.15 |
| HSL | 80.69º | 0.43% | 0.74% | - |
| HSV(B) | 80.69º | 0.27% | 0.85% | - |
| XYZ | 54.1 | 64 | 42.3 | - |
| YUV | 204.41 | 102.37 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 217 | 159 | 0.09 | 0 | 0.27 | 0.15 | 80.69 | 0.43 | 0.74 |
| Hex | C5 | D9 | 9F | 9 | 0 | 1B | F | 51 | 2B | 4A |
| Octal | 305 | 331 | 237 | 11 | 0 | 33 | 17 | 121 | 53 | 112 |
| Binary | 11000101 | 11011001 | 10011111 | 1001 | 0 | 11011 | 1111 | 1010001 | 101011 | 1001010 |
Color Harmonies of #C5D99F
Complementary color
Monochromatic Colors of #C5D99F
Black with #C5D99F
Text Example
Text Example
White with #C5D99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D99F; }
p { color: rgb(197,217,159); }
H1.HeaderClassName
{
color: #C5D99F;
}
.AnyTagClassName
{
color: #C5D99F;
}
</style>
background-color css
<style>
a { background-color: #C5D99F; }
a { background-color: rgb(197,217,159); }
div.DivClassName
{
background-color: #C5D99F;
}
.BgClassName
{
background-color: #C5D99F;
}
</style>
border-color css
<style>
span { border-color: #C5D99F; }
span { border-color: rgb(197,217,159); }
td.TdClassName
{
border-color: #C5D99F;
}
.TagClassName
{
border-color: #C5D99F;
}
</style>