Shades of Pixie Green #C0D7AF
Tints of Pixie Green #C0D7AF
RGB
CMYK
RGB Variations
Color information
#C0D7AF (or 0xC0D7AF) is known color: Pixie Green. HEX triplet: C0, D7 and AF. RGB value is (192,215,175). Sum of RGB (Red+Green+Blue) = 192+215+175=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 215 (84.38% from 255 or 36.94% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D7AF is #3F2850. Grayscale: #CBCBCB. Windows color (decimal): -4139089 or 11524032. OLE color: 11524032.
HSL color Cylindrical-coordinate representation of color #C0D7AF: hue angle of 94.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0D7AF is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 215 | 175 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.16 |
| HSL | 94.5º | 0.33% | 0.76% | - |
| HSV(B) | 94.5º | 0.19% | 0.84% | - |
| XYZ | 53.78 | 62.9 | 49.86 | - |
| YUV | 203.56 | 111.88 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 215 | 175 | 0.11 | 0 | 0.19 | 0.16 | 94.5 | 0.33 | 0.76 |
| Hex | C0 | D7 | AF | B | 0 | 13 | 10 | 5E | 21 | 4C |
| Octal | 300 | 327 | 257 | 13 | 0 | 23 | 20 | 136 | 41 | 114 |
| Binary | 11000000 | 11010111 | 10101111 | 1011 | 0 | 10011 | 10000 | 1011110 | 100001 | 1001100 |
Color Harmonies of #C0D7AF
Complementary color
Monochromatic Colors of #C0D7AF
Black with #C0D7AF
Text Example
Text Example
White with #C0D7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D7AF; }
p { color: rgb(192,215,175); }
H1.HeaderClassName
{
color: #C0D7AF;
}
.AnyTagClassName
{
color: #C0D7AF;
}
</style>
background-color css
<style>
a { background-color: #C0D7AF; }
a { background-color: rgb(192,215,175); }
div.DivClassName
{
background-color: #C0D7AF;
}
.BgClassName
{
background-color: #C0D7AF;
}
</style>
border-color css
<style>
span { border-color: #C0D7AF; }
span { border-color: rgb(192,215,175); }
td.TdClassName
{
border-color: #C0D7AF;
}
.TagClassName
{
border-color: #C0D7AF;
}
</style>