Shades of Pixie Green #C3DDAB
Tints of Pixie Green #C3DDAB
RGB
CMYK
RGB Variations
Color information
#C3DDAB (or 0xC3DDAB) is known color: Pixie Green. HEX triplet: C3, DD and AB. RGB value is (195,221,171). Sum of RGB (Red+Green+Blue) = 195+221+171=587 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.22% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 171 (67.19% from 255 or 29.13% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3DDAB is #3C2254. Grayscale: #CFCFCF. Windows color (decimal): -3940949 or 11263427. OLE color: 11263427.
HSL color Cylindrical-coordinate representation of color #C3DDAB: hue angle of 91.2º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3DDAB is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
RGB | 195 | 221 | 171 | - |
CMYK | 0.12 | 0 | 0.23 | 0.13 |
HSL | 91.2º | 0.42% | 0.77% | - |
HSV(B) | 91.2º | 0.23% | 0.87% | - |
XYZ | 55.71 | 66.26 | 48.38 | - |
YUV | 207.53 | 107.39 | 119.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 221 | 171 | 0.12 | 0 | 0.23 | 0.13 | 91.2 | 0.42 | 0.77 |
Hex | C3 | DD | AB | C | 0 | 17 | D | 5B | 2A | 4D |
Octal | 303 | 335 | 253 | 14 | 0 | 27 | 15 | 133 | 52 | 115 |
Binary | 11000011 | 11011101 | 10101011 | 1100 | 0 | 10111 | 1101 | 1011011 | 101010 | 1001101 |
Color Harmonies of #C3DDAB
Complementary color
Monochromatic Colors of #C3DDAB
Black with #C3DDAB
Text Example
Text Example
White with #C3DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DDAB; }
p { color: rgb(195,221,171); }
H1.HeaderClassName
{
color: #C3DDAB;
}
.AnyTagClassName
{
color: #C3DDAB;
}
</style>
background-color css
<style>
a { background-color: #C3DDAB; }
a { background-color: rgb(195,221,171); }
div.DivClassName
{
background-color: #C3DDAB;
}
.BgClassName
{
background-color: #C3DDAB;
}
</style>
border-color css
<style>
span { border-color: #C3DDAB; }
span { border-color: rgb(195,221,171); }
td.TdClassName
{
border-color: #C3DDAB;
}
.TagClassName
{
border-color: #C3DDAB;
}
</style>