#C6DA71

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

Shades of Deco #C6DA71

Tints of Deco #C6DA71

Color information

#C6DA71 (or 0xC6DA71) is unknown color: approx Deco. HEX triplet: C6, DA and 71. RGB value is (198,218,113). Sum of RGB (Red+Green+Blue) = 198+218+113=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 113 (44.53% from 255 or 21.36% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #C6DA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DA71 is #39258E. Grayscale: #C8C8C8. Windows color (decimal): -3745167 or 7461574. OLE color: 7461574.

HSL color Cylindrical-coordinate representation of color #C6DA71: hue angle of 71.43º degrees, saturation: 0.59, 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 #C6DA71 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB198218113-
CMYK0.0900.480.15
HSL71.43º58.66%64.9%-
HSV(B)71.43º48.17%85.49%-
XYZ51.3463.3425.14-
YUV200.0578.87126.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.43%
GREEN value IS 218 (85.55% from 255) = 41.21%
BLUE value IS 113 (44.53% from 255) = 21.36%
R=37.43%
G=41.21%
B=21.36%

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
Decimal1982181130.0900.480.1571.4358.6664.9
HexC6DA719030F473b41
Octal306332161110601710773101
Binary1100011011011010111000110010110000111110001111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DA71; }

 p { color: rgb(198,218,113); }

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

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

 a { background-color: rgb(198,218,113); }

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

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

 span { border-color: rgb(198,218,113); }

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