#C5DC9B

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

Shades of Pixie Green #C5DC9B

Tints of Pixie Green #C5DC9B

Color information

#C5DC9B (or 0xC5DC9B) is unknown color: approx Pixie Green. HEX triplet: C5, DC and 9B. RGB value is (197,220,155). Sum of RGB (Red+Green+Blue) = 197+220+155=572 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.44% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 155 (60.94% from 255 or 27.10% from 572); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DC9B is #3A2364. Grayscale: #CDCDCD. Windows color (decimal): -3810149 or 10214597. OLE color: 10214597.

HSL color Cylindrical-coordinate representation of color #C5DC9B: hue angle of 81.23º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5DC9B is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB197220155-
CMYK0.1000.300.14
HSL81.23º48.15%73.53%-
HSV(B)81.23º29.55%86.27%-
XYZ54.5465.4240.76-
YUV205.7199.38121.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.44%
GREEN value IS 220 (86.33% from 255) = 38.46%
BLUE value IS 155 (60.94% from 255) = 27.10%
R=34.44%
G=38.46%
B=27.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1972201550.1000.300.1481.2348.1573.53
HexC5DC9BA01EE51304a
Octal305334233120361612160112
Binary1100010111011100100110111010011110111010100011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DC9B; }

 p { color: rgb(197,220,155); }

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

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

 a { background-color: rgb(197,220,155); }

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

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

 span { border-color: rgb(197,220,155); }

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