Html Css Color HEX #C2DDAB Pixie Green

📋 copy color: '#C2DDAB'

red 194 ◦ green 221 ◦ blue 171

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

Shades of Pixie Green #C2DDAB

Tints of Pixie Green #C2DDAB

RGB

 RED value IS 194 (76.17% from 255) = 33.11%

 GREEN value IS 221 (86.72% from 255) = 37.71%

 BLUE value IS 171 (67.19% from 255) = 29.18%

R = 33.11%
G = 37.71%
B = 29.18%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#C2DDAB (or 0xC2DDAB) is known color: Pixie Green. HEX triplet: C2, DD and AB. RGB value is (194,221,171). Sum of RGB (Red+Green+Blue) = 194+221+171=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 171 (67.19% from 255 or 29.18% from 586); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DDAB is #3D2254. Grayscale: #CFCFCF. Windows color (decimal): -4006485 or 11263426. OLE color: 11263426.

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

Color convert

RGB 194 221 171 -
CMYK 0.12 0 0.23 0.13
HSL 92.4º 0.42% 0.77% -
HSV(B) 92.4º 0.23% 0.87% -
XYZ 55.46 66.12 48.37 -
YUV 207.23 107.55 118.57 -
System Red Green Blue C M Y K H S L
Decimal 194 221 171 0.12 0 0.23 0.13 92.4 0.42 0.77
Hex C2 DD AB C 0 17 D 5C 2A 4D
Octal 302 335 253 14 0 27 15 134 52 115
Binary 11000010 11011101 10101011 1100 0 10111 1101 1011100 101010 1001101

Color Harmonies of #C2DDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DDAB

Black with #C2DDAB

Text Example


Text Example

White with #C2DDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DDAB; }

 p { color: rgb(194,221,171); }

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

background-color css

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

 a { background-color: rgb(194,221,171); }

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

border-color css

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

 span { border-color: rgb(194,221,171); }

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