Shades of Pixie Green #C4DAAE
Tints of Pixie Green #C4DAAE
RGB
CMYK
RGB Variations
Color information
#C4DAAE (or 0xC4DAAE) is known color: Pixie Green. HEX triplet: C4, DA and AE. RGB value is (196,218,174). Sum of RGB (Red+Green+Blue) = 196+218+174=588 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.33% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 174 (68.36% from 255 or 29.59% from 588); Max value from RGB is 218 - color contains mainly: green. Hex color #C4DAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DAAE is #3B2551. Grayscale: #CECECE. Windows color (decimal): -3876178 or 11459268. OLE color: 11459268.
HSL color Cylindrical-coordinate representation of color #C4DAAE: hue angle of 90º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4DAAE is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
RGB | 196 | 218 | 174 | - |
CMYK | 0.10 | 0 | 0.20 | 0.15 |
HSL | 90º | 0.37% | 0.77% | - |
HSV(B) | 90º | 0.2% | 0.85% | - |
XYZ | 55.48 | 64.93 | 49.65 | - |
YUV | 206.41 | 109.71 | 120.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 218 | 174 | 0.10 | 0 | 0.20 | 0.15 | 90 | 0.37 | 0.77 |
Hex | C4 | DA | AE | A | 0 | 14 | F | 5A | 25 | 4D |
Octal | 304 | 332 | 256 | 12 | 0 | 24 | 17 | 132 | 45 | 115 |
Binary | 11000100 | 11011010 | 10101110 | 1010 | 0 | 10100 | 1111 | 1011010 | 100101 | 1001101 |
Color Harmonies of #C4DAAE
Complementary color
Monochromatic Colors of #C4DAAE
Black with #C4DAAE
Text Example
Text Example
White with #C4DAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DAAE; }
p { color: rgb(196,218,174); }
H1.HeaderClassName
{
color: #C4DAAE;
}
.AnyTagClassName
{
color: #C4DAAE;
}
</style>
background-color css
<style>
a { background-color: #C4DAAE; }
a { background-color: rgb(196,218,174); }
div.DivClassName
{
background-color: #C4DAAE;
}
.BgClassName
{
background-color: #C4DAAE;
}
</style>
border-color css
<style>
span { border-color: #C4DAAE; }
span { border-color: rgb(196,218,174); }
td.TdClassName
{
border-color: #C4DAAE;
}
.TagClassName
{
border-color: #C4DAAE;
}
</style>