#C2DD9E

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

Shades of Pixie Green #C2DD9E

Tints of Pixie Green #C2DD9E

Color information

#C2DD9E (or 0xC2DD9E) is unknown color: approx Pixie Green. HEX triplet: C2, DD and 9E. RGB value is (194,221,158). Sum of RGB (Red+Green+Blue) = 194+221+158=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 158 (62.11% from 255 or 27.57% from 573); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DD9E is #3D2261. Grayscale: #CDCDCD. Windows color (decimal): -4006498 or 10411458. OLE color: 10411458.

HSL color Cylindrical-coordinate representation of color #C2DD9E: hue angle of 85.71º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2DD9E is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB194221158-
CMYK0.1200.290.13
HSL85.71º48.09%74.31%-
HSV(B)85.71º28.51%86.67%-
XYZ54.2865.6542.16-
YUV205.74101.05119.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.86%
GREEN value IS 221 (86.72% from 255) = 38.57%
BLUE value IS 158 (62.11% from 255) = 27.57%
R=33.86%
G=38.57%
B=27.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1942211580.1200.290.1385.7148.0974.31
HexC2DD9EC01DD56304a
Octal302335236140351512660112
Binary1100001011011101100111101100011101110110101101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DD9E; }

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

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

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

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

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

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

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

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