Html Css Color HEX #C2DE9A Pixie Green

📋 copy color: '#C2DE9A'

red 194 ◦ green 222 ◦ blue 154

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

Shades of Pixie Green #C2DE9A

Tints of Pixie Green #C2DE9A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.95%

 BLUE value IS 154 (60.55% from 255) = 27.02%

R = 34.04%
G = 38.95%
B = 27.02%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#C2DE9A (or 0xC2DE9A) is known color: Pixie Green. HEX triplet: C2, DE and 9A. RGB value is (194,222,154). Sum of RGB (Red+Green+Blue) = 194+222+154=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 154 (60.55% from 255 or 27.02% from 570); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DE9A is #3D2165. Grayscale: #CECECE. Windows color (decimal): -4006246 or 10149570. OLE color: 10149570.

HSL color Cylindrical-coordinate representation of color #C2DE9A: hue angle of 84.71º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2DE9A is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 222 154 -
CMYK 0.13 0 0.31 0.13
HSL 84.71º 0.51% 0.74% -
HSV(B) 84.71º 0.31% 0.87% -
XYZ 54.2 66.04 40.46 -
YUV 205.88 98.72 119.53 -
System Red Green Blue C M Y K H S L
Decimal 194 222 154 0.13 0 0.31 0.13 84.71 0.51 0.74
Hex C2 DE 9A D 0 1F D 55 33 4A
Octal 302 336 232 15 0 37 15 125 63 112
Binary 11000010 11011110 10011010 1101 0 11111 1101 1010101 110011 1001010

Color Harmonies of #C2DE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DE9A

Black with #C2DE9A

Text Example


Text Example

White with #C2DE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DE9A; }

 p { color: rgb(194,222,154); }

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

background-color css

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

 a { background-color: rgb(194,222,154); }

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

border-color css

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

 span { border-color: rgb(194,222,154); }

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