Html Css Color HEX #C2D69E Pixie Green

📋 copy color: '#C2D69E'

red 194 ◦ green 214 ◦ blue 158

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

Shades of Pixie Green #C2D69E

Tints of Pixie Green #C2D69E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.92%

R = 34.28%
G = 37.81%
B = 27.92%

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

#C2D69E (or 0xC2D69E) is known color: Pixie Green. HEX triplet: C2, D6 and 9E. RGB value is (194,214,158). Sum of RGB (Red+Green+Blue) = 194+214+158=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 214 (83.98% from 255 or 37.81% from 566); Blue value is 158 (62.11% from 255 or 27.92% from 566); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D69E is #3D2961. Grayscale: #C9C9C9. Windows color (decimal): -4008290 or 10409666. OLE color: 10409666.

HSL color Cylindrical-coordinate representation of color #C2D69E: hue angle of 81.43º degrees, saturation: 0.41, 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 #C2D69E is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 214 158 -
CMYK 0.09 0 0.26 0.16
HSL 81.43º 0.41% 0.73% -
HSV(B) 81.43º 0.26% 0.84% -
XYZ 52.47 62.03 41.56 -
YUV 201.64 103.37 122.55 -
System Red Green Blue C M Y K H S L
Decimal 194 214 158 0.09 0 0.26 0.16 81.43 0.41 0.73
Hex C2 D6 9E 9 0 1A 10 51 29 49
Octal 302 326 236 11 0 32 20 121 51 111
Binary 11000010 11010110 10011110 1001 0 11010 10000 1010001 101001 1001001

Color Harmonies of #C2D69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D69E

Black with #C2D69E

Text Example


Text Example

White with #C2D69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D69E; }

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

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

background-color css

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

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

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

border-color css

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

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

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