Shades of Pixie Green #C4DCAD
Tints of Pixie Green #C4DCAD
RGB
CMYK
RGB Variations
Color information
#C4DCAD (or 0xC4DCAD) is known color: Pixie Green. HEX triplet: C4, DC and AD. RGB value is (196,220,173). Sum of RGB (Red+Green+Blue) = 196+220+173=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DCAD is #3B2352. Grayscale: #CFCFCF. Windows color (decimal): -3875667 or 11394244. OLE color: 11394244.
HSL color Cylindrical-coordinate representation of color #C4DCAD: hue angle of 90.64º 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 #C4DCAD is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 220 | 173 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.14 |
| HSL | 90.64º | 0.4% | 0.77% | - |
| HSV(B) | 90.64º | 0.21% | 0.86% | - |
| XYZ | 55.9 | 65.94 | 49.32 | - |
| YUV | 207.47 | 108.55 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 220 | 173 | 0.11 | 0 | 0.21 | 0.14 | 90.64 | 0.4 | 0.77 |
| Hex | C4 | DC | AD | B | 0 | 15 | E | 5B | 28 | 4D |
| Octal | 304 | 334 | 255 | 13 | 0 | 25 | 16 | 133 | 50 | 115 |
| Binary | 11000100 | 11011100 | 10101101 | 1011 | 0 | 10101 | 1110 | 1011011 | 101000 | 1001101 |
Color Harmonies of #C4DCAD
Complementary color
Monochromatic Colors of #C4DCAD
Black with #C4DCAD
Text Example
Text Example
White with #C4DCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DCAD; }
p { color: rgb(196,220,173); }
H1.HeaderClassName
{
color: #C4DCAD;
}
.AnyTagClassName
{
color: #C4DCAD;
}
</style>
background-color css
<style>
a { background-color: #C4DCAD; }
a { background-color: rgb(196,220,173); }
div.DivClassName
{
background-color: #C4DCAD;
}
.BgClassName
{
background-color: #C4DCAD;
}
</style>
border-color css
<style>
span { border-color: #C4DCAD; }
span { border-color: rgb(196,220,173); }
td.TdClassName
{
border-color: #C4DCAD;
}
.TagClassName
{
border-color: #C4DCAD;
}
</style>