#C1D775

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

Shades of Deco #C1D775

Tints of Deco #C1D775

Color information

#C1D775 (or 0xC1D775) is unknown color: approx Deco. HEX triplet: C1, D7 and 75. RGB value is (193,215,117). Sum of RGB (Red+Green+Blue) = 193+215+117=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 215 (84.38% from 255 or 40.95% from 525); Blue value is 117 (46.09% from 255 or 22.29% from 525); Max value from RGB is 215 - color contains mainly: green. Hex color #C1D775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D775 is #3E288A. Grayscale: #C5C5C5. Windows color (decimal): -4073611 or 7722945. OLE color: 7722945.

HSL color Cylindrical-coordinate representation of color #C1D775: hue angle of 73.47º 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 #C1D775 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB193215117-
CMYK0.1000.460.16
HSL73.47º55.06%65.1%-
HSV(B)73.47º45.58%84.31%-
XYZ49.561.2226.04-
YUV197.2582.71124.97-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.76%
GREEN value IS 215 (84.38% from 255) = 40.95%
BLUE value IS 117 (46.09% from 255) = 22.29%
R=36.76%
G=40.95%
B=22.29%

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
Decimal1932151170.1000.460.1673.4755.0665.1
HexC1D775A02E10493741
Octal301327165120562011167101
Binary11000001110101111110101101001011101000010010011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D775; }

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

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

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

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

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

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

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

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