#C5DDAD

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

Shades of Pixie Green #C5DDAD

Tints of Pixie Green #C5DDAD

Color information

#C5DDAD (or 0xC5DDAD) is unknown color: approx Pixie Green. HEX triplet: C5, DD and AD. RGB value is (197,221,173). Sum of RGB (Red+Green+Blue) = 197+221+173=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 173 (67.97% from 255 or 29.27% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DDAD is #3A2252. Grayscale: #D0D0D0. Windows color (decimal): -3809875 or 11394501. OLE color: 11394501.

HSL color Cylindrical-coordinate representation of color #C5DDAD: hue angle of 90º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5DDAD is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB197221173-
CMYK0.1100.220.13
HSL90º41.38%77.25%-
HSV(B)90º21.72%86.67%-
XYZ56.4366.649.42-
YUV208.35108.05119.9-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.33%
GREEN value IS 221 (86.72% from 255) = 37.39%
BLUE value IS 173 (67.97% from 255) = 29.27%
R=33.33%
G=37.39%
B=29.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1972211730.1100.220.139041.3877.25
HexC5DDADB016D5a294d
Octal305335255130261513251115
Binary1100010111011101101011011011010110110110110101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DDAD; }

 p { color: rgb(197,221,173); }

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

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

 a { background-color: rgb(197,221,173); }

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

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

 span { border-color: rgb(197,221,173); }

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