#C1DD9D

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

Shades of Pixie Green #C1DD9D

Tints of Pixie Green #C1DD9D

Color information

#C1DD9D (or 0xC1DD9D) is unknown color: approx Pixie Green. HEX triplet: C1, DD and 9D. RGB value is (193,221,157). Sum of RGB (Red+Green+Blue) = 193+221+157=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 157 (61.72% from 255 or 27.50% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DD9D is #3E2262. Grayscale: #CDCDCD. Windows color (decimal): -4072035 or 10345921. OLE color: 10345921.

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

Color convert

RGB193221157-
CMYK0.1300.290.13
HSL86.25º48.48%74.12%-
HSV(B)86.25º28.96%86.67%-
XYZ53.9365.4841.7-
YUV205.33100.72119.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.80%
GREEN value IS 221 (86.72% from 255) = 38.70%
BLUE value IS 157 (61.72% from 255) = 27.50%
R=33.80%
G=38.70%
B=27.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1932211570.1300.290.1386.2548.4874.12
HexC1DD9DD01DD56304a
Octal301335235150351512660112
Binary1100000111011101100111011101011101110110101101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DD9D; }

 p { color: rgb(193,221,157); }

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

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

 a { background-color: rgb(193,221,157); }

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

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

 span { border-color: rgb(193,221,157); }

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