Html Css Color HEX #C5DCA4 Pixie Green

📋 copy color: '#C5DCA4'

red 197 ◦ green 220 ◦ blue 164

#C5DCA4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pixie Green #C5DCA4

Tints of Pixie Green #C5DCA4

RGB

 RED value IS 197 (77.34% from 255) = 33.91%

 GREEN value IS 220 (86.33% from 255) = 37.87%

 BLUE value IS 164 (64.45% from 255) = 28.23%

R = 33.91%
G = 37.87%
B = 28.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#C5DCA4 (or 0xC5DCA4) is known color: Pixie Green. HEX triplet: C5, DC and A4. RGB value is (197,220,164). Sum of RGB (Red+Green+Blue) = 197+220+164=581 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.91% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 164 (64.45% from 255 or 28.23% from 581); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DCA4 is #3A235B. Grayscale: #CECECE. Windows color (decimal): -3810140 or 10804421. OLE color: 10804421.

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

Color convert

RGB 197 220 164 -
CMYK 0.10 0 0.25 0.14
HSL 84.64º 0.44% 0.75% -
HSV(B) 84.64º 0.25% 0.86% -
XYZ 55.32 65.74 44.89 -
YUV 206.74 103.88 121.05 -
System Red Green Blue C M Y K H S L
Decimal 197 220 164 0.10 0 0.25 0.14 84.64 0.44 0.75
Hex C5 DC A4 A 0 19 E 55 2C 4B
Octal 305 334 244 12 0 31 16 125 54 113
Binary 11000101 11011100 10100100 1010 0 11001 1110 1010101 101100 1001011

Color Harmonies of #C5DCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DCA4

Black with #C5DCA4

Text Example


Text Example

White with #C5DCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DCA4; }

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

 H1.HeaderClassName
 {
   color: #C5DCA4;
 }
 .AnyTagClassName
 {
   color: #C5DCA4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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