Shades of Pixie Green #C6DDA5
Tints of Pixie Green #C6DDA5
RGB
CMYK
RGB Variations
Color information
#C6DDA5 (or 0xC6DDA5) is known color: Pixie Green. HEX triplet: C6, DD and A5. RGB value is (198,221,165). Sum of RGB (Red+Green+Blue) = 198+221+165=584 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.90% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 165 (64.84% from 255 or 28.25% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DDA5 is #39225A. Grayscale: #CFCFCF. Windows color (decimal): -3744347 or 10870214. OLE color: 10870214.
HSL color Cylindrical-coordinate representation of color #C6DDA5: hue angle of 84.64º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C6DDA5 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
RGB | 198 | 221 | 165 | - |
CMYK | 0.10 | 0 | 0.25 | 0.13 |
HSL | 84.64º | 0.45% | 0.76% | - |
HSV(B) | 84.64º | 0.25% | 0.87% | - |
XYZ | 55.94 | 66.44 | 45.47 | - |
YUV | 207.74 | 103.88 | 121.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 221 | 165 | 0.10 | 0 | 0.25 | 0.13 | 84.64 | 0.45 | 0.76 |
Hex | C6 | DD | A5 | A | 0 | 19 | D | 55 | 2D | 4C |
Octal | 306 | 335 | 245 | 12 | 0 | 31 | 15 | 125 | 55 | 114 |
Binary | 11000110 | 11011101 | 10100101 | 1010 | 0 | 11001 | 1101 | 1010101 | 101101 | 1001100 |
Color Harmonies of #C6DDA5
Complementary color
Monochromatic Colors of #C6DDA5
Black with #C6DDA5
Text Example
Text Example
White with #C6DDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DDA5; }
p { color: rgb(198,221,165); }
H1.HeaderClassName
{
color: #C6DDA5;
}
.AnyTagClassName
{
color: #C6DDA5;
}
</style>
background-color css
<style>
a { background-color: #C6DDA5; }
a { background-color: rgb(198,221,165); }
div.DivClassName
{
background-color: #C6DDA5;
}
.BgClassName
{
background-color: #C6DDA5;
}
</style>
border-color css
<style>
span { border-color: #C6DDA5; }
span { border-color: rgb(198,221,165); }
td.TdClassName
{
border-color: #C6DDA5;
}
.TagClassName
{
border-color: #C6DDA5;
}
</style>