#C5D971

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

Shades of Deco #C5D971

Tints of Deco #C5D971

Color information

#C5D971 (or 0xC5D971) is unknown color: approx Deco. HEX triplet: C5, D9 and 71. RGB value is (197,217,113). Sum of RGB (Red+Green+Blue) = 197+217+113=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D971 is #3A268E. Grayscale: #C7C7C7. Windows color (decimal): -3810959 or 7461317. OLE color: 7461317.

HSL color Cylindrical-coordinate representation of color #C5D971: hue angle of 71.54º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C5D971 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB197217113-
CMYK0.0900.480.15
HSL71.54º57.78%64.71%-
HSV(B)71.54º47.93%85.1%-
XYZ50.8262.6925.04-
YUV199.1679.37126.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.38%
GREEN value IS 217 (85.16% from 255) = 41.18%
BLUE value IS 113 (44.53% from 255) = 21.44%
R=37.38%
G=41.18%
B=21.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1972171130.0900.480.1571.5457.7864.71
HexC5D9719030F483a41
Octal305331161110601711072101
Binary1100010111011001111000110010110000111110010001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D971; }

 p { color: rgb(197,217,113); }

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

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

 a { background-color: rgb(197,217,113); }

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

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

 span { border-color: rgb(197,217,113); }

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