#c0d575

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

Shades of Deco #C0D575

Tints of Deco #C0D575

Color information

#C0D575 (or 0xC0D575) is unknown color: approx Deco. HEX triplet: C0, D5 and 75. RGB value is (192,213,117). Sum of RGB (Red+Green+Blue) = 192+213+117=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 117 (46.09% from 255 or 22.41% from 522); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D575 is #3F2A8A. Grayscale: #C4C4C4. Windows color (decimal): -4139659 or 7722432. OLE color: 7722432.

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

Color convert

RGB192213117-
CMYK0.1000.450.16
HSL73.12º53.33%64.71%-
HSV(B)73.12º45.07%83.53%-
XYZ48.7460.0825.86-
YUV195.7883.54125.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.78%
GREEN value IS 213 (83.59% from 255) = 40.80%
BLUE value IS 117 (46.09% from 255) = 22.41%
R=36.78%
G=40.80%
B=22.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1922131170.1000.450.1673.1253.3364.71
HexC0D575A02D10493541
Octal300325165120552011165101
Binary11000000110101011110101101001011011000010010011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0d575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0d575; }

 p { color: rgb(192,213,117); }

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

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

 a { background-color: rgb(192,213,117); }

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

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

 span { border-color: rgb(192,213,117); }

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