#C2DDAB

Color #C2DDAB Pixie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pixie Green #C2DDAB

Tints of Pixie Green #C2DDAB

Color information

#C2DDAB (or 0xC2DDAB) is unknown color: approx Pixie Green. HEX triplet: C2, DD and AB. RGB value is (194,221,171). Sum of RGB (Red+Green+Blue) = 194+221+171=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 171 (67.19% from 255 or 29.18% from 586); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DDAB is #3D2254. Grayscale: #CFCFCF. Windows color (decimal): -4006485 or 11263426. OLE color: 11263426.

HSL color Cylindrical-coordinate representation of color #C2DDAB: hue angle of 92.4º 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 #C2DDAB is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB194221171-
CMYK0.1200.230.13
HSL92.4º42.37%76.86%-
HSV(B)92.4º22.62%86.67%-
XYZ55.4666.1248.37-
YUV207.23107.55118.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 33.11%
GREEN value IS 221 (86.72% from 255) = 37.71%
BLUE value IS 171 (67.19% from 255) = 29.18%
R=33.11%
G=37.71%
B=29.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1942211710.1200.230.1392.442.3776.86
HexC2DDABC017D5c2a4d
Octal302335253140271513452115
Binary1100001011011101101010111100010111110110111001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DDAB; }

 p { color: rgb(194,221,171); }

 H1.HeaderClassName
 {
   color: #C2DDAB;
 }
 .AnyTagClassName
 {
   color: #C2DDAB;
 }
</style>
background-color css

<style>
 a { background-color: #C2DDAB; }

 a { background-color: rgb(194,221,171); }

 div.DivClassName
 {
   background-color: #C2DDAB;
 }
 .BgClassName
 {
   background-color: #C2DDAB;
 }
</style>
border-color css

<style>
 span { border-color: #C2DDAB; }

 span { border-color: rgb(194,221,171); }

 td.TdClassName
 {
   border-color: #C2DDAB;
 }
 .TagClassName
 {
   border-color: #C2DDAB;
 }
</style>