#C3DD9A

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

Shades of Pixie Green #C3DD9A

Tints of Pixie Green #C3DD9A

Color information

#C3DD9A (or 0xC3DD9A) is unknown color: approx Pixie Green. HEX triplet: C3, DD and 9A. RGB value is (195,221,154). Sum of RGB (Red+Green+Blue) = 195+221+154=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 154 (60.55% from 255 or 27.02% from 570); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3DD9A is #3C2265. Grayscale: #CDCDCD. Windows color (decimal): -3940966 or 10149315. OLE color: 10149315.

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

Color convert

RGB195221154-
CMYK0.1200.300.13
HSL83.28º49.63%73.53%-
HSV(B)83.28º30.32%86.67%-
XYZ54.1965.6540.39-
YUV205.5998.89120.45-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.21%
GREEN value IS 221 (86.72% from 255) = 38.77%
BLUE value IS 154 (60.55% from 255) = 27.02%
R=34.21%
G=38.77%
B=27.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1952211540.1200.300.1383.2849.6373.53
HexC3DD9AC01ED53324a
Octal303335232140361512362112
Binary1100001111011101100110101100011110110110100111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DD9A; }

 p { color: rgb(195,221,154); }

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

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

 a { background-color: rgb(195,221,154); }

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

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

 span { border-color: rgb(195,221,154); }

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