#C2D775

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

Shades of Deco #C2D775

Tints of Deco #C2D775

Color information

#C2D775 (or 0xC2D775) is unknown color: approx Deco. HEX triplet: C2, D7 and 75. RGB value is (194,215,117). Sum of RGB (Red+Green+Blue) = 194+215+117=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 117 (46.09% from 255 or 22.24% from 526); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D775 is #3D288A. Grayscale: #C5C5C5. Windows color (decimal): -4008075 or 7722946. OLE color: 7722946.

HSL color Cylindrical-coordinate representation of color #C2D775: hue angle of 72.86º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2D775 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB194215117-
CMYK0.1000.460.16
HSL72.86º55.06%65.1%-
HSV(B)72.86º45.58%84.31%-
XYZ49.7661.3526.05-
YUV197.5582.54125.47-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.88%
GREEN value IS 215 (84.38% from 255) = 40.87%
BLUE value IS 117 (46.09% from 255) = 22.24%
R=36.88%
G=40.87%
B=22.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1942151170.1000.460.1672.8655.0665.1
HexC2D775A02E10493741
Octal302327165120562011167101
Binary11000010110101111110101101001011101000010010011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D775; }

 p { color: rgb(194,215,117); }

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

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

 a { background-color: rgb(194,215,117); }

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

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

 span { border-color: rgb(194,215,117); }

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