#C5DCAE

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

Shades of Pixie Green #C5DCAE

Tints of Pixie Green #C5DCAE

Color information

#C5DCAE (or 0xC5DCAE) is unknown color: approx Pixie Green. HEX triplet: C5, DC and AE. RGB value is (197,220,174). Sum of RGB (Red+Green+Blue) = 197+220+174=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 174 (68.36% from 255 or 29.44% from 591); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DCAE is #3A2351. Grayscale: #D0D0D0. Windows color (decimal): -3810130 or 11459781. OLE color: 11459781.

HSL color Cylindrical-coordinate representation of color #C5DCAE: hue angle of 90º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5DCAE is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB197220174-
CMYK0.1000.210.14
HSL90º39.66%77.25%-
HSV(B)90º20.91%86.27%-
XYZ56.2666.1149.84-
YUV207.88108.88120.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.33%
GREEN value IS 220 (86.33% from 255) = 37.23%
BLUE value IS 174 (68.36% from 255) = 29.44%
R=33.33%
G=37.23%
B=29.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1972201740.1000.210.149039.6677.25
HexC5DCAEA015E5a284d
Octal305334256120251613250115
Binary1100010111011100101011101010010101111010110101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DCAE; }

 p { color: rgb(197,220,174); }

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

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

 a { background-color: rgb(197,220,174); }

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

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

 span { border-color: rgb(197,220,174); }

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