#C5D575

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

Shades of Deco #C5D575

Tints of Deco #C5D575

Color information

#C5D575 (or 0xC5D575) is unknown color: approx Deco. HEX triplet: C5, D5 and 75. RGB value is (197,213,117). Sum of RGB (Red+Green+Blue) = 197+213+117=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 117 (46.09% from 255 or 22.20% from 527); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D575 is #3A2A8A. Grayscale: #C5C5C5. Windows color (decimal): -3811979 or 7722437. OLE color: 7722437.

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

Color convert

RGB197213117-
CMYK0.0800.450.16
HSL70º53.33%64.71%-
HSV(B)70º45.07%83.53%-
XYZ50.0360.7425.92-
YUV197.2782.7127.81-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.38%
GREEN value IS 213 (83.59% from 255) = 40.42%
BLUE value IS 117 (46.09% from 255) = 22.20%
R=37.38%
G=40.42%
B=22.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1972131170.0800.450.167053.3364.71
HexC5D575802D10463541
Octal305325165100552010665101
Binary11000101110101011110101100001011011000010001101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D575; }

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

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

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

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

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

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

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

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