#C1DC9D

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

Shades of Pixie Green #C1DC9D

Tints of Pixie Green #C1DC9D

Color information

#C1DC9D (or 0xC1DC9D) is unknown color: approx Pixie Green. HEX triplet: C1, DC and 9D. RGB value is (193,220,157). Sum of RGB (Red+Green+Blue) = 193+220+157=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 157 (61.72% from 255 or 27.54% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DC9D is #3E2362. Grayscale: #CCCCCC. Windows color (decimal): -4072291 or 10345665. OLE color: 10345665.

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

Color convert

RGB193220157-
CMYK0.1200.290.14
HSL85.71º47.37%73.92%-
HSV(B)85.71º28.64%86.27%-
XYZ53.6764.9641.61-
YUV204.74101.05119.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.86%
GREEN value IS 220 (86.33% from 255) = 38.60%
BLUE value IS 157 (61.72% from 255) = 27.54%
R=33.86%
G=38.60%
B=27.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1932201570.1200.290.1485.7147.3773.92
HexC1DC9DC01DE562f4a
Octal301334235140351612657112
Binary1100000111011100100111011100011101111010101101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DC9D; }

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

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

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

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

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

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

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

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