Html Css Color HEX #C5DCA1 Pixie Green

📋 copy color: '#C5DCA1'

red 197 ◦ green 220 ◦ blue 161

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

Shades of Pixie Green #C5DCA1

Tints of Pixie Green #C5DCA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 27.85%

R = 34.08%
G = 38.06%
B = 27.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#C5DCA1 (or 0xC5DCA1) is known color: Pixie Green. HEX triplet: C5, DC and A1. RGB value is (197,220,161). Sum of RGB (Red+Green+Blue) = 197+220+161=578 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.08% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 161 (63.28% from 255 or 27.85% from 578); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DCA1 is #3A235E. Grayscale: #CECECE. Windows color (decimal): -3810143 or 10607813. OLE color: 10607813.

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

Color convert

RGB 197 220 161 -
CMYK 0.10 0 0.27 0.14
HSL 83.39º 0.46% 0.75% -
HSV(B) 83.39º 0.27% 0.86% -
XYZ 55.05 65.63 43.48 -
YUV 206.4 102.38 121.3 -
System Red Green Blue C M Y K H S L
Decimal 197 220 161 0.10 0 0.27 0.14 83.39 0.46 0.75
Hex C5 DC A1 A 0 1B E 53 2E 4B
Octal 305 334 241 12 0 33 16 123 56 113
Binary 11000101 11011100 10100001 1010 0 11011 1110 1010011 101110 1001011

Color Harmonies of #C5DCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DCA1

Black with #C5DCA1

Text Example


Text Example

White with #C5DCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DCA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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