#C0DF9D

Color #C0DF9D Pixie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pixie Green #C0DF9D

Tints of Pixie Green #C0DF9D

Color information

#C0DF9D (or 0xC0DF9D) is unknown color: approx Pixie Green. HEX triplet: C0, DF and 9D. RGB value is (192,223,157). Sum of RGB (Red+Green+Blue) = 192+223+157=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 157 (61.72% from 255 or 27.45% from 572); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DF9D is #3F2062. Grayscale: #CECECE. Windows color (decimal): -4137059 or 10346432. OLE color: 10346432.

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

Color convert

RGB192223157-
CMYK0.1400.300.13
HSL88.18º50.77%74.51%-
HSV(B)88.18º29.6%87.45%-
XYZ54.2166.4241.86-
YUV206.21100.23117.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.57%
GREEN value IS 223 (87.5% from 255) = 38.99%
BLUE value IS 157 (61.72% from 255) = 27.45%
R=33.57%
G=38.99%
B=27.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922231570.1400.300.1388.1850.7774.51
HexC0DF9DE01ED58334b
Octal300337235160361513063113
Binary1100000011011111100111011110011110110110110001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DF9D; }

 p { color: rgb(192,223,157); }

 H1.HeaderClassName
 {
   color: #C0DF9D;
 }
 .AnyTagClassName
 {
   color: #C0DF9D;
 }
</style>
background-color css

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

 a { background-color: rgb(192,223,157); }

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

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

 span { border-color: rgb(192,223,157); }

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