Shades of Pixie Green #C0DDA4
Tints of Pixie Green #C0DDA4
RGB
CMYK
RGB Variations
Color information
#C0DDA4 (or 0xC0DDA4) is known color: Pixie Green. HEX triplet: C0, DD and A4. RGB value is (192,221,164). Sum of RGB (Red+Green+Blue) = 192+221+164=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 164 (64.45% from 255 or 28.42% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DDA4 is #3F225B. Grayscale: #CECECE. Windows color (decimal): -4137564 or 10804672. OLE color: 10804672.
HSL color Cylindrical-coordinate representation of color #C0DDA4: hue angle of 90.53º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0DDA4 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
RGB | 192 | 221 | 164 | - |
CMYK | 0.13 | 0 | 0.26 | 0.13 |
HSL | 90.53º | 0.46% | 0.75% | - |
HSV(B) | 90.53º | 0.26% | 0.87% | - |
XYZ | 54.3 | 65.6 | 44.92 | - |
YUV | 205.83 | 104.39 | 118.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 221 | 164 | 0.13 | 0 | 0.26 | 0.13 | 90.53 | 0.46 | 0.75 |
Hex | C0 | DD | A4 | D | 0 | 1A | D | 5B | 2E | 4B |
Octal | 300 | 335 | 244 | 15 | 0 | 32 | 15 | 133 | 56 | 113 |
Binary | 11000000 | 11011101 | 10100100 | 1101 | 0 | 11010 | 1101 | 1011011 | 101110 | 1001011 |
Color Harmonies of #C0DDA4
Complementary color
Monochromatic Colors of #C0DDA4
Black with #C0DDA4
Text Example
Text Example
White with #C0DDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DDA4; }
p { color: rgb(192,221,164); }
H1.HeaderClassName
{
color: #C0DDA4;
}
.AnyTagClassName
{
color: #C0DDA4;
}
</style>
background-color css
<style>
a { background-color: #C0DDA4; }
a { background-color: rgb(192,221,164); }
div.DivClassName
{
background-color: #C0DDA4;
}
.BgClassName
{
background-color: #C0DDA4;
}
</style>
border-color css
<style>
span { border-color: #C0DDA4; }
span { border-color: rgb(192,221,164); }
td.TdClassName
{
border-color: #C0DDA4;
}
.TagClassName
{
border-color: #C0DDA4;
}
</style>