Shades of Pixie Green #C4DEAA
Tints of Pixie Green #C4DEAA
RGB
CMYK
RGB Variations
Color information
#C4DEAA (or 0xC4DEAA) is known color: Pixie Green. HEX triplet: C4, DE and AA. RGB value is (196,222,170). Sum of RGB (Red+Green+Blue) = 196+222+170=588 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.33% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 170 (66.80% from 255 or 28.91% from 588); Max value from RGB is 222 - color contains mainly: green. Hex color #C4DEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DEAA is #3B2155. Grayscale: #D0D0D0. Windows color (decimal): -3875158 or 11198148. OLE color: 11198148.
HSL color Cylindrical-coordinate representation of color #C4DEAA: hue angle of 90º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4DEAA is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 222 | 170 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.13 |
| HSL | 90º | 0.44% | 0.77% | - |
| HSV(B) | 90º | 0.23% | 0.87% | - |
| XYZ | 56.14 | 66.88 | 47.98 | - |
| YUV | 208.3 | 106.39 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 222 | 170 | 0.12 | 0 | 0.23 | 0.13 | 90 | 0.44 | 0.77 |
| Hex | C4 | DE | AA | C | 0 | 17 | D | 5A | 2C | 4D |
| Octal | 304 | 336 | 252 | 14 | 0 | 27 | 15 | 132 | 54 | 115 |
| Binary | 11000100 | 11011110 | 10101010 | 1100 | 0 | 10111 | 1101 | 1011010 | 101100 | 1001101 |
Color Harmonies of #C4DEAA
Complementary color
Monochromatic Colors of #C4DEAA
Black with #C4DEAA
Text Example
Text Example
White with #C4DEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DEAA; }
p { color: rgb(196,222,170); }
H1.HeaderClassName
{
color: #C4DEAA;
}
.AnyTagClassName
{
color: #C4DEAA;
}
</style>
background-color css
<style>
a { background-color: #C4DEAA; }
a { background-color: rgb(196,222,170); }
div.DivClassName
{
background-color: #C4DEAA;
}
.BgClassName
{
background-color: #C4DEAA;
}
</style>
border-color css
<style>
span { border-color: #C4DEAA; }
span { border-color: rgb(196,222,170); }
td.TdClassName
{
border-color: #C4DEAA;
}
.TagClassName
{
border-color: #C4DEAA;
}
</style>