Shades of Pixie Green #C3DBA5
Tints of Pixie Green #C3DBA5
RGB
CMYK
RGB Variations
Color information
#C3DBA5 (or 0xC3DBA5) is known color: Pixie Green. HEX triplet: C3, DB and A5. RGB value is (195,219,165). Sum of RGB (Red+Green+Blue) = 195+219+165=579 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.68% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 165 (64.84% from 255 or 28.50% from 579); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3DBA5 is #3C245A. Grayscale: #CDCDCD. Windows color (decimal): -3941467 or 10869699. OLE color: 10869699.
HSL color Cylindrical-coordinate representation of color #C3DBA5: hue angle of 86.67º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C3DBA5 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 219 | 165 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.14 |
| HSL | 86.67º | 0.43% | 0.75% | - |
| HSV(B) | 86.67º | 0.25% | 0.86% | - |
| XYZ | 54.63 | 64.98 | 45.26 | - |
| YUV | 205.67 | 105.05 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 219 | 165 | 0.11 | 0 | 0.25 | 0.14 | 86.67 | 0.43 | 0.75 |
| Hex | C3 | DB | A5 | B | 0 | 19 | E | 57 | 2B | 4B |
| Octal | 303 | 333 | 245 | 13 | 0 | 31 | 16 | 127 | 53 | 113 |
| Binary | 11000011 | 11011011 | 10100101 | 1011 | 0 | 11001 | 1110 | 1010111 | 101011 | 1001011 |
Color Harmonies of #C3DBA5
Complementary color
Monochromatic Colors of #C3DBA5
Black with #C3DBA5
Text Example
Text Example
White with #C3DBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DBA5; }
p { color: rgb(195,219,165); }
H1.HeaderClassName
{
color: #C3DBA5;
}
.AnyTagClassName
{
color: #C3DBA5;
}
</style>
background-color css
<style>
a { background-color: #C3DBA5; }
a { background-color: rgb(195,219,165); }
div.DivClassName
{
background-color: #C3DBA5;
}
.BgClassName
{
background-color: #C3DBA5;
}
</style>
border-color css
<style>
span { border-color: #C3DBA5; }
span { border-color: rgb(195,219,165); }
td.TdClassName
{
border-color: #C3DBA5;
}
.TagClassName
{
border-color: #C3DBA5;
}
</style>