#C5D576

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

Shades of Deco #C5D576

Tints of Deco #C5D576

Color information

#C5D576 (or 0xC5D576) is unknown color: approx Deco. HEX triplet: C5, D5 and 76. RGB value is (197,213,118). Sum of RGB (Red+Green+Blue) = 197+213+118=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 118 (46.48% from 255 or 22.35% from 528); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D576 is #3A2A89. Grayscale: #C5C5C5. Windows color (decimal): -3811978 or 7787973. OLE color: 7787973.

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

Color convert

RGB197213118-
CMYK0.0800.450.16
HSL70.11º53.07%64.9%-
HSV(B)70.11º44.6%83.53%-
XYZ50.0960.7726.23-
YUV197.3983.2127.72-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.31%
GREEN value IS 213 (83.59% from 255) = 40.34%
BLUE value IS 118 (46.48% from 255) = 22.35%
R=37.31%
G=40.34%
B=22.35%

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
Decimal1972131180.0800.450.1670.1153.0764.9
HexC5D576802D10463541
Octal305325166100552010665101
Binary11000101110101011110110100001011011000010001101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D576; }

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

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

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

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

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

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

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

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