#C5CD75

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

Shades of Deco #C5CD75

Tints of Deco #C5CD75

Color information

#C5CD75 (or 0xC5CD75) is unknown color: approx Deco. HEX triplet: C5, CD and 75. RGB value is (197,205,117). Sum of RGB (Red+Green+Blue) = 197+205+117=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CD75 is #3A328A. Grayscale: #C0C0C0. Windows color (decimal): -3814027 or 7720389. OLE color: 7720389.

HSL color Cylindrical-coordinate representation of color #C5CD75: hue angle of 65.45º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C5CD75 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB197205117-
CMYK0.0400.430.20
HSL65.45º46.81%63.14%-
HSV(B)65.45º42.93%80.39%-
XYZ48.0756.8225.26-
YUV192.5885.35131.16-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.96%
GREEN value IS 205 (80.47% from 255) = 39.50%
BLUE value IS 117 (46.09% from 255) = 22.54%
R=37.96%
G=39.50%
B=22.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1972051170.0400.430.2065.4546.8163.14
HexC5CD75402B14412f3f
Octal3053151654053241015777
Binary110001011100110111101011000101011101001000001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CD75; }

 p { color: rgb(197,205,117); }

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

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

 a { background-color: rgb(197,205,117); }

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

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

 span { border-color: rgb(197,205,117); }

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