Shades of Pixie Green #C2DD9A
Tints of Pixie Green #C2DD9A
RGB
CMYK
RGB Variations
Color information
#C2DD9A (or 0xC2DD9A) is known color: Pixie Green. HEX triplet: C2, DD and 9A. RGB value is (194,221,154). Sum of RGB (Red+Green+Blue) = 194+221+154=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 154 (60.55% from 255 or 27.07% from 569); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DD9A is #3D2265. Grayscale: #CDCDCD. Windows color (decimal): -4006502 or 10149314. OLE color: 10149314.
HSL color Cylindrical-coordinate representation of color #C2DD9A: hue angle of 84.18º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2DD9A is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
RGB | 194 | 221 | 154 | - |
CMYK | 0.12 | 0 | 0.30 | 0.13 |
HSL | 84.18º | 0.5% | 0.74% | - |
HSV(B) | 84.18º | 0.3% | 0.87% | - |
XYZ | 53.94 | 65.52 | 40.37 | - |
YUV | 205.29 | 99.05 | 119.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 221 | 154 | 0.12 | 0 | 0.30 | 0.13 | 84.18 | 0.5 | 0.74 |
Hex | C2 | DD | 9A | C | 0 | 1E | D | 54 | 32 | 4A |
Octal | 302 | 335 | 232 | 14 | 0 | 36 | 15 | 124 | 62 | 112 |
Binary | 11000010 | 11011101 | 10011010 | 1100 | 0 | 11110 | 1101 | 1010100 | 110010 | 1001010 |
Color Harmonies of #C2DD9A
Complementary color
Monochromatic Colors of #C2DD9A
Black with #C2DD9A
Text Example
Text Example
White with #C2DD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DD9A; }
p { color: rgb(194,221,154); }
H1.HeaderClassName
{
color: #C2DD9A;
}
.AnyTagClassName
{
color: #C2DD9A;
}
</style>
background-color css
<style>
a { background-color: #C2DD9A; }
a { background-color: rgb(194,221,154); }
div.DivClassName
{
background-color: #C2DD9A;
}
.BgClassName
{
background-color: #C2DD9A;
}
</style>
border-color css
<style>
span { border-color: #C2DD9A; }
span { border-color: rgb(194,221,154); }
td.TdClassName
{
border-color: #C2DD9A;
}
.TagClassName
{
border-color: #C2DD9A;
}
</style>