#C5D9AF

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

Shades of Pixie Green #C5D9AF

Tints of Pixie Green #C5D9AF

Color information

#C5D9AF (or 0xC5D9AF) is unknown color: approx Pixie Green. HEX triplet: C5, D9 and AF. RGB value is (197,217,175). Sum of RGB (Red+Green+Blue) = 197+217+175=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D9AF is #3A2650. Grayscale: #CECECE. Windows color (decimal): -3810897 or 11524549. OLE color: 11524549.

HSL color Cylindrical-coordinate representation of color #C5D9AF: hue angle of 88.57º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5D9AF is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB197217175-
CMYK0.0900.190.15
HSL88.57º35.59%76.86%-
HSV(B)88.57º19.35%85.1%-
XYZ55.5864.5950.1-
YUV206.23110.37121.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.45%
GREEN value IS 217 (85.16% from 255) = 36.84%
BLUE value IS 175 (68.75% from 255) = 29.71%
R=33.45%
G=36.84%
B=29.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1972171750.0900.190.1588.5735.5976.86
HexC5D9AF9013F59244d
Octal305331257110231713144115
Binary1100010111011001101011111001010011111110110011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D9AF; }

 p { color: rgb(197,217,175); }

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

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

 a { background-color: rgb(197,217,175); }

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

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

 span { border-color: rgb(197,217,175); }

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