Shades of Pixie Green #C4DCAE
Tints of Pixie Green #C4DCAE
RGB
CMYK
RGB Variations
Color information
#C4DCAE (or 0xC4DCAE) is known color: Pixie Green. HEX triplet: C4, DC and AE. RGB value is (196,220,174). Sum of RGB (Red+Green+Blue) = 196+220+174=590 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.22% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 174 (68.36% from 255 or 29.49% from 590); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DCAE is #3B2351. Grayscale: #CFCFCF. Windows color (decimal): -3875666 or 11459780. OLE color: 11459780.
HSL color Cylindrical-coordinate representation of color #C4DCAE: hue angle of 91.3º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4DCAE is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 220 | 174 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.14 |
| HSL | 91.3º | 0.4% | 0.77% | - |
| HSV(B) | 91.3º | 0.21% | 0.86% | - |
| XYZ | 56 | 65.98 | 49.83 | - |
| YUV | 207.58 | 109.05 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 220 | 174 | 0.11 | 0 | 0.21 | 0.14 | 91.3 | 0.4 | 0.77 |
| Hex | C4 | DC | AE | B | 0 | 15 | E | 5B | 28 | 4D |
| Octal | 304 | 334 | 256 | 13 | 0 | 25 | 16 | 133 | 50 | 115 |
| Binary | 11000100 | 11011100 | 10101110 | 1011 | 0 | 10101 | 1110 | 1011011 | 101000 | 1001101 |
Color Harmonies of #C4DCAE
Complementary color
Monochromatic Colors of #C4DCAE
Black with #C4DCAE
Text Example
Text Example
White with #C4DCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DCAE; }
p { color: rgb(196,220,174); }
H1.HeaderClassName
{
color: #C4DCAE;
}
.AnyTagClassName
{
color: #C4DCAE;
}
</style>
background-color css
<style>
a { background-color: #C4DCAE; }
a { background-color: rgb(196,220,174); }
div.DivClassName
{
background-color: #C4DCAE;
}
.BgClassName
{
background-color: #C4DCAE;
}
</style>
border-color css
<style>
span { border-color: #C4DCAE; }
span { border-color: rgb(196,220,174); }
td.TdClassName
{
border-color: #C4DCAE;
}
.TagClassName
{
border-color: #C4DCAE;
}
</style>