Html Css Color HEX #C2D69F Pixie Green

📋 copy color: '#C2D69F'

red 194 ◦ green 214 ◦ blue 159

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

Shades of Pixie Green #C2D69F

Tints of Pixie Green #C2D69F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.74%

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

R = 34.22%
G = 37.74%
B = 28.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#C2D69F (or 0xC2D69F) is known color: Pixie Green. HEX triplet: C2, D6 and 9F. RGB value is (194,214,159). Sum of RGB (Red+Green+Blue) = 194+214+159=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 159 (62.5% from 255 or 28.04% from 567); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D69F is #3D2960. Grayscale: #C9C9C9. Windows color (decimal): -4008289 or 10475202. OLE color: 10475202.

HSL color Cylindrical-coordinate representation of color #C2D69F: hue angle of 81.82º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2D69F is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 214 159 -
CMYK 0.09 0 0.26 0.16
HSL 81.82º 0.4% 0.73% -
HSV(B) 81.82º 0.26% 0.84% -
XYZ 52.55 62.07 42.01 -
YUV 201.75 103.87 122.47 -
System Red Green Blue C M Y K H S L
Decimal 194 214 159 0.09 0 0.26 0.16 81.82 0.4 0.73
Hex C2 D6 9F 9 0 1A 10 52 28 49
Octal 302 326 237 11 0 32 20 122 50 111
Binary 11000010 11010110 10011111 1001 0 11010 10000 1010010 101000 1001001

Color Harmonies of #C2D69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D69F

Black with #C2D69F

Text Example


Text Example

White with #C2D69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D69F; }

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

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

background-color css

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

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

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

border-color css

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

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

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