Html Css Color HEX #C2DD9F Pixie Green

📋 copy color: '#C2DD9F'

red 194 ◦ green 221 ◦ blue 159

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

Shades of Pixie Green #C2DD9F

Tints of Pixie Green #C2DD9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.7%

R = 33.8%
G = 38.5%
B = 27.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#C2DD9F (or 0xC2DD9F) is known color: Pixie Green. HEX triplet: C2, DD and 9F. RGB value is (194,221,159). Sum of RGB (Red+Green+Blue) = 194+221+159=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 159 (62.5% from 255 or 27.70% from 574); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DD9F is #3D2260. Grayscale: #CECECE. Windows color (decimal): -4006497 or 10476994. OLE color: 10476994.

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

Color convert

RGB 194 221 159 -
CMYK 0.12 0 0.28 0.13
HSL 86.13º 0.48% 0.75% -
HSV(B) 86.13º 0.28% 0.87% -
XYZ 54.36 65.69 42.61 -
YUV 205.86 101.55 119.54 -
System Red Green Blue C M Y K H S L
Decimal 194 221 159 0.12 0 0.28 0.13 86.13 0.48 0.75
Hex C2 DD 9F C 0 1C D 56 30 4B
Octal 302 335 237 14 0 34 15 126 60 113
Binary 11000010 11011101 10011111 1100 0 11100 1101 1010110 110000 1001011

Color Harmonies of #C2DD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DD9F

Black with #C2DD9F

Text Example


Text Example

White with #C2DD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DD9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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